@alfalab/core-components 44.5.0-beta.2 → 44.5.1

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 (236) hide show
  1. package/badge/Component.js +18 -8
  2. package/badge/cssm/Component.js +17 -7
  3. package/badge/cssm/index.module.css +4 -2
  4. package/badge/esm/Component.js +18 -8
  5. package/badge/esm/index.css +4 -2
  6. package/badge/index.css +4 -2
  7. package/badge/modern/Component.js +18 -8
  8. package/badge/modern/index.css +4 -2
  9. package/confirmation/component.responsive.js +1 -1
  10. package/confirmation/components/base-confirmation/component.js +1 -1
  11. package/confirmation/components/base-confirmation/index.js +1 -1
  12. package/confirmation/components/index.js +1 -1
  13. package/confirmation/components/screens/index.js +1 -1
  14. package/confirmation/components/screens/initial/component.js +1 -1
  15. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  16. package/confirmation/components/screens/initial/index.js +1 -1
  17. package/confirmation/desktop/component.desktop.js +1 -1
  18. package/confirmation/desktop/index.js +1 -1
  19. package/confirmation/esm/component.responsive.js +1 -1
  20. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  21. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  22. package/confirmation/esm/components/index.js +1 -1
  23. package/confirmation/esm/components/screens/index.js +1 -1
  24. package/confirmation/esm/components/screens/initial/component.js +1 -1
  25. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  26. package/confirmation/esm/components/screens/initial/index.js +1 -1
  27. package/confirmation/esm/desktop/component.desktop.js +1 -1
  28. package/confirmation/esm/desktop/index.js +1 -1
  29. package/confirmation/esm/index.js +1 -1
  30. package/confirmation/esm/mobile/component.mobile.js +1 -1
  31. package/confirmation/esm/mobile/index.js +1 -1
  32. package/confirmation/esm/shared/index.js +1 -1
  33. package/confirmation/index.js +1 -1
  34. package/confirmation/mobile/component.mobile.js +1 -1
  35. package/confirmation/mobile/index.js +1 -1
  36. package/confirmation/modern/component.responsive.js +1 -1
  37. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  38. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  39. package/confirmation/modern/components/index.js +1 -1
  40. package/confirmation/modern/components/screens/index.js +1 -1
  41. package/confirmation/modern/components/screens/initial/component.js +1 -1
  42. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  43. package/confirmation/modern/components/screens/initial/index.js +1 -1
  44. package/confirmation/modern/desktop/component.desktop.js +1 -1
  45. package/confirmation/modern/desktop/index.js +1 -1
  46. package/confirmation/modern/index.js +1 -1
  47. package/confirmation/modern/mobile/component.mobile.js +1 -1
  48. package/confirmation/modern/mobile/index.js +1 -1
  49. package/confirmation/modern/shared/index.js +1 -1
  50. package/confirmation/shared/index.js +1 -1
  51. package/package.json +1 -1
  52. package/pure-cell/component.js +1 -1
  53. package/pure-cell/components/content/component.js +1 -1
  54. package/pure-cell/components/content/index.d.ts +1 -1
  55. package/pure-cell/components/content/index.js +1 -1
  56. package/pure-cell/components/main/component.js +1 -1
  57. package/pure-cell/components/main/index.d.ts +1 -1
  58. package/pure-cell/components/main/index.js +1 -1
  59. package/pure-cell/components/text/component.js +1 -1
  60. package/pure-cell/components/text/index.d.ts +1 -1
  61. package/pure-cell/components/text/index.js +1 -1
  62. package/pure-cell/esm/component.js +1 -1
  63. package/pure-cell/esm/components/content/component.js +1 -1
  64. package/pure-cell/esm/components/content/index.d.ts +1 -1
  65. package/pure-cell/esm/components/content/index.js +1 -1
  66. package/pure-cell/esm/components/main/component.js +1 -1
  67. package/pure-cell/esm/components/main/index.d.ts +1 -1
  68. package/pure-cell/esm/components/main/index.js +1 -1
  69. package/pure-cell/esm/components/text/component.js +1 -1
  70. package/pure-cell/esm/components/text/index.d.ts +1 -1
  71. package/pure-cell/esm/components/text/index.js +1 -1
  72. package/pure-cell/esm/index.js +1 -1
  73. package/pure-cell/index.js +1 -1
  74. package/pure-cell/modern/component.js +1 -1
  75. package/pure-cell/modern/components/content/component.js +1 -1
  76. package/pure-cell/modern/components/content/index.d.ts +1 -1
  77. package/pure-cell/modern/components/content/index.js +1 -1
  78. package/pure-cell/modern/components/main/component.js +1 -1
  79. package/pure-cell/modern/components/main/index.d.ts +1 -1
  80. package/pure-cell/modern/components/main/index.js +1 -1
  81. package/pure-cell/modern/components/text/component.js +1 -1
  82. package/pure-cell/modern/components/text/index.d.ts +1 -1
  83. package/pure-cell/modern/components/text/index.js +1 -1
  84. package/pure-cell/modern/index.js +1 -1
  85. package/radio/cssm/index.module.css +10 -7
  86. package/radio/esm/index.css +10 -7
  87. package/radio/index.css +10 -7
  88. package/radio/modern/index.css +10 -7
  89. package/select/Component.responsive.js +1 -1
  90. package/select/esm/Component.responsive.js +1 -1
  91. package/select/esm/index.js +1 -1
  92. package/select/esm/mobile/Component.mobile.js +1 -1
  93. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  94. package/select/esm/mobile/index.js +1 -1
  95. package/select/esm/presets/index.js +1 -1
  96. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  97. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  98. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  99. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  100. package/select/esm/shared/index.js +1 -1
  101. package/select/index.js +1 -1
  102. package/select/mobile/Component.mobile.js +1 -1
  103. package/select/mobile/Component.modal.mobile.js +1 -1
  104. package/select/mobile/index.js +1 -1
  105. package/select/modern/Component.responsive.js +1 -1
  106. package/select/modern/index.js +1 -1
  107. package/select/modern/mobile/Component.mobile.js +1 -1
  108. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  109. package/select/modern/mobile/index.js +1 -1
  110. package/select/modern/presets/index.js +1 -1
  111. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  112. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  113. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  114. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  115. package/select/modern/shared/index.js +1 -1
  116. package/select/presets/index.js +1 -1
  117. package/select/presets/useSelectWithApply/hook.js +1 -1
  118. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  119. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  120. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  121. package/select/shared/index.js +1 -1
  122. package/side-panel/Component.responsive.js +1 -1
  123. package/side-panel/components/controls/Component.js +1 -1
  124. package/side-panel/components/controls/index.js +1 -1
  125. package/side-panel/components/footer/Component.desktop.js +1 -1
  126. package/side-panel/components/footer/Component.js +1 -1
  127. package/side-panel/components/footer/Component.mobile.js +1 -1
  128. package/side-panel/desktop/Component.desktop.js +1 -1
  129. package/side-panel/desktop/index.js +1 -1
  130. package/side-panel/esm/Component.responsive.js +1 -1
  131. package/side-panel/esm/components/controls/Component.js +1 -1
  132. package/side-panel/esm/components/controls/index.js +1 -1
  133. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  134. package/side-panel/esm/components/footer/Component.js +1 -1
  135. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  136. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  137. package/side-panel/esm/desktop/index.js +1 -1
  138. package/side-panel/esm/index.js +1 -1
  139. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  140. package/side-panel/esm/mobile/index.js +1 -1
  141. package/side-panel/index.js +1 -1
  142. package/side-panel/mobile/Component.mobile.js +1 -1
  143. package/side-panel/mobile/index.js +1 -1
  144. package/side-panel/modern/Component.responsive.js +1 -1
  145. package/side-panel/modern/components/controls/Component.js +1 -1
  146. package/side-panel/modern/components/controls/index.js +1 -1
  147. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  148. package/side-panel/modern/components/footer/Component.js +1 -1
  149. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  150. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  151. package/side-panel/modern/desktop/index.js +1 -1
  152. package/side-panel/modern/index.js +1 -1
  153. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  154. package/side-panel/modern/mobile/index.js +1 -1
  155. package/switch/cssm/index.module.css +2 -2
  156. package/switch/esm/index.css +2 -2
  157. package/switch/index.css +2 -2
  158. package/switch/modern/index.css +2 -2
  159. package/tab-bar/cssm/index.module.css +3 -1
  160. package/tab-bar/esm/index.css +3 -1
  161. package/tab-bar/index.css +3 -1
  162. package/tab-bar/modern/index.css +3 -1
  163. package/tabs/collapsible/index.js +1 -1
  164. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  165. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  166. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  167. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  168. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  169. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  170. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  171. package/tabs/components/tabs/Component.collapsible.js +1 -1
  172. package/tabs/components/tabs/Component.desktop.js +2 -2
  173. package/tabs/components/tabs/Component.mobile.js +2 -2
  174. package/tabs/components/tabs/Component.responsive.js +2 -2
  175. package/tabs/desktop/index.js +2 -2
  176. package/tabs/esm/collapsible/index.js +1 -1
  177. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  178. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  179. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  180. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  181. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  182. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  183. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  184. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  185. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  186. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  187. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  188. package/tabs/esm/desktop/index.js +2 -2
  189. package/tabs/esm/index.js +2 -2
  190. package/tabs/esm/mobile/index.js +2 -2
  191. package/tabs/index.js +2 -2
  192. package/tabs/mobile/index.js +2 -2
  193. package/tabs/modern/collapsible/index.js +1 -1
  194. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  195. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  196. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  197. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  198. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  199. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  200. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  201. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  202. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  203. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  204. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  205. package/tabs/modern/desktop/index.js +2 -2
  206. package/tabs/modern/index.js +2 -2
  207. package/tabs/modern/mobile/index.js +2 -2
  208. package/themes/compiled/mobile-dark-bluetint.css +19 -19
  209. package/themes/dist/compiled/mobile-dark-bluetint.css +198 -197
  210. /package/confirmation/{countdown-section-fcedf50a.d.ts → countdown-section-70e9fe01.d.ts} +0 -0
  211. /package/confirmation/{countdown-section-fcedf50a.js → countdown-section-70e9fe01.js} +0 -0
  212. /package/confirmation/esm/{countdown-section-a4b62979.d.ts → countdown-section-e2ea5d36.d.ts} +0 -0
  213. /package/confirmation/esm/{countdown-section-a4b62979.js → countdown-section-e2ea5d36.js} +0 -0
  214. /package/confirmation/modern/{countdown-section-3c0f612c.d.ts → countdown-section-8ce98378.d.ts} +0 -0
  215. /package/confirmation/modern/{countdown-section-3c0f612c.js → countdown-section-8ce98378.js} +0 -0
  216. /package/pure-cell/{component-8706ad6e.d.ts → component-b6918aec.d.ts} +0 -0
  217. /package/pure-cell/{component-8706ad6e.js → component-b6918aec.js} +0 -0
  218. /package/pure-cell/esm/{component-7c9120a5.d.ts → component-9a54b1ed.d.ts} +0 -0
  219. /package/pure-cell/esm/{component-7c9120a5.js → component-9a54b1ed.js} +0 -0
  220. /package/pure-cell/modern/{component-657583a6.d.ts → component-77a33c62.d.ts} +0 -0
  221. /package/pure-cell/modern/{component-657583a6.js → component-77a33c62.js} +0 -0
  222. /package/select/esm/{hook-b9d559da.d.ts → hook-0d643e3f.d.ts} +0 -0
  223. /package/select/esm/{hook-b9d559da.js → hook-0d643e3f.js} +0 -0
  224. /package/select/{hook-8a723404.d.ts → hook-a12d8a76.d.ts} +0 -0
  225. /package/select/{hook-8a723404.js → hook-a12d8a76.js} +0 -0
  226. /package/select/modern/{hook-d1a0d491.d.ts → hook-e0ac0fb2.d.ts} +0 -0
  227. /package/select/modern/{hook-d1a0d491.js → hook-e0ac0fb2.js} +0 -0
  228. /package/side-panel/esm/{layout.module-6bbd7c71.js → layout.module-9c3b5318.js} +0 -0
  229. /package/side-panel/{layout.module-ca0b42c6.js → layout.module-d3a775d7.js} +0 -0
  230. /package/side-panel/modern/{layout.module-f6060373.js → layout.module-653aa456.js} +0 -0
  231. /package/tabs/esm/{index.module-2e6bbad0.js → index.module-1e961bec.js} +0 -0
  232. /package/tabs/esm/{index.module-f4522cbb.js → index.module-b07a0a20.js} +0 -0
  233. /package/tabs/{index.module-915cefb2.js → index.module-6c875fed.js} +0 -0
  234. /package/tabs/{index.module-6317ca6b.js → index.module-dcd338c3.js} +0 -0
  235. /package/tabs/modern/{index.module-461a89ca.js → index.module-11a3c51b.js} +0 -0
  236. /package/tabs/modern/{index.module-9b682de1.js → index.module-b0eb0617.js} +0 -0
@@ -1,7 +1,18 @@
1
- .card-image__cardImage_1k8yn {
2
- background: #e7e8ea;
3
- } .card-image__loaded_1k8yn {
4
- background: transparent
1
+ .backdrop__backdrop_14bwb {
2
+ -webkit-tap-highlight-color: transparent;
3
+ } .backdrop__appear_14bwb,
4
+ .backdrop__enter_14bwb {
5
+ background-color: transparent;
6
+ } .backdrop__appearActive_14bwb,
7
+ .backdrop__enterActive_14bwb,
8
+ .backdrop__appearDone_14bwb,
9
+ .backdrop__enterDone_14bwb {
10
+ background-color: rgba(0, 0, 0, 0.7);
11
+ } .backdrop__exit_14bwb {
12
+ background-color: rgba(0, 0, 0, 0.7);
13
+ } .backdrop__exitActive_14bwb,
14
+ .backdrop__exitDone_14bwb {
15
+ background-color: transparent;
5
16
  }.badge__component_p8duf.badge__background-accent_p8duf {
6
17
  background-color: #f83a2a;
7
18
  color: #fff;
@@ -62,21 +73,10 @@
62
73
  background-color: #fff;
63
74
  } .badge__dot_p8duf.badge__outlineCount_p8duf {
64
75
  border: 1px solid #0e0e0e;
65
- }.backdrop__backdrop_14bwb {
66
- -webkit-tap-highlight-color: transparent;
67
- } .backdrop__appear_14bwb,
68
- .backdrop__enter_14bwb {
69
- background-color: transparent;
70
- } .backdrop__appearActive_14bwb,
71
- .backdrop__enterActive_14bwb,
72
- .backdrop__appearDone_14bwb,
73
- .backdrop__enterDone_14bwb {
74
- background-color: rgba(0, 0, 0, 0.7);
75
- } .backdrop__exit_14bwb {
76
- background-color: rgba(0, 0, 0, 0.7);
77
- } .backdrop__exitActive_14bwb,
78
- .backdrop__exitDone_14bwb {
79
- background-color: transparent;
76
+ }.card-image__cardImage_1k8yn {
77
+ background: #e7e8ea;
78
+ } .card-image__loaded_1k8yn {
79
+ background: transparent
80
80
  }.divider__component_1sjfy {
81
81
  border-bottom: 1px solid #353539;
82
82
  }.dropzone__component_10u04 {
@@ -1007,10 +1007,40 @@
1007
1007
  border-color: transparent;
1008
1008
  } .radio__circle_1pnil:before {
1009
1009
  background-color: #0e0e0e;
1010
+ border-color: transparent;
1010
1011
  } .radio__label_1pnil {
1011
1012
  color: #fff;
1012
1013
  } .radio__hint_1pnil {
1013
1014
  color: rgba(238, 238, 251, 0.55);
1015
+ }.switch__component_1n62k {
1016
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1017
+ } .switch__switch_1n62k {
1018
+ background-color: rgba(238, 238, 251, 0.55);
1019
+ border: 2px solid transparent
1020
+ } .switch__switch_1n62k:hover {
1021
+ background-color: rgba(239, 240, 252, 0.65);
1022
+ } .switch__switch_1n62k:before {
1023
+ background-color: #fff;
1024
+ } .switch__label_1n62k {
1025
+ color: #fff;
1026
+ } .switch__hint_1n62k {
1027
+ color: rgba(238, 238, 251, 0.55);
1028
+ } .switch__checked_1n62k .switch__switch_1n62k {
1029
+ background-color: #17d055
1030
+ } .switch__checked_1n62k .switch__switch_1n62k:hover {
1031
+ background-color: #22e068;
1032
+ } .switch__disabled_1n62k .switch__switch_1n62k {
1033
+ background-color: rgba(225, 225, 248, 0.09)
1034
+ } .switch__disabled_1n62k .switch__switch_1n62k:before {
1035
+ background-color: rgba(228, 228, 251, 0.28);
1036
+ } .switch__disabled_1n62k.switch__checked_1n62k .switch__switch_1n62k {
1037
+ background-color: rgba(225, 225, 248, 0.09);
1038
+ } .switch__disabled_1n62k .switch__label_1n62k {
1039
+ color: rgba(238, 238, 251, 0.55);
1040
+ } .switch__disabled_1n62k .switch__hint_1n62k {
1041
+ color: rgba(238, 238, 251, 0.55);
1042
+ } .switch__focused_1n62k .switch__switch_1n62k {
1043
+ outline: 2px solid #3193fc;
1014
1044
  }.form-control__inner_zffu3 {
1015
1045
  background-color: rgba(222, 222, 238, 0.13);
1016
1046
  } .form-control__disabled_zffu3.form-control__hasError_zffu3 {
@@ -1096,35 +1126,6 @@
1096
1126
  background-color: rgba(38, 55, 88, 0.06);
1097
1127
  } .form-control__hasError_2r40e .form-control__label_2r40e {
1098
1128
  color: rgba(4, 4, 19, 0.55);
1099
- }.switch__component_1n62k {
1100
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1101
- } .switch__switch_1n62k {
1102
- background-color: rgba(238, 238, 251, 0.55);
1103
- border: 2px solid transparent
1104
- } .switch__switch_1n62k:hover {
1105
- background-color: rgba(239, 240, 252, 0.65);
1106
- } .switch__switch_1n62k:before {
1107
- background-color: #fff;
1108
- } .switch__label_1n62k {
1109
- color: #fff;
1110
- } .switch__hint_1n62k {
1111
- color: rgba(238, 238, 251, 0.55);
1112
- } .switch__checked_1n62k .switch__switch_1n62k {
1113
- background-color: #17d055
1114
- } .switch__checked_1n62k .switch__switch_1n62k:hover {
1115
- background-color: #22e068;
1116
- } .switch__disabled_1n62k .switch__switch_1n62k {
1117
- background-color: rgba(225, 225, 248, 0.09)
1118
- } .switch__disabled_1n62k .switch__switch_1n62k:before {
1119
- background-color: rgba(228, 228, 251, 0.28);
1120
- } .switch__disabled_1n62k.switch__checked_1n62k .switch__switch_1n62k {
1121
- background-color: rgba(225, 225, 248, 0.09);
1122
- } .switch__disabled_1n62k .switch__label_1n62k {
1123
- color: rgba(238, 238, 251, 0.55);
1124
- } .switch__disabled_1n62k .switch__hint_1n62k {
1125
- color: rgba(238, 238, 251, 0.55);
1126
- } .switch__focused_1n62k .switch__switch_1n62k {
1127
- outline: 2px solid #3193fc;
1128
1129
  }.sortable-list__primary_dugc5 {
1129
1130
  background: #29292c;
1130
1131
  } .sortable-list__secondary_dugc5 {
@@ -1656,7 +1657,30 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1656
1657
  color: #0e0e0e;
1657
1658
  } .button__component_1ww2d[disabled].button__ghost_1ww2d.button__loading_1ww2d {
1658
1659
  color: #0e0e0e;
1659
- }.comment__component_114tt {
1660
+ }.chart__coreChart_p3tom .recharts-text tspan {
1661
+ fill: #fff;
1662
+ }
1663
+ @keyframes chart__showDot_17g7s {
1664
+ }
1665
+
1666
+ .chart__tickText_1bl0t {
1667
+ fill: #fff;
1668
+ } .chart__circle_1bl0t {
1669
+ fill: #0e0e0e;
1670
+ } .chart__circle_1bl0t {
1671
+ fill: #0e0e0e;
1672
+ }
1673
+ .chart__tooltip_1tlhz {
1674
+ background-color: #0e0e0e;
1675
+ border: 1px solid #36363a;
1676
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1677
+ 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);
1678
+ } .chart__tooltipArrow_1tlhz {
1679
+ border: 1px solid #36363a;
1680
+ background-color: #0e0e0e;
1681
+ } .chart__tooltipArrow_1tlhz:before {
1682
+ border-color: transparent #0e0e0e transparent transparent;
1683
+ }.comment__component_114tt {
1660
1684
  background-color: #1c1c1e;
1661
1685
  }.circular-progress-bar__component_1gzj6.circular-progress-bar__bg-positive_1gzj6 {
1662
1686
  background: #17d055;
@@ -1685,30 +1709,7 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1685
1709
  color: #fff;
1686
1710
  } .circular-progress-bar__iconWrapper_1gzj6.circular-progress-bar__icon-secondary_1gzj6 {
1687
1711
  color: #898991;
1688
- }.chart__coreChart_p3tom .recharts-text tspan {
1689
- fill: #fff;
1690
- }
1691
- @keyframes chart__showDot_17g7s {
1692
- }
1693
-
1694
- .chart__tickText_1bl0t {
1695
- fill: #fff;
1696
- } .chart__circle_1bl0t {
1697
- fill: #0e0e0e;
1698
- } .chart__circle_1bl0t {
1699
- fill: #0e0e0e;
1700
- }
1701
- .chart__tooltip_1tlhz {
1702
- background-color: #0e0e0e;
1703
- border: 1px solid #36363a;
1704
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1705
- 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);
1706
- } .chart__tooltipArrow_1tlhz {
1707
- border: 1px solid #36363a;
1708
- background-color: #0e0e0e;
1709
- } .chart__tooltipArrow_1tlhz:before {
1710
- border-color: transparent #0e0e0e transparent transparent;
1711
- }.list-header__filled_yiccy {
1712
+ }.list-header__filled_yiccy {
1712
1713
  background-color: #212124;
1713
1714
  }.list__list_wrlmp {
1714
1715
  color: #fff;
@@ -1742,20 +1743,7 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1742
1743
  background: #fff;
1743
1744
  } .stepped-progress-bar__bar_9lk1m.stepped-progress-bar__accent_9lk1m {
1744
1745
  background: #f83a2a;
1745
- }.tab-bar__component_15pc1 {
1746
- background-color: #0e0e0e;
1747
- } .tab-bar__border_15pc1 {
1748
- box-shadow: 0 -1px 0 0 #29292c;
1749
- }
1750
- .tab-bar__component_1js6c {
1751
- background-color: transparent;
1752
- -webkit-tap-highlight-color: transparent;
1753
- color: rgba(238, 238, 251, 0.55);
1754
- } .tab-bar__selected_1js6c {
1755
- color: #f83a2a;
1756
- } .tab-bar__label_1js6c {
1757
- color: rgba(238, 238, 251, 0.55);
1758
- }.drawer__customScrollbar_1vggq::-webkit-scrollbar-track {
1746
+ }.drawer__customScrollbar_1vggq::-webkit-scrollbar-track {
1759
1747
  background-color: transparent;
1760
1748
  } .drawer__customScrollbar_1vggq::-webkit-scrollbar-track-piece {
1761
1749
  background-color: transparent;
@@ -1774,6 +1762,19 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1774
1762
  } .drawer__backdropExitActive_1vggq,
1775
1763
  .drawer__backdropExitDone_1vggq {
1776
1764
  background-color: transparent;
1765
+ }.tab-bar__component_15pc1 {
1766
+ background-color: #0e0e0e;
1767
+ } .tab-bar__border_15pc1 {
1768
+ box-shadow: 0 -1px 0 0 #29292c;
1769
+ }
1770
+ .tab-bar__component_1js6c {
1771
+ background-color: transparent;
1772
+ -webkit-tap-highlight-color: transparent;
1773
+ color: rgba(238, 238, 251, 0.55);
1774
+ } .tab-bar__selected_1js6c {
1775
+ color: #f83a2a;
1776
+ } .tab-bar__label_1js6c {
1777
+ color: rgba(238, 238, 251, 0.55);
1777
1778
  }.textarea__input_2woln {
1778
1779
  color: #fff;
1779
1780
  caret-color: #fff;
@@ -1901,7 +1902,37 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1901
1902
  color: rgba(238, 238, 251, 0.55);
1902
1903
  } .attach__focused_un3rb {
1903
1904
  outline: 2px solid #3193fc;
1904
- }.confirmation-v1__errorHeader_3z9q0 {
1905
+ }.custom-button__customButton_9yk8c.custom-button__white_9yk8c * {
1906
+ color: #0e0e0e;
1907
+ } .custom-button__customButton_9yk8c.custom-button__black_9yk8c * {
1908
+ color: #fff;
1909
+ } .custom-button__customButton_9yk8c.custom-button__static-white_9yk8c * {
1910
+ color: #fff;
1911
+ } .custom-button__customButton_9yk8c.custom-button__static-black_9yk8c * {
1912
+ color: #0e0e0e;
1913
+ } .custom-button__customButton_9yk8c:before {
1914
+ background-color: rgba(0, 0, 0, 0);
1915
+ } .custom-button__customButton_9yk8c.custom-button__darkening_9yk8c:hover:before {
1916
+ background-color: rgba(255, 255, 255, 0.07);
1917
+ } .custom-button__customButton_9yk8c.custom-button__darkening_9yk8c:active:before {
1918
+ background-color: rgba(255, 255, 255, 0.15);
1919
+ } .custom-button__customButton_9yk8c.custom-button__lightening_9yk8c:hover:before {
1920
+ background-color: rgba(0, 0, 0, 0.07);
1921
+ } .custom-button__customButton_9yk8c.custom-button__lightening_9yk8c:active:before {
1922
+ background-color: rgba(0, 0, 0, 0.15);
1923
+ } .custom-button__customButton_9yk8c.custom-button__static-darkening_9yk8c:hover:before {
1924
+ background-color: rgba(0, 0, 0, 0.07);
1925
+ } .custom-button__customButton_9yk8c.custom-button__static-darkening_9yk8c:active:before {
1926
+ background-color: rgba(0, 0, 0, 0.15);
1927
+ } .custom-button__customButton_9yk8c.custom-button__static-lightening_9yk8c:hover:before {
1928
+ background-color: rgba(255, 255, 255, 0.07);
1929
+ } .custom-button__customButton_9yk8c.custom-button__static-lightening_9yk8c:active:before {
1930
+ background-color: rgba(255, 255, 255, 0.15);
1931
+ } .custom-button__customButton_9yk8c:disabled.custom-button__white_9yk8c * {
1932
+ color: #fff;
1933
+ } .custom-button__customButton_9yk8c:disabled.custom-button__black_9yk8c * {
1934
+ color: #0e0e0e;
1935
+ }.confirmation-v1__errorHeader_3z9q0 {
1905
1936
  color: #fff;
1906
1937
  color: #fff;
1907
1938
  } .confirmation-v1__errorText_3z9q0 {
@@ -1949,37 +1980,7 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
1949
1980
  } .confirmation-v1__loaderText_1l1j2 {
1950
1981
  color: rgba(238, 238, 251, 0.55);
1951
1982
  color: rgba(238, 238, 251, 0.55);
1952
- }.custom-button__customButton_9yk8c.custom-button__white_9yk8c * {
1953
- color: #0e0e0e;
1954
- } .custom-button__customButton_9yk8c.custom-button__black_9yk8c * {
1955
- color: #fff;
1956
- } .custom-button__customButton_9yk8c.custom-button__static-white_9yk8c * {
1957
- color: #fff;
1958
- } .custom-button__customButton_9yk8c.custom-button__static-black_9yk8c * {
1959
- color: #0e0e0e;
1960
- } .custom-button__customButton_9yk8c:before {
1961
- background-color: rgba(0, 0, 0, 0);
1962
- } .custom-button__customButton_9yk8c.custom-button__darkening_9yk8c:hover:before {
1963
- background-color: rgba(255, 255, 255, 0.07);
1964
- } .custom-button__customButton_9yk8c.custom-button__darkening_9yk8c:active:before {
1965
- background-color: rgba(255, 255, 255, 0.15);
1966
- } .custom-button__customButton_9yk8c.custom-button__lightening_9yk8c:hover:before {
1967
- background-color: rgba(0, 0, 0, 0.07);
1968
- } .custom-button__customButton_9yk8c.custom-button__lightening_9yk8c:active:before {
1969
- background-color: rgba(0, 0, 0, 0.15);
1970
- } .custom-button__customButton_9yk8c.custom-button__static-darkening_9yk8c:hover:before {
1971
- background-color: rgba(0, 0, 0, 0.07);
1972
- } .custom-button__customButton_9yk8c.custom-button__static-darkening_9yk8c:active:before {
1973
- background-color: rgba(0, 0, 0, 0.15);
1974
- } .custom-button__customButton_9yk8c.custom-button__static-lightening_9yk8c:hover:before {
1975
- background-color: rgba(255, 255, 255, 0.07);
1976
- } .custom-button__customButton_9yk8c.custom-button__static-lightening_9yk8c:active:before {
1977
- background-color: rgba(255, 255, 255, 0.15);
1978
- } .custom-button__customButton_9yk8c:disabled.custom-button__white_9yk8c * {
1979
- color: #fff;
1980
- } .custom-button__customButton_9yk8c:disabled.custom-button__black_9yk8c * {
1981
- color: #0e0e0e;
1982
- }.cc-icon-button.icon-button__primary_l951x {
1983
+ }.cc-icon-button.icon-button__primary_l951x {
1983
1984
  color: #fff
1984
1985
  } .cc-icon-button.icon-button__primary_l951x:hover {
1985
1986
  color: #babbc2;
@@ -2073,31 +2074,7 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2073
2074
  color: rgba(15, 25, 55, 0.1)
2074
2075
  } .cc-icon-button.icon-button__component_x06c9:disabled.icon-button__tertiary_x06c9.icon-button__loader_x06c9 {
2075
2076
  color: rgba(9, 12, 37, 0.28);
2076
- }
2077
- .confirmation__component_1j5io {
2078
- color: rgba(238, 238, 251, 0.55);
2079
- }
2080
- .confirmation__circle_395un {
2081
- fill: transparent;
2082
- stroke: #4a4a51;
2083
- }
2084
-
2085
- .confirmation__typographyTheme_7hg4r.confirmation__typographyTheme_7hg4r {
2086
- color: rgba(238, 238, 251, 0.55);
2087
- }
2088
- .confirmation__typographyTheme_21477.confirmation__typographyTheme_21477 {
2089
- color: rgba(238, 238, 251, 0.55);
2090
- }
2091
- .confirmation__typographyTheme_k2q0v.confirmation__typographyTheme_k2q0v {
2092
- color: rgba(238, 238, 251, 0.55);
2093
- } .confirmation__phone_k2q0v.confirmation__phone_k2q0v {
2094
- color: #fff;
2095
- } .confirmation__countdownContainer_k2q0v.confirmation__countdownContainer_k2q0v {
2096
- color: rgba(238, 238, 251, 0.55);
2097
- }
2098
- .confirmation__typographyTheme_lwnor.confirmation__typographyTheme_lwnor {
2099
- color: rgba(238, 238, 251, 0.55);
2100
- }.input__input_1upvr {
2077
+ }.input__input_1upvr {
2101
2078
  color: #fff;
2102
2079
  caret-color: #fff;
2103
2080
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2212,19 +2189,30 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2212
2189
  color: #fff;
2213
2190
  } .pass-code__ghost_15rhf.pass-code__ghost_15rhf:active {
2214
2191
  background: rgba(234, 234, 248, 0.15);
2215
- }.file-upload-item__component_zzkjk {
2192
+ }
2193
+ .confirmation__component_1j5io {
2216
2194
  color: rgba(238, 238, 251, 0.55);
2217
- box-shadow: 0 -1px 0 0 #29292c inset
2218
- } .file-upload-item__icon_zzkjk {
2195
+ }
2196
+ .confirmation__circle_395un {
2197
+ fill: transparent;
2198
+ stroke: #4a4a51;
2199
+ }
2200
+
2201
+ .confirmation__typographyTheme_7hg4r.confirmation__typographyTheme_7hg4r {
2202
+ color: rgba(238, 238, 251, 0.55);
2203
+ }
2204
+ .confirmation__typographyTheme_21477.confirmation__typographyTheme_21477 {
2205
+ color: rgba(238, 238, 251, 0.55);
2206
+ }
2207
+ .confirmation__typographyTheme_k2q0v.confirmation__typographyTheme_k2q0v {
2208
+ color: rgba(238, 238, 251, 0.55);
2209
+ } .confirmation__phone_k2q0v.confirmation__phone_k2q0v {
2219
2210
  color: #fff;
2220
- } .file-upload-item__errorIcon_zzkjk {
2221
- color: #ff5431;
2222
- } .file-upload-item__successIcon_zzkjk {
2223
- color: #17d055;
2224
- } .file-upload-item__name_zzkjk {
2225
- color: #fff
2226
- } .file-upload-item__errorWrapper_zzkjk {
2227
- color: #ff5431
2211
+ } .confirmation__countdownContainer_k2q0v.confirmation__countdownContainer_k2q0v {
2212
+ color: rgba(238, 238, 251, 0.55);
2213
+ }
2214
+ .confirmation__typographyTheme_lwnor.confirmation__typographyTheme_lwnor {
2215
+ color: rgba(238, 238, 251, 0.55);
2228
2216
  }.pure-cell__focused_1bw9x {
2229
2217
  outline: 2px solid #3193fc;
2230
2218
  }
@@ -2239,7 +2227,20 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2239
2227
 
2240
2228
 
2241
2229
 
2242
- .navigation-bar__content_sn1mo {
2230
+ .file-upload-item__component_zzkjk {
2231
+ color: rgba(238, 238, 251, 0.55);
2232
+ box-shadow: 0 -1px 0 0 #29292c inset
2233
+ } .file-upload-item__icon_zzkjk {
2234
+ color: #fff;
2235
+ } .file-upload-item__errorIcon_zzkjk {
2236
+ color: #ff5431;
2237
+ } .file-upload-item__successIcon_zzkjk {
2238
+ color: #17d055;
2239
+ } .file-upload-item__name_zzkjk {
2240
+ color: #fff
2241
+ } .file-upload-item__errorWrapper_zzkjk {
2242
+ color: #ff5431
2243
+ }.navigation-bar__content_sn1mo {
2243
2244
  color: #fff
2244
2245
  } .navigation-bar__subtitle_sn1mo {
2245
2246
  color: rgba(238, 238, 251, 0.55);
@@ -2330,6 +2331,12 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2330
2331
 
2331
2332
  .number-input__separator_ac73e {
2332
2333
  background-color: rgba(15, 25, 55, 0.1);
2334
+ }.with-suffix__hasSuffix_1aa59 input:focus::placeholder {
2335
+ color: transparent;
2336
+ } .with-suffix__disabled_1aa59 {
2337
+ color: rgba(233, 233, 250, 0.37);
2338
+ } .with-suffix__readOnly_1aa59 {
2339
+ color: rgba(233, 233, 250, 0.37);
2333
2340
  }.slider-input__slider_vh2hx .noUi-base:hover > .noUi-connects {
2334
2341
  background-color: #898991;
2335
2342
  } .slider-input__slider_vh2hx .noUi-connects {
@@ -2338,12 +2345,6 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2338
2345
  color: rgba(238, 238, 251, 0.55);
2339
2346
  } .slider-input__info_vh2hx {
2340
2347
  color: rgba(238, 238, 251, 0.55);
2341
- }.with-suffix__hasSuffix_1aa59 input:focus::placeholder {
2342
- color: transparent;
2343
- } .with-suffix__disabled_1aa59 {
2344
- color: rgba(233, 233, 250, 0.37);
2345
- } .with-suffix__readOnly_1aa59 {
2346
- color: rgba(233, 233, 250, 0.37);
2347
2348
  }.bottom-sheet__modal_1fh7w.bottom-sheet__modal_1fh7w {
2348
2349
  background-color: transparent;
2349
2350
  } .bottom-sheet__component_1fh7w {
@@ -2491,31 +2492,7 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2491
2492
  background-color: transparent
2492
2493
  } .bank-card__usePhoto_wd8lq svg {
2493
2494
  fill: #fff;
2494
- }
2495
-
2496
-
2497
-
2498
-
2499
-
2500
-
2501
-
2502
- .modal__sticky_alvnp {
2503
- background: #1c1c1e;
2504
- } .modal__highlighted_alvnp {
2505
- background: #1c1c1e;
2506
- box-shadow: 0 -1px 0 0 #29292c;
2507
- }
2508
-
2509
-
2510
-
2511
- .modal__highlighted_1lej7 {
2512
- background: #1c1c1e;
2513
- box-shadow: 0 1px 0 0 #29292c;
2514
- } .modal__sticky_1lej7.modal__hasContent_1lej7 {
2515
- background: #1c1c1e;
2516
- }
2517
- @media (min-width: 600px) {
2518
- }.amount-input__minorPartAndCurrency_1kt77 {
2495
+ }.amount-input__minorPartAndCurrency_1kt77 {
2519
2496
  color: rgba(238, 238, 251, 0.55);
2520
2497
  }
2521
2498
  .amount-input__filled_bi1xj .amount-input__input_bi1xj,
@@ -2532,20 +2509,19 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2532
2509
 
2533
2510
 
2534
2511
 
2535
-
2536
- .side-panel__sticky_1aehl {
2512
+ .modal__sticky_alvnp {
2537
2513
  background: #1c1c1e;
2538
- } .side-panel__highlighted_1aehl {
2514
+ } .modal__highlighted_alvnp {
2539
2515
  background: #1c1c1e;
2540
2516
  box-shadow: 0 -1px 0 0 #29292c;
2541
2517
  }
2542
2518
 
2543
2519
 
2544
2520
 
2545
- .side-panel__highlighted_6duse {
2521
+ .modal__highlighted_1lej7 {
2546
2522
  background: #1c1c1e;
2547
2523
  box-shadow: 0 1px 0 0 #29292c;
2548
- } .side-panel__sticky_6duse.side-panel__hasContent_6duse {
2524
+ } .modal__sticky_1lej7.modal__hasContent_1lej7 {
2549
2525
  background: #1c1c1e;
2550
2526
  }
2551
2527
  .tooltip__hint_1qyoo {
@@ -2577,7 +2553,32 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2577
2553
  } .tooltip__hint_17bo1 .tooltip__arrow_17bo1:after {
2578
2554
  background-color: #1c1c1e;
2579
2555
  }
2580
- .gallery__container_1tno2 {
2556
+
2557
+
2558
+
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+
2565
+ .side-panel__sticky_1aehl {
2566
+ background: #1c1c1e;
2567
+ } .side-panel__highlighted_1aehl {
2568
+ background: #1c1c1e;
2569
+ box-shadow: 0 -1px 0 0 #29292c;
2570
+ }
2571
+
2572
+
2573
+
2574
+ .side-panel__highlighted_6duse {
2575
+ background: #1c1c1e;
2576
+ box-shadow: 0 1px 0 0 #29292c;
2577
+ } .side-panel__sticky_6duse.side-panel__hasContent_6duse {
2578
+ background: #1c1c1e;
2579
+ }
2580
+ @media (min-width: 600px) {
2581
+ }.gallery__container_1tno2 {
2581
2582
  background-color: #0e0e0e;
2582
2583
  } .gallery__modal_1tno2 {
2583
2584
  background: transparent;
@@ -2907,7 +2908,10 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2907
2908
  .picker-button__linkOpen_gcafh:not(:hover) {
2908
2909
  background-color: rgba(214, 214, 229, 0.07);
2909
2910
  }
2910
- .table__component_1t1zk {
2911
+
2912
+ .calendar-range__component_12yi0:after {
2913
+ background-color: #fff;
2914
+ }.table__component_1t1zk {
2911
2915
  border-top: 1px solid #36363a;
2912
2916
  }
2913
2917
  .table__wrapper_uhjxs {
@@ -2954,9 +2958,6 @@ button.pagination__tag_1w95k.pagination__tag_1w95k {
2954
2958
  .table__open_8zspi:hover {
2955
2959
  background-color: rgba(255, 255, 255, 0.163);
2956
2960
  }
2957
- .calendar-range__component_12yi0:after {
2958
- background-color: #fff;
2959
- }
2960
2961
  .international-phone-input__dialCode_o5szj {
2961
2962
  color: rgba(238, 238, 251, 0.55);
2962
2963
  } .international-phone-input__emptyCountryIcon_o5szj {
File without changes