@alfalab/core-components 38.0.0-beta.0 → 38.1.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 (623) hide show
  1. package/button/cssm/index.module.css +3 -0
  2. package/button/esm/index.css +3 -0
  3. package/button/index.css +3 -0
  4. package/button/modern/index.css +3 -0
  5. package/calendar/Component.desktop.js +1 -1
  6. package/calendar/Component.responsive.js +1 -1
  7. package/calendar/components/calendar-mobile/Component.js +1 -1
  8. package/calendar/components/calendar-mobile/index.js +1 -1
  9. package/calendar/components/days-table/Component.js +1 -1
  10. package/calendar/components/days-table/index.js +1 -1
  11. package/calendar/components/month-year-header/Component.js +1 -1
  12. package/calendar/components/month-year-header/index.js +1 -1
  13. package/calendar/components/months-table/Component.js +1 -1
  14. package/calendar/components/months-table/index.js +1 -1
  15. package/calendar/components/select-button/Component.js +1 -1
  16. package/calendar/components/select-button/index.js +1 -1
  17. package/calendar/components/years-table/Component.js +1 -1
  18. package/calendar/components/years-table/index.js +1 -1
  19. package/calendar/desktop.js +1 -1
  20. package/calendar/esm/Component.desktop.js +1 -1
  21. package/calendar/esm/Component.responsive.js +1 -1
  22. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  23. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  24. package/calendar/esm/components/days-table/Component.js +1 -1
  25. package/calendar/esm/components/days-table/index.js +1 -1
  26. package/calendar/esm/components/month-year-header/Component.js +1 -1
  27. package/calendar/esm/components/month-year-header/index.js +1 -1
  28. package/calendar/esm/components/months-table/Component.js +1 -1
  29. package/calendar/esm/components/months-table/index.js +1 -1
  30. package/calendar/esm/components/select-button/Component.js +1 -1
  31. package/calendar/esm/components/select-button/index.js +1 -1
  32. package/calendar/esm/components/years-table/Component.js +1 -1
  33. package/calendar/esm/components/years-table/index.js +1 -1
  34. package/calendar/esm/desktop.js +1 -1
  35. package/calendar/esm/index.js +1 -1
  36. package/calendar/esm/mobile.js +1 -1
  37. package/calendar/esm/responsive.js +1 -1
  38. package/calendar/esm/{tslib.es6-d470b4b0.d.ts → tslib.es6-dbcaad30.d.ts} +0 -0
  39. package/calendar/esm/{tslib.es6-d470b4b0.js → tslib.es6-dbcaad30.js} +0 -0
  40. package/calendar/index.js +1 -1
  41. package/calendar/mobile.js +1 -1
  42. package/calendar/responsive.js +1 -1
  43. package/calendar/{tslib.es6-9581650f.d.ts → tslib.es6-8bba34d3.d.ts} +0 -0
  44. package/calendar/{tslib.es6-9581650f.js → tslib.es6-8bba34d3.js} +0 -0
  45. package/card-image/Component.js +6 -20
  46. package/card-image/cssm/Component.js +6 -20
  47. package/card-image/esm/Component.js +7 -21
  48. package/card-image/modern/Component.js +7 -20
  49. package/chart/Component.js +1 -1
  50. package/chart/esm/Component.js +1 -1
  51. package/chart/esm/hooks/useSettings/index.js +1 -1
  52. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  53. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  54. package/chart/esm/index.js +1 -1
  55. package/chart/esm/{tslib.es6-c2859a12.d.ts → tslib.es6-2f07a539.d.ts} +0 -0
  56. package/chart/esm/{tslib.es6-c2859a12.js → tslib.es6-2f07a539.js} +0 -0
  57. package/chart/hooks/useSettings/index.js +1 -1
  58. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  59. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  60. package/chart/index.js +1 -1
  61. package/chart/{tslib.es6-bf4b2eb0.d.ts → tslib.es6-22f86b0c.d.ts} +0 -0
  62. package/chart/{tslib.es6-bf4b2eb0.js → tslib.es6-22f86b0c.js} +0 -0
  63. package/checkbox/Component.d.ts +10 -0
  64. package/checkbox/Component.js +2 -2
  65. package/checkbox/cssm/Component.d.ts +10 -0
  66. package/checkbox/cssm/Component.js +2 -2
  67. package/checkbox/esm/Component.d.ts +10 -0
  68. package/checkbox/esm/Component.js +2 -2
  69. package/checkbox/modern/Component.d.ts +10 -0
  70. package/checkbox/modern/Component.js +2 -2
  71. package/confirmation/{component-4d4bb599.d.ts → component-adbf9996.d.ts} +0 -0
  72. package/confirmation/{component-4d4bb599.js → component-adbf9996.js} +0 -0
  73. package/confirmation/component.desktop.js +2 -2
  74. package/confirmation/component.mobile.js +2 -2
  75. package/confirmation/component.responsive.js +2 -2
  76. package/confirmation/components/base-confirmation/component.js +2 -2
  77. package/confirmation/components/base-confirmation/index.d.ts +1 -1
  78. package/confirmation/components/base-confirmation/index.js +2 -2
  79. package/confirmation/components/index.js +1 -1
  80. package/confirmation/components/screens/index.js +1 -1
  81. package/confirmation/components/screens/initial/component.js +1 -1
  82. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  83. package/confirmation/components/screens/initial/index.js +1 -1
  84. package/confirmation/{countdown-section-a58f9e0b.d.ts → countdown-section-94a35216.d.ts} +0 -0
  85. package/confirmation/{countdown-section-a58f9e0b.js → countdown-section-94a35216.js} +0 -0
  86. package/confirmation/desktop.js +2 -2
  87. package/confirmation/esm/{component-80d09f29.d.ts → component-8d44589b.d.ts} +0 -0
  88. package/confirmation/esm/{component-80d09f29.js → component-8d44589b.js} +1 -1
  89. package/confirmation/esm/component.desktop.js +2 -2
  90. package/confirmation/esm/component.mobile.js +2 -2
  91. package/confirmation/esm/component.responsive.js +2 -2
  92. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  93. package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
  94. package/confirmation/esm/components/base-confirmation/index.js +2 -2
  95. package/confirmation/esm/components/index.js +1 -1
  96. package/confirmation/esm/components/screens/index.js +1 -1
  97. package/confirmation/esm/components/screens/initial/component.js +1 -1
  98. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  99. package/confirmation/esm/components/screens/initial/index.js +1 -1
  100. package/confirmation/esm/{countdown-section-4a3f5ecf.d.ts → countdown-section-1560b6e0.d.ts} +0 -0
  101. package/confirmation/esm/{countdown-section-4a3f5ecf.js → countdown-section-1560b6e0.js} +0 -0
  102. package/confirmation/esm/desktop.js +2 -2
  103. package/confirmation/esm/index.js +2 -2
  104. package/confirmation/esm/mobile.js +2 -2
  105. package/confirmation/esm/responsive.js +2 -2
  106. package/confirmation/index.js +2 -2
  107. package/confirmation/mobile.js +2 -2
  108. package/confirmation/modern/component.desktop.js +1 -1
  109. package/confirmation/modern/component.mobile.js +1 -1
  110. package/confirmation/modern/component.responsive.js +1 -1
  111. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  112. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  113. package/confirmation/modern/components/index.js +1 -1
  114. package/confirmation/modern/components/screens/index.js +1 -1
  115. package/confirmation/modern/components/screens/initial/component.js +1 -1
  116. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  117. package/confirmation/modern/components/screens/initial/index.js +1 -1
  118. package/confirmation/modern/{countdown-section-44acdcfe.d.ts → countdown-section-b0b34939.d.ts} +0 -0
  119. package/confirmation/modern/{countdown-section-44acdcfe.js → countdown-section-b0b34939.js} +0 -0
  120. package/confirmation/modern/desktop.js +1 -1
  121. package/confirmation/modern/index.js +1 -1
  122. package/confirmation/modern/mobile.js +1 -1
  123. package/confirmation/modern/responsive.js +1 -1
  124. package/confirmation/responsive.js +2 -2
  125. package/gallery/Component.js +2 -2
  126. package/gallery/components/header/Component.js +1 -1
  127. package/gallery/components/header/buttons.js +1 -1
  128. package/gallery/components/header/index.js +1 -1
  129. package/gallery/components/image-viewer/component.js +2 -2
  130. package/gallery/components/image-viewer/index.js +2 -2
  131. package/gallery/components/image-viewer/slide.js +1 -1
  132. package/gallery/components/index.js +2 -2
  133. package/gallery/esm/Component.js +2 -2
  134. package/gallery/esm/components/header/Component.js +1 -1
  135. package/gallery/esm/components/header/buttons.js +1 -1
  136. package/gallery/esm/components/header/index.js +1 -1
  137. package/gallery/esm/components/image-viewer/component.js +2 -2
  138. package/gallery/esm/components/image-viewer/index.js +2 -2
  139. package/gallery/esm/components/image-viewer/slide.js +1 -1
  140. package/gallery/esm/components/index.js +2 -2
  141. package/gallery/esm/index.js +2 -2
  142. package/gallery/esm/{slide-8f79984a.d.ts → slide-de8d7d54.d.ts} +0 -0
  143. package/gallery/esm/{slide-8f79984a.js → slide-de8d7d54.js} +0 -0
  144. package/gallery/esm/{tslib.es6-7e74b1f4.d.ts → tslib.es6-e0d70486.d.ts} +0 -0
  145. package/gallery/esm/{tslib.es6-7e74b1f4.js → tslib.es6-e0d70486.js} +0 -0
  146. package/gallery/index.js +2 -2
  147. package/gallery/modern/Component.js +1 -1
  148. package/gallery/modern/components/image-viewer/component.js +1 -1
  149. package/gallery/modern/components/image-viewer/index.js +1 -1
  150. package/gallery/modern/components/image-viewer/slide.js +1 -1
  151. package/gallery/modern/components/index.js +1 -1
  152. package/gallery/modern/index.js +1 -1
  153. package/gallery/modern/{slide-89f649ac.d.ts → slide-ec907dae.d.ts} +0 -0
  154. package/gallery/modern/{slide-89f649ac.js → slide-ec907dae.js} +0 -0
  155. package/gallery/{slide-3aa7f155.d.ts → slide-ee3bbf48.d.ts} +0 -0
  156. package/gallery/{slide-3aa7f155.js → slide-ee3bbf48.js} +0 -0
  157. package/gallery/{tslib.es6-30496554.d.ts → tslib.es6-25ea1724.d.ts} +0 -0
  158. package/gallery/{tslib.es6-30496554.js → tslib.es6-25ea1724.js} +0 -0
  159. package/icon-view/components/circle/paths.js +6 -6
  160. package/icon-view/cssm/components/circle/paths.js +6 -6
  161. package/icon-view/esm/components/circle/paths.js +6 -6
  162. package/icon-view/modern/components/circle/paths.js +6 -6
  163. package/intl-phone-input/{component-5c0b399c.d.ts → component-71b0e713.d.ts} +0 -0
  164. package/intl-phone-input/{component-5c0b399c.js → component-71b0e713.js} +0 -0
  165. package/intl-phone-input/component.js +2 -2
  166. package/intl-phone-input/components/index.js +1 -1
  167. package/intl-phone-input/components/select/component.js +1 -1
  168. package/intl-phone-input/components/select/index.js +1 -1
  169. package/intl-phone-input/components/select-field/component.js +1 -1
  170. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  171. package/intl-phone-input/components/select-field/index.js +1 -1
  172. package/intl-phone-input/esm/{component-54b23f02.d.ts → component-6caeb1fa.d.ts} +0 -0
  173. package/intl-phone-input/esm/{component-54b23f02.js → component-6caeb1fa.js} +0 -0
  174. package/intl-phone-input/esm/component.js +2 -2
  175. package/intl-phone-input/esm/components/index.js +1 -1
  176. package/intl-phone-input/esm/components/select/component.js +1 -1
  177. package/intl-phone-input/esm/components/select/index.js +1 -1
  178. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  179. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  180. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  181. package/intl-phone-input/esm/index.js +1 -1
  182. package/intl-phone-input/esm/{libphonenumber-js.min-bb64ae9b.d.ts → libphonenumber-js.min-1a024b28.d.ts} +0 -0
  183. package/intl-phone-input/esm/{libphonenumber-js.min-bb64ae9b.js → libphonenumber-js.min-1a024b28.js} +0 -0
  184. package/intl-phone-input/index.js +1 -1
  185. package/intl-phone-input/{libphonenumber-js.min-40b3eaff.d.ts → libphonenumber-js.min-18e8de8a.d.ts} +0 -0
  186. package/intl-phone-input/{libphonenumber-js.min-40b3eaff.js → libphonenumber-js.min-18e8de8a.js} +0 -0
  187. package/intl-phone-input/modern/component.js +1 -1
  188. package/intl-phone-input/modern/{libphonenumber-js.min-bb64ae9b.d.ts → libphonenumber-js.min-1a024b28.d.ts} +0 -0
  189. package/intl-phone-input/modern/{libphonenumber-js.min-bb64ae9b.js → libphonenumber-js.min-1a024b28.js} +0 -0
  190. package/modal/Component.desktop.js +1 -1
  191. package/modal/Component.js +1 -1
  192. package/modal/Component.mobile.js +1 -1
  193. package/modal/Component.responsive.js +1 -1
  194. package/modal/components/closer/Component.js +1 -1
  195. package/modal/components/header/Component.js +1 -1
  196. package/modal/desktop.js +1 -1
  197. package/modal/esm/Component.desktop.js +1 -1
  198. package/modal/esm/Component.js +1 -1
  199. package/modal/esm/Component.mobile.js +1 -1
  200. package/modal/esm/Component.responsive.js +1 -1
  201. package/modal/esm/components/closer/Component.js +1 -1
  202. package/modal/esm/components/header/Component.js +1 -1
  203. package/modal/esm/desktop.js +1 -1
  204. package/modal/esm/index.js +1 -1
  205. package/modal/esm/mobile.js +1 -1
  206. package/modal/esm/responsive.js +1 -1
  207. package/modal/esm/{tslib.es6-03b4447b.d.ts → tslib.es6-e8bed2ca.d.ts} +0 -0
  208. package/modal/esm/{tslib.es6-03b4447b.js → tslib.es6-e8bed2ca.js} +0 -0
  209. package/modal/index.js +1 -1
  210. package/modal/mobile.js +1 -1
  211. package/modal/responsive.js +1 -1
  212. package/modal/{tslib.es6-d3488014.d.ts → tslib.es6-190a7f3a.d.ts} +0 -0
  213. package/modal/{tslib.es6-d3488014.js → tslib.es6-190a7f3a.js} +0 -0
  214. package/package.json +2 -2
  215. package/picker-button/Component.js +1 -1
  216. package/picker-button/Component.mobile.js +1 -1
  217. package/picker-button/Component.responsive.js +1 -1
  218. package/picker-button/desktop.js +1 -1
  219. package/picker-button/esm/Component.js +1 -1
  220. package/picker-button/esm/Component.mobile.js +1 -1
  221. package/picker-button/esm/Component.responsive.js +1 -1
  222. package/picker-button/esm/desktop.js +1 -1
  223. package/picker-button/esm/field/Component.js +1 -1
  224. package/picker-button/esm/field/index.js +1 -1
  225. package/picker-button/esm/index.js +1 -1
  226. package/picker-button/esm/mobile.js +1 -1
  227. package/picker-button/esm/option/Component.js +1 -1
  228. package/picker-button/esm/option/index.js +1 -1
  229. package/picker-button/esm/responsive.js +1 -1
  230. package/picker-button/esm/{tslib.es6-14492659.d.ts → tslib.es6-a34e2b8a.d.ts} +0 -0
  231. package/picker-button/esm/{tslib.es6-14492659.js → tslib.es6-a34e2b8a.js} +0 -0
  232. package/picker-button/field/Component.js +1 -1
  233. package/picker-button/field/index.js +1 -1
  234. package/picker-button/index.js +1 -1
  235. package/picker-button/mobile.js +1 -1
  236. package/picker-button/option/Component.js +1 -1
  237. package/picker-button/option/index.js +1 -1
  238. package/picker-button/responsive.js +1 -1
  239. package/picker-button/{tslib.es6-230cfa99.d.ts → tslib.es6-15b3e51c.d.ts} +0 -0
  240. package/picker-button/{tslib.es6-230cfa99.js → tslib.es6-15b3e51c.js} +0 -0
  241. package/pure-cell/{component-90424d1a.d.ts → component-e2669cc2.d.ts} +0 -0
  242. package/pure-cell/{component-90424d1a.js → component-e2669cc2.js} +2 -2
  243. package/pure-cell/component.js +3 -3
  244. package/pure-cell/components/addon/component.js +1 -1
  245. package/pure-cell/components/addon/index.js +1 -1
  246. package/pure-cell/components/amount/component.js +2 -2
  247. package/pure-cell/components/amount/index.js +2 -2
  248. package/pure-cell/components/amount-title/component.js +2 -2
  249. package/pure-cell/components/amount-title/index.js +2 -2
  250. package/pure-cell/components/category/component.js +1 -1
  251. package/pure-cell/components/category/index.js +1 -1
  252. package/pure-cell/components/content/component.js +3 -3
  253. package/pure-cell/components/content/index.d.ts +1 -1
  254. package/pure-cell/components/content/index.js +3 -3
  255. package/pure-cell/components/footer/component.js +1 -1
  256. package/pure-cell/components/footer/index.js +1 -1
  257. package/pure-cell/components/footer-button/component.js +2 -2
  258. package/pure-cell/components/footer-button/index.js +2 -2
  259. package/pure-cell/components/footer-text/component.js +1 -1
  260. package/pure-cell/components/footer-text/index.js +1 -1
  261. package/pure-cell/components/graphics/component.js +1 -1
  262. package/pure-cell/components/graphics/index.js +1 -1
  263. package/pure-cell/components/main/component.js +3 -3
  264. package/pure-cell/components/main/index.d.ts +1 -1
  265. package/pure-cell/components/main/index.js +3 -3
  266. package/pure-cell/components/text/component.js +3 -3
  267. package/pure-cell/components/text/index.d.ts +1 -1
  268. package/pure-cell/components/text/index.js +3 -3
  269. package/pure-cell/esm/{component-504e83cb.d.ts → component-ce3b8d8e.d.ts} +0 -0
  270. package/pure-cell/esm/{component-504e83cb.js → component-ce3b8d8e.js} +2 -2
  271. package/pure-cell/esm/component.js +3 -3
  272. package/pure-cell/esm/components/addon/component.js +1 -1
  273. package/pure-cell/esm/components/addon/index.js +1 -1
  274. package/pure-cell/esm/components/amount/component.js +2 -2
  275. package/pure-cell/esm/components/amount/index.js +2 -2
  276. package/pure-cell/esm/components/amount-title/component.js +2 -2
  277. package/pure-cell/esm/components/amount-title/index.js +2 -2
  278. package/pure-cell/esm/components/category/component.js +1 -1
  279. package/pure-cell/esm/components/category/index.js +1 -1
  280. package/pure-cell/esm/components/content/component.js +3 -3
  281. package/pure-cell/esm/components/content/index.d.ts +1 -1
  282. package/pure-cell/esm/components/content/index.js +3 -3
  283. package/pure-cell/esm/components/footer/component.js +1 -1
  284. package/pure-cell/esm/components/footer/index.js +1 -1
  285. package/pure-cell/esm/components/footer-button/component.js +2 -2
  286. package/pure-cell/esm/components/footer-button/index.js +2 -2
  287. package/pure-cell/esm/components/footer-text/component.js +1 -1
  288. package/pure-cell/esm/components/footer-text/index.js +1 -1
  289. package/pure-cell/esm/components/graphics/component.js +1 -1
  290. package/pure-cell/esm/components/graphics/index.js +1 -1
  291. package/pure-cell/esm/components/main/component.js +3 -3
  292. package/pure-cell/esm/components/main/index.d.ts +1 -1
  293. package/pure-cell/esm/components/main/index.js +3 -3
  294. package/pure-cell/esm/components/text/component.js +3 -3
  295. package/pure-cell/esm/components/text/index.d.ts +1 -1
  296. package/pure-cell/esm/components/text/index.js +3 -3
  297. package/pure-cell/esm/{getDataTestId-f683b066.d.ts → getDataTestId-6b257645.d.ts} +0 -0
  298. package/pure-cell/esm/{getDataTestId-f683b066.js → getDataTestId-6b257645.js} +0 -0
  299. package/pure-cell/esm/index.js +3 -3
  300. package/pure-cell/esm/{tslib.es6-c2a6056e.d.ts → tslib.es6-2976061b.d.ts} +0 -0
  301. package/pure-cell/esm/{tslib.es6-c2a6056e.js → tslib.es6-2976061b.js} +0 -0
  302. package/pure-cell/{getDataTestId-a52aead4.d.ts → getDataTestId-7b531eab.d.ts} +0 -0
  303. package/pure-cell/{getDataTestId-a52aead4.js → getDataTestId-7b531eab.js} +0 -0
  304. package/pure-cell/index.js +3 -3
  305. package/pure-cell/modern/{component-89c322a1.d.ts → component-ecc16265.d.ts} +0 -0
  306. package/pure-cell/modern/{component-89c322a1.js → component-ecc16265.js} +1 -1
  307. package/pure-cell/modern/component.js +2 -2
  308. package/pure-cell/modern/components/addon/component.js +1 -1
  309. package/pure-cell/modern/components/addon/index.js +1 -1
  310. package/pure-cell/modern/components/amount/component.js +1 -1
  311. package/pure-cell/modern/components/amount/index.js +1 -1
  312. package/pure-cell/modern/components/amount-title/component.js +1 -1
  313. package/pure-cell/modern/components/amount-title/index.js +1 -1
  314. package/pure-cell/modern/components/category/component.js +1 -1
  315. package/pure-cell/modern/components/category/index.js +1 -1
  316. package/pure-cell/modern/components/content/component.js +2 -2
  317. package/pure-cell/modern/components/content/index.d.ts +1 -1
  318. package/pure-cell/modern/components/content/index.js +2 -2
  319. package/pure-cell/modern/components/footer/component.js +1 -1
  320. package/pure-cell/modern/components/footer/index.js +1 -1
  321. package/pure-cell/modern/components/footer-button/component.js +1 -1
  322. package/pure-cell/modern/components/footer-button/index.js +1 -1
  323. package/pure-cell/modern/components/footer-text/component.js +1 -1
  324. package/pure-cell/modern/components/footer-text/index.js +1 -1
  325. package/pure-cell/modern/components/graphics/component.js +1 -1
  326. package/pure-cell/modern/components/graphics/index.js +1 -1
  327. package/pure-cell/modern/components/main/component.js +2 -2
  328. package/pure-cell/modern/components/main/index.d.ts +1 -1
  329. package/pure-cell/modern/components/main/index.js +2 -2
  330. package/pure-cell/modern/components/text/component.js +2 -2
  331. package/pure-cell/modern/components/text/index.d.ts +1 -1
  332. package/pure-cell/modern/components/text/index.js +2 -2
  333. package/pure-cell/modern/{getDataTestId-f0e6214b.d.ts → getDataTestId-46ae5f7e.d.ts} +0 -0
  334. package/pure-cell/modern/{getDataTestId-f0e6214b.js → getDataTestId-46ae5f7e.js} +0 -0
  335. package/pure-cell/modern/index.js +2 -2
  336. package/pure-cell/{tslib.es6-17afa1a9.d.ts → tslib.es6-1fc63a53.d.ts} +0 -0
  337. package/pure-cell/{tslib.es6-17afa1a9.js → tslib.es6-1fc63a53.js} +0 -0
  338. package/select/{Component-fa76afab.d.ts → Component-0a2300e8.d.ts} +0 -0
  339. package/select/{Component-fa76afab.js → Component-0a2300e8.js} +1 -1
  340. package/select/{Component-048c1f37.d.ts → Component-fc2a45a0.d.ts} +0 -0
  341. package/select/{Component-048c1f37.js → Component-fc2a45a0.js} +3 -3
  342. package/select/Component.js +2 -2
  343. package/select/Component.responsive.js +4 -4
  344. package/select/components/base-checkmark/Component.js +1 -2
  345. package/select/components/base-option/Component.js +1 -1
  346. package/select/components/base-option/index.js +1 -1
  347. package/select/components/base-select/Component.js +2 -2
  348. package/select/components/base-select/index.d.ts +1 -1
  349. package/select/components/base-select/index.js +2 -2
  350. package/select/components/base-select-mobile/Component.js +4 -4
  351. package/select/components/base-select-mobile/index.d.ts +1 -1
  352. package/select/components/base-select-mobile/index.js +4 -4
  353. package/select/components/base-select-mobile/options-list/Component.js +1 -1
  354. package/select/components/base-select-mobile/options-list/index.js +1 -1
  355. package/select/components/field/Component.js +1 -1
  356. package/select/components/field/index.js +1 -1
  357. package/select/components/index.js +4 -4
  358. package/select/components/native-select/Component.js +1 -1
  359. package/select/components/native-select/index.js +1 -1
  360. package/select/components/option/Component.js +1 -1
  361. package/select/components/option/index.js +1 -1
  362. package/select/components/options-list/Component.js +1 -1
  363. package/select/components/options-list/index.js +1 -1
  364. package/select/components/select-mobile/Component.js +4 -4
  365. package/select/components/select-mobile/index.d.ts +1 -1
  366. package/select/components/select-mobile/index.js +4 -4
  367. package/select/components/select-modal-mobile/Component.js +4 -4
  368. package/select/components/select-modal-mobile/index.d.ts +1 -1
  369. package/select/components/select-modal-mobile/index.js +4 -4
  370. package/select/components/virtual-options-list/Component.js +1 -1
  371. package/select/components/virtual-options-list/index.js +1 -1
  372. package/select/cssm/components/base-checkmark/Component.js +1 -2
  373. package/select/esm/{Component-2f5932da.d.ts → Component-4b015ad5.d.ts} +0 -0
  374. package/select/esm/{Component-2f5932da.js → Component-4b015ad5.js} +1 -1
  375. package/select/esm/{Component-bced2b91.d.ts → Component-dd382646.d.ts} +0 -0
  376. package/select/esm/{Component-bced2b91.js → Component-dd382646.js} +3 -3
  377. package/select/esm/Component.js +2 -2
  378. package/select/esm/Component.responsive.js +4 -4
  379. package/select/esm/components/base-checkmark/Component.js +1 -2
  380. package/select/esm/components/base-option/Component.js +1 -1
  381. package/select/esm/components/base-option/index.js +1 -1
  382. package/select/esm/components/base-select/Component.js +2 -2
  383. package/select/esm/components/base-select/index.d.ts +1 -1
  384. package/select/esm/components/base-select/index.js +2 -2
  385. package/select/esm/components/base-select-mobile/Component.js +4 -4
  386. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  387. package/select/esm/components/base-select-mobile/index.js +4 -4
  388. package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
  389. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  390. package/select/esm/components/field/Component.js +1 -1
  391. package/select/esm/components/field/index.js +1 -1
  392. package/select/esm/components/index.js +4 -4
  393. package/select/esm/components/native-select/Component.js +1 -1
  394. package/select/esm/components/native-select/index.js +1 -1
  395. package/select/esm/components/option/Component.js +1 -1
  396. package/select/esm/components/option/index.js +1 -1
  397. package/select/esm/components/options-list/Component.js +1 -1
  398. package/select/esm/components/options-list/index.js +1 -1
  399. package/select/esm/components/select-mobile/Component.js +4 -4
  400. package/select/esm/components/select-mobile/index.d.ts +1 -1
  401. package/select/esm/components/select-mobile/index.js +4 -4
  402. package/select/esm/components/select-modal-mobile/Component.js +4 -4
  403. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  404. package/select/esm/components/select-modal-mobile/index.js +4 -4
  405. package/select/esm/components/virtual-options-list/Component.js +1 -1
  406. package/select/esm/components/virtual-options-list/index.js +1 -1
  407. package/select/esm/index.js +4 -4
  408. package/select/esm/{intersection-observer-812e72aa.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
  409. package/select/esm/{intersection-observer-812e72aa.js → intersection-observer-48ccda2c.js} +0 -0
  410. package/select/esm/presets/index.js +4 -4
  411. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  412. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  413. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  414. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  415. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  416. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  417. package/select/esm/responsive.js +4 -4
  418. package/select/esm/{tslib.es6-79302f1b.d.ts → tslib.es6-427aef08.d.ts} +0 -0
  419. package/select/esm/{tslib.es6-79302f1b.js → tslib.es6-427aef08.js} +0 -0
  420. package/select/index.js +4 -4
  421. package/select/{intersection-observer-2dddb15a.d.ts → intersection-observer-404c5a30.d.ts} +0 -0
  422. package/select/{intersection-observer-2dddb15a.js → intersection-observer-404c5a30.js} +0 -0
  423. package/select/modern/{Component-a09026a0.d.ts → Component-19b9374d.d.ts} +0 -0
  424. package/select/modern/{Component-a09026a0.js → Component-19b9374d.js} +0 -0
  425. package/select/modern/{Component-1f410321.d.ts → Component-3b90d09b.d.ts} +0 -0
  426. package/select/modern/{Component-1f410321.js → Component-3b90d09b.js} +2 -2
  427. package/select/modern/Component.js +1 -1
  428. package/select/modern/Component.responsive.js +3 -3
  429. package/select/modern/components/base-checkmark/Component.js +1 -2
  430. package/select/modern/components/base-select/Component.js +1 -1
  431. package/select/modern/components/base-select/index.d.ts +1 -1
  432. package/select/modern/components/base-select/index.js +1 -1
  433. package/select/modern/components/base-select-mobile/Component.js +3 -3
  434. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  435. package/select/modern/components/base-select-mobile/index.js +3 -3
  436. package/select/modern/components/index.js +3 -3
  437. package/select/modern/components/select-mobile/Component.js +3 -3
  438. package/select/modern/components/select-mobile/index.d.ts +1 -1
  439. package/select/modern/components/select-mobile/index.js +3 -3
  440. package/select/modern/components/select-modal-mobile/Component.js +3 -3
  441. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  442. package/select/modern/components/select-modal-mobile/index.js +3 -3
  443. package/select/modern/index.js +3 -3
  444. package/select/modern/{intersection-observer-812e72aa.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
  445. package/select/modern/{intersection-observer-812e72aa.js → intersection-observer-48ccda2c.js} +0 -0
  446. package/select/modern/presets/index.js +3 -3
  447. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  448. package/select/modern/presets/useSelectWithApply/hook.js +3 -3
  449. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  450. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  451. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  452. package/select/modern/responsive.js +3 -3
  453. package/select/presets/index.js +4 -4
  454. package/select/presets/useLazyLoading/hook.js +2 -2
  455. package/select/presets/useSelectWithApply/hook.js +4 -4
  456. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  457. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  458. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  459. package/select/presets/useSelectWithLoading/hook.js +1 -1
  460. package/select/responsive.js +4 -4
  461. package/select/{tslib.es6-ff591f11.d.ts → tslib.es6-a986f11c.d.ts} +0 -0
  462. package/select/{tslib.es6-ff591f11.js → tslib.es6-a986f11c.js} +0 -0
  463. package/side-panel/Component.desktop.js +1 -1
  464. package/side-panel/Component.mobile.js +1 -1
  465. package/side-panel/Component.responsive.js +1 -1
  466. package/side-panel/components/closer/Component.js +1 -1
  467. package/side-panel/components/content/Component.desktop.js +1 -1
  468. package/side-panel/components/content/Component.mobile.js +1 -1
  469. package/side-panel/components/footer/Component.desktop.js +1 -1
  470. package/side-panel/components/footer/Component.mobile.js +1 -1
  471. package/side-panel/components/header/Component.desktop.js +1 -1
  472. package/side-panel/components/header/Component.js +1 -1
  473. package/side-panel/components/header/Component.mobile.js +1 -1
  474. package/side-panel/desktop.js +1 -1
  475. package/side-panel/esm/Component.desktop.js +1 -1
  476. package/side-panel/esm/Component.mobile.js +1 -1
  477. package/side-panel/esm/Component.responsive.js +1 -1
  478. package/side-panel/esm/components/closer/Component.js +1 -1
  479. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  480. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  481. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  482. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  483. package/side-panel/esm/components/header/Component.desktop.js +1 -1
  484. package/side-panel/esm/components/header/Component.js +1 -1
  485. package/side-panel/esm/components/header/Component.mobile.js +1 -1
  486. package/side-panel/esm/desktop.js +1 -1
  487. package/side-panel/esm/index.js +1 -1
  488. package/side-panel/esm/mobile.js +1 -1
  489. package/side-panel/esm/responsive.js +1 -1
  490. package/side-panel/esm/{tslib.es6-38c55446.d.ts → tslib.es6-c804285b.d.ts} +0 -0
  491. package/side-panel/esm/{tslib.es6-38c55446.js → tslib.es6-c804285b.js} +0 -0
  492. package/side-panel/index.js +1 -1
  493. package/side-panel/mobile.js +1 -1
  494. package/side-panel/responsive.js +1 -1
  495. package/side-panel/{tslib.es6-f1b5174f.d.ts → tslib.es6-31bf2e33.d.ts} +0 -0
  496. package/side-panel/{tslib.es6-f1b5174f.js → tslib.es6-31bf2e33.js} +0 -0
  497. package/table/component.js +1 -1
  498. package/table/components/index.js +1 -1
  499. package/table/components/pagination/Component.js +1 -1
  500. package/table/components/pagination/index.js +1 -1
  501. package/table/components/pagination/select-field/index.js +1 -1
  502. package/table/components/table/Component.js +1 -1
  503. package/table/components/table/index.js +1 -1
  504. package/table/components/table/utils.js +1 -1
  505. package/table/components/tbody/Component.js +1 -1
  506. package/table/components/tbody/index.js +1 -1
  507. package/table/components/tcell/Component.js +1 -1
  508. package/table/components/tcell/index.js +1 -1
  509. package/table/components/texpandable-row/Component.js +1 -1
  510. package/table/components/texpandable-row/index.js +1 -1
  511. package/table/components/thead/Component.js +1 -1
  512. package/table/components/thead/index.js +1 -1
  513. package/table/components/thead-cell/Component.js +1 -1
  514. package/table/components/thead-cell/index.js +1 -1
  515. package/table/components/trow/Component.js +1 -1
  516. package/table/components/trow/index.js +1 -1
  517. package/table/components/tsortable-head-cell/Component.js +1 -1
  518. package/table/components/tsortable-head-cell/index.js +1 -1
  519. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  520. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  521. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  522. package/table/esm/component.js +1 -1
  523. package/table/esm/components/index.js +1 -1
  524. package/table/esm/components/pagination/Component.js +1 -1
  525. package/table/esm/components/pagination/index.js +1 -1
  526. package/table/esm/components/pagination/select-field/index.js +1 -1
  527. package/table/esm/components/table/Component.js +1 -1
  528. package/table/esm/components/table/index.js +1 -1
  529. package/table/esm/components/table/utils.js +1 -1
  530. package/table/esm/components/tbody/Component.js +1 -1
  531. package/table/esm/components/tbody/index.js +1 -1
  532. package/table/esm/components/tcell/Component.js +1 -1
  533. package/table/esm/components/tcell/index.js +1 -1
  534. package/table/esm/components/texpandable-row/Component.js +1 -1
  535. package/table/esm/components/texpandable-row/index.js +1 -1
  536. package/table/esm/components/thead/Component.js +1 -1
  537. package/table/esm/components/thead/index.js +1 -1
  538. package/table/esm/components/thead-cell/Component.js +1 -1
  539. package/table/esm/components/thead-cell/index.js +1 -1
  540. package/table/esm/components/trow/Component.js +1 -1
  541. package/table/esm/components/trow/index.js +1 -1
  542. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  543. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  544. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  545. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  546. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  547. package/table/esm/index.js +1 -1
  548. package/table/esm/{tslib.es6-fe7ac935.d.ts → tslib.es6-0643a13a.d.ts} +0 -0
  549. package/table/esm/{tslib.es6-fe7ac935.js → tslib.es6-0643a13a.js} +0 -0
  550. package/table/index.js +1 -1
  551. package/table/{tslib.es6-24dded29.d.ts → tslib.es6-3d93368e.d.ts} +0 -0
  552. package/table/{tslib.es6-24dded29.js → tslib.es6-3d93368e.js} +0 -0
  553. package/themes/click.css +80 -45
  554. package/themes/compiled/mobile-dark-bluetint.css +24 -24
  555. package/themes/corp.css +80 -45
  556. package/themes/dist/click.css +80 -45
  557. package/themes/dist/compiled/mobile-dark-bluetint.css +86 -79
  558. package/themes/dist/corp.css +80 -45
  559. package/themes/dist/intranet.css +531 -43
  560. package/themes/dist/mobile.css +531 -43
  561. package/themes/dist/site.css +80 -45
  562. package/themes/intranet.css +531 -43
  563. package/themes/mobile.css +531 -43
  564. package/themes/site.css +80 -45
  565. package/tooltip/component.responsive.d.ts +3 -7
  566. package/tooltip/cssm/component.responsive.d.ts +3 -7
  567. package/tooltip/esm/component.responsive.d.ts +3 -7
  568. package/tooltip/modern/component.responsive.d.ts +3 -7
  569. package/tooltip/modern/component.responsive.js +1 -1
  570. package/typography/{colors.module-378bbe24.d.ts → colors.module-a82cff56.d.ts} +0 -0
  571. package/typography/{colors.module-378bbe24.js → colors.module-a82cff56.js} +0 -0
  572. package/typography/{common.module-37310926.js → common.module-665db683.js} +0 -0
  573. package/typography/component.js +2 -2
  574. package/typography/esm/{colors.module-661bb86c.d.ts → colors.module-4c098eed.d.ts} +0 -0
  575. package/typography/esm/{colors.module-661bb86c.js → colors.module-4c098eed.js} +0 -0
  576. package/typography/esm/{common.module-4d96a814.js → common.module-ef9637a7.js} +0 -0
  577. package/typography/esm/component.js +2 -2
  578. package/typography/esm/index.js +2 -2
  579. package/typography/esm/text/component.js +1 -1
  580. package/typography/esm/text/index.js +1 -1
  581. package/typography/esm/title/component.js +1 -1
  582. package/typography/esm/title/index.js +2 -2
  583. package/typography/esm/title-mobile/component.js +2 -2
  584. package/typography/esm/title-mobile/index.js +2 -2
  585. package/typography/esm/title-responsive/component.js +2 -2
  586. package/typography/esm/title-responsive/index.js +2 -2
  587. package/typography/index.js +2 -2
  588. package/typography/modern/{colors.module-cbf6a387.js → colors.module-91fb1f4e.js} +0 -0
  589. package/typography/modern/{common.module-23d3a409.js → common.module-f3c1ea90.js} +0 -0
  590. package/typography/modern/component.js +2 -2
  591. package/typography/modern/index.js +2 -2
  592. package/typography/modern/text/component.js +1 -1
  593. package/typography/modern/text/index.js +1 -1
  594. package/typography/modern/title/component.js +1 -1
  595. package/typography/modern/title/index.js +2 -2
  596. package/typography/modern/title-mobile/component.js +2 -2
  597. package/typography/modern/title-mobile/index.js +2 -2
  598. package/typography/modern/title-responsive/component.js +2 -2
  599. package/typography/modern/title-responsive/index.js +2 -2
  600. package/typography/text/component.js +1 -1
  601. package/typography/text/index.js +1 -1
  602. package/typography/title/component.js +1 -1
  603. package/typography/title/index.js +2 -2
  604. package/typography/title-mobile/component.js +2 -2
  605. package/typography/title-mobile/index.js +2 -2
  606. package/typography/title-responsive/component.js +2 -2
  607. package/typography/title-responsive/index.js +2 -2
  608. package/vars/cssm/bundle/click.css +2 -4
  609. package/vars/cssm/bundle/intranet.css +2 -4
  610. package/vars/cssm/bundle/mobile.css +2 -4
  611. package/vars/cssm/bundle/site.css +2 -4
  612. package/vars/cssm/main.css +759 -0
  613. package/vars/cssm/shadows-bluetint.css +2 -4
  614. package/vars/dist/cssm/bundle/click.css +2 -4
  615. package/vars/dist/cssm/bundle/intranet.css +2 -4
  616. package/vars/dist/cssm/bundle/mobile.css +2 -4
  617. package/vars/dist/cssm/bundle/site.css +2 -4
  618. package/vars/dist/cssm/main.css +759 -0
  619. package/vars/dist/cssm/shadows-bluetint.css +2 -4
  620. package/vars/dist/main.css +24 -0
  621. package/vars/dist/shadows-bluetint.css +2 -4
  622. package/vars/main.css +24 -0
  623. package/vars/shadows-bluetint.css +2 -4
@@ -0,0 +1,759 @@
1
+ :root {
2
+ --color-dark-indigo: #0b1f35;
3
+ --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
4
+ --color-dark-indigo-30: rgba(11, 31, 53, 0.3);
5
+ --color-dark-indigo-15: rgba(11, 31, 53, 0.15);
6
+ --color-dark-indigo-10: rgba(11, 31, 53, 0.1);
7
+ --color-dark-indigo-07: rgba(11, 31, 53, 0.07);
8
+ --color-dark-indigo-05: rgba(11, 31, 53, 0.05);
9
+ --color-dark-indigo-60-flat: #6d7986;
10
+ --color-dark-indigo-30-flat: #b6bcc3;
11
+ --color-dark-indigo-15-flat: #dbdee1;
12
+ --color-dark-indigo-10-flat: #e7e9eb;
13
+ --color-dark-indigo-07-flat: #eeeff1;
14
+ --color-dark-indigo-05-flat: #f3f4f5;
15
+ --color-red-brand: #ef3124;
16
+ --color-red-brand-85: rgba(239, 49, 36, 0.85);
17
+ --color-red-brand-70: rgba(239, 49, 36, 0.7);
18
+ --color-red-brand-50: rgba(239, 49, 36, 0.5);
19
+ --color-red-brand-30: rgba(239, 49, 36, 0.3);
20
+ --color-red-brand-20: rgba(239, 49, 36, 0.2);
21
+ --color-red-brand-10: rgba(239, 49, 36, 0.1);
22
+ --color-red-brand-85-flat: #f15045;
23
+ --color-red-brand-70-flat: #f46f66;
24
+ --color-red-brand-50-flat: #f69791;
25
+ --color-red-brand-30-flat: #fbc2bd;
26
+ --color-red-brand-20-flat: #fcd6d3;
27
+ --color-red-brand-10-flat: #feebea;
28
+ --color-red-brand-05-flat: #fef5f4;
29
+ --color-red-dark: #d91d0b;
30
+ --color-red-error: #ff5c5c;
31
+ --color-green-text: #13a463;
32
+ --color-green-text-60: rgba(19, 164, 99, 0.6);
33
+ --color-green-text-60-flat: #71c8a1;
34
+ --color-green-done: #2fc26e;
35
+ --color-green-done-20: rgba(47, 194, 110, 0.2);
36
+ --color-green-done-10: rgba(47, 194, 110, 0.1);
37
+ --color-green-done-05: rgba(47, 194, 110, 0.05);
38
+ --color-green-done-20-flat: #d5f3e2;
39
+ --color-green-done-10-flat: #ebf9f1;
40
+ --color-green-done-05-flat: #f4fcf7;
41
+ --color-blue-action: #0e60b9;
42
+ --color-blue-swipe-a: #2670c6;
43
+ --color-blue-swipe-b: #3781d8;
44
+ --color-blue-swipe-c: #4a90e2;
45
+ --color-blue-link-mobile: #007aff;
46
+ --color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
47
+ --color-blue-link-mobile-10-flat: #e6f2ff;
48
+ --color-blue-link-web: #0f62fe;
49
+ --color-sand: #f6bf65;
50
+ --color-lavender: #8888ad;
51
+ --color-amethyst: #a489aa;
52
+ --color-black: #000;
53
+ --color-black-60: rgba(0, 0, 0, 0.6);
54
+ --color-black-30: rgba(0, 0, 0, 0.3);
55
+ --color-black-10: rgba(0, 0, 0, 0.1);
56
+ --color-black-60-flat: #666;
57
+ --color-black-30-flat: #b3b3b3;
58
+ --color-black-10-flat: #e6e6e6;
59
+ --color-white: #fff;
60
+ --color-white-60: rgba(255, 255, 255, 0.6);
61
+ --color-white-30: rgba(255, 255, 255, 0.3);
62
+ --color-white-10: rgba(255, 255, 255, 0.1);
63
+ --color-bg-corporate: #212a33;
64
+ --color-bg-corporate-90: rgba(33, 42, 51, 0.9);
65
+ --color-bg-corporate-60: rgba(33, 42, 51, 0.6);
66
+ --color-bg-corporate-30: rgba(33, 42, 51, 0.3);
67
+ --color-bg-corporate-90-flat: #384048;
68
+ --color-bg-corporate-60-flat: #7a7f85;
69
+ --color-bg-corporate-30-flat: #bdc0c2;
70
+ --color-light-blue: #f5f7f9;
71
+ } /* deprecated */ :root {
72
+ --color-dark-bg-accent: #ef3124;
73
+ --color-dark-bg-attention-muted: #432000;
74
+ --color-dark-bg-info: #001c3c;
75
+ --color-dark-bg-negative-muted: #410903;
76
+ --color-dark-bg-opaque: rgba(255, 255, 255, 0.6);
77
+ --color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
78
+ --color-dark-bg-positive-muted: #06311e;
79
+ --color-dark-bg-primary: #0b1f35;
80
+ --color-dark-bg-primary-inverted: #fff;
81
+ --color-dark-bg-quaternary: #485767;
82
+ --color-dark-bg-quaternary-inverted: #dbdee1;
83
+ --color-dark-bg-secondary: #233549;
84
+ --color-dark-bg-secondary-inverted: #f3f4f5;
85
+ --color-dark-bg-tertiary: #3c4c5d;
86
+ --color-dark-bg-tertiary-inverted: #e7e9eb;
87
+ --color-dark-border-accent: #ef3124;
88
+ --color-dark-border-key: #fff;
89
+ --color-dark-border-key-inverted: #0b1f35;
90
+ --color-dark-border-link: #007aff;
91
+ --color-dark-border-primary: #485767;
92
+ --color-dark-border-primary-inverted: #dbdee1;
93
+ --color-dark-border-secondary: #3c4c5d;
94
+ --color-dark-border-secondary-inverted: #e7e9eb;
95
+ --color-dark-border-tertiary: #233549;
96
+ --color-dark-border-tertiary-inverted: #f3f4f5;
97
+ --color-dark-border-underline: #6d7986;
98
+ --color-dark-border-underline-inverted: #b6bcc3;
99
+ --color-dark-graphic-accent: #ef3124;
100
+ --color-dark-graphic-attention: #e58933;
101
+ --color-dark-graphic-link: #007aff;
102
+ --color-dark-graphic-negative: #f15045;
103
+ --color-dark-graphic-positive: #2fc26e;
104
+ --color-dark-graphic-primary: #fff;
105
+ --color-dark-graphic-primary-inverted: #0b1f35;
106
+ --color-dark-graphic-quaternary: #485767;
107
+ --color-dark-graphic-quaternary-inverted: #dbdee1;
108
+ --color-dark-graphic-secondary: #b6bcc3;
109
+ --color-dark-graphic-secondary-inverted: #6d7986;
110
+ --color-dark-graphic-tertiary: #6d7986;
111
+ --color-dark-graphic-tertiary-inverted: #b6bcc3;
112
+ --color-dark-specialbg-component: rgba(255, 255, 255, 0.15);
113
+ --color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
114
+ --color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
115
+ --color-dark-specialbg-overlay-fallback: #070707;
116
+ --color-dark-specialbg-primary-grouped: #0b1f35;
117
+ --color-dark-specialbg-secondary-grouped: #233549;
118
+ --color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.1);
119
+ --color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
120
+ --color-dark-specialbg-tertiary-grouped: #3c4c5d;
121
+ --color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.2);
122
+ --color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
123
+ --color-dark-text-accent: #ef3124;
124
+ --color-dark-text-attention: #de6a00;
125
+ --color-dark-text-disabled: rgba(255, 255, 255, 0.25);
126
+ --color-dark-text-disabled-inverted: rgba(11, 31, 53, 0.15);
127
+ --color-dark-text-link: #007aff;
128
+ --color-dark-text-negative: #d91d0b;
129
+ --color-dark-text-positive: #13a463;
130
+ --color-dark-text-primary: #fff;
131
+ --color-dark-text-primary-inverted: #0b1f35;
132
+ --color-dark-text-secondary: rgba(255, 255, 255, 0.7);
133
+ --color-dark-text-secondary-inverted: rgba(11, 31, 53, 0.7);
134
+ --color-dark-text-tertiary: rgba(255, 255, 255, 0.4);
135
+ --color-dark-text-tertiary-inverted: rgba(11, 31, 53, 0.3);
136
+ --color-light-bg-accent: #ef3124;
137
+ --color-light-bg-attention-muted: #fff3e0;
138
+ --color-light-bg-info: #d6e8fc;
139
+ --color-light-bg-negative-muted: #feebea;
140
+ --color-light-bg-opaque: rgba(255, 255, 255, 0.6);
141
+ --color-light-bg-overlay: rgba(0, 0, 0, 0.6);
142
+ --color-light-bg-positive-muted: #ebf9f1;
143
+ --color-light-bg-primary: #fff;
144
+ --color-light-bg-primary-inverted: #0b1f35;
145
+ --color-light-bg-quaternary: #dbdee1;
146
+ --color-light-bg-quaternary-inverted: #485767;
147
+ --color-light-bg-secondary: #f3f4f5;
148
+ --color-light-bg-secondary-inverted: #233549;
149
+ --color-light-bg-tertiary: #e7e9eb;
150
+ --color-light-bg-tertiary-inverted: #3c4c5d;
151
+ --color-light-border-accent: #ef3124;
152
+ --color-light-border-key: #0b1f35;
153
+ --color-light-border-key-inverted: #fff;
154
+ --color-light-border-link: #007aff;
155
+ --color-light-border-primary: #dbdee1;
156
+ --color-light-border-primary-inverted: #485767;
157
+ --color-light-border-secondary: #e7e9eb;
158
+ --color-light-border-secondary-inverted: #3c4c5d;
159
+ --color-light-border-tertiary: #f3f4f5;
160
+ --color-light-border-tertiary-inverted: #233549;
161
+ --color-light-border-underline: #b6bcc3;
162
+ --color-light-border-underline-inverted: #6d7986;
163
+ --color-light-graphic-accent: #ef3124;
164
+ --color-light-graphic-attention: #e58933;
165
+ --color-light-graphic-link: #007aff;
166
+ --color-light-graphic-negative: #f15045;
167
+ --color-light-graphic-positive: #2fc26e;
168
+ --color-light-graphic-primary: #0b1f35;
169
+ --color-light-graphic-primary-inverted: #fff;
170
+ --color-light-graphic-quaternary: #dbdee1;
171
+ --color-light-graphic-quaternary-inverted: #485767;
172
+ --color-light-graphic-secondary: #6d7986;
173
+ --color-light-graphic-secondary-inverted: #b6bcc3;
174
+ --color-light-graphic-tertiary: #b6bcc3;
175
+ --color-light-graphic-tertiary-inverted: #6d7986;
176
+ --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
177
+ --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
178
+ --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
179
+ --color-light-specialbg-overlay-fallback: #5c5c5c;
180
+ --color-light-specialbg-primary-grouped: #f3f4f5;
181
+ --color-light-specialbg-secondary-grouped: #fff;
182
+ --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
183
+ --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.1);
184
+ --color-light-specialbg-tertiary-grouped: #f3f4f5;
185
+ --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
186
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.2);
187
+ --color-light-text-accent: #ef3124;
188
+ --color-light-text-attention: #de6a00;
189
+ --color-light-text-disabled: rgba(11, 31, 53, 0.15);
190
+ --color-light-text-disabled-inverted: rgba(255, 255, 255, 0.25);
191
+ --color-light-text-link: #007aff;
192
+ --color-light-text-negative: #d91d0b;
193
+ --color-light-text-positive: #13a463;
194
+ --color-light-text-primary: #0b1f35;
195
+ --color-light-text-primary-inverted: #fff;
196
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
197
+ --color-light-text-secondary-inverted: rgba(255, 255, 255, 0.7);
198
+ --color-light-text-tertiary: rgba(11, 31, 53, 0.3);
199
+ --color-light-text-tertiary-inverted: rgba(255, 255, 255, 0.4);
200
+ --color-static-bg-accent: #ef3124;
201
+ --color-static-bg-primary-dark: #0b1f35;
202
+ --color-static-bg-primary-light: #fff;
203
+ --color-static-bg-quaternary-dark: #485767;
204
+ --color-static-bg-quaternary-light: #dbdee1;
205
+ --color-static-bg-secondary-dark: #233549;
206
+ --color-static-bg-secondary-light: #f3f4f5;
207
+ --color-static-bg-tertiary-dark: #3c4c5d;
208
+ --color-static-bg-tertiary-light: #e7e9eb;
209
+ --color-static-border-accent: #ef3124;
210
+ --color-static-graphic-accent: #ef3124;
211
+ --color-static-graphic-dark: #0b1f35;
212
+ --color-static-graphic-light: #fff;
213
+ --color-static-text-accent: #ef3124;
214
+ --color-static-text-primary-dark: #0b1f35;
215
+ --color-static-text-primary-light: #fff;
216
+ --color-static-text-secondary-dark: rgba(11, 31, 53, 0.6);
217
+ --color-static-text-secondary-light: rgba(255, 255, 255, 0.7);
218
+ --color-static-text-tertiary-dark: rgba(11, 31, 53, 0.3);
219
+ --color-static-text-tertiary-light: rgba(255, 255, 255, 0.4);
220
+ --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
221
+ --color-dark-bg-accent-shade-15: rgb(203, 42, 31);
222
+ --color-dark-bg-accent-shade-20: rgb(191, 39, 29);
223
+ --color-dark-bg-accent-tint-7: rgb(240, 63, 51);
224
+ --color-dark-bg-accent-tint-10: rgb(241, 70, 58);
225
+ --color-dark-bg-accent-tint-15: rgb(241, 80, 69);
226
+ --color-dark-bg-accent-tint-30: rgb(244, 111, 102);
227
+ --color-dark-bg-primary-alpha-4: rgba(11, 31, 53, 0.04);
228
+ --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
229
+ --color-dark-bg-primary-alpha-12: rgba(11, 31, 53, 0.12);
230
+ --color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
231
+ --color-dark-bg-primary-alpha-16: rgba(11, 31, 53, 0.16);
232
+ --color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
233
+ --color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
234
+ --color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
235
+ --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
236
+ --color-dark-bg-primary-tint-7: rgb(28, 47, 67);
237
+ --color-dark-bg-primary-tint-15: rgb(48, 65, 83);
238
+ --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
239
+ --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
240
+ --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
241
+ --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
242
+ --color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08);
243
+ --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
244
+ --color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12);
245
+ --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
246
+ --color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16);
247
+ --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
248
+ --color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24);
249
+ --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
250
+ --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
251
+ --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
252
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
253
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
254
+ --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
255
+ --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
256
+ --color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
257
+ --color-dark-bg-quaternary-tint-7: rgb(85, 99, 114);
258
+ --color-dark-bg-quaternary-tint-10: rgb(90, 104, 118);
259
+ --color-dark-bg-quaternary-tint-15: rgb(99, 112, 126);
260
+ --color-dark-bg-quaternary-tint-30: rgb(127, 137, 149);
261
+ --color-dark-bg-quaternary-inverted-alpha-30: rgba(219, 222, 225, 0.3);
262
+ --color-dark-bg-quaternary-inverted-shade-15: rgb(186, 189, 191);
263
+ --color-dark-bg-quaternary-inverted-shade-20: rgb(175, 178, 180);
264
+ --color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
265
+ --color-dark-bg-secondary-shade-15: rgb(30, 45, 62);
266
+ --color-dark-bg-secondary-shade-20: rgb(28, 42, 58);
267
+ --color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
268
+ --color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
269
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
270
+ --color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
271
+ --color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
272
+ --color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
273
+ --color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
274
+ --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
275
+ --color-dark-border-underline-alpha-30: rgba(109, 121, 134, 0.3);
276
+ --color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
277
+ --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
278
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
279
+ --color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
280
+ --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
281
+ --color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
282
+ --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
283
+ --color-dark-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
284
+ --color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
285
+ --color-dark-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
286
+ --color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
287
+ --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
288
+ --color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
289
+ --color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
290
+ --color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
291
+ --color-dark-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
292
+ --color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
293
+ --color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
294
+ --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
295
+ --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
296
+ --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
297
+ --color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6);
298
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
299
+ --color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
300
+ --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
301
+ --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
302
+ --color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
303
+ --color-dark-graphic-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
304
+ --color-dark-graphic-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
305
+ --color-dark-graphic-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
306
+ --color-dark-graphic-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
307
+ --color-dark-graphic-primary-inverted-tint-7: rgb(28, 47, 67);
308
+ --color-dark-graphic-primary-inverted-tint-10: rgb(35, 53, 73);
309
+ --color-dark-graphic-primary-inverted-tint-15: rgb(48, 65, 83);
310
+ --color-dark-graphic-primary-inverted-tint-30: rgb(84, 98, 114);
311
+ --color-dark-graphic-quaternary-tint-10: rgb(90, 104, 118);
312
+ --color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
313
+ --color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
314
+ --color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
315
+ --color-dark-graphic-secondary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
316
+ --color-dark-graphic-secondary-inverted-shade-15: rgb(93, 103, 114);
317
+ --color-dark-graphic-secondary-inverted-shade-20: rgb(87, 97, 107);
318
+ --color-dark-graphic-secondary-inverted-tint-10: rgb(124, 134, 146);
319
+ --color-dark-graphic-secondary-inverted-tint-30: rgb(153, 161, 170);
320
+ --color-dark-graphic-tertiary-alpha-30: rgba(109, 121, 134, 0.3);
321
+ --color-dark-graphic-tertiary-shade-15: rgb(93, 103, 114);
322
+ --color-dark-graphic-tertiary-shade-20: rgb(87, 97, 107);
323
+ --color-dark-graphic-tertiary-tint-7: rgb(119, 130, 142);
324
+ --color-dark-graphic-tertiary-tint-15: rgb(131, 141, 152);
325
+ --color-dark-graphic-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
326
+ --color-dark-graphic-tertiary-inverted-shade-15: rgb(155, 160, 166);
327
+ --color-dark-graphic-tertiary-inverted-shade-20: rgb(146, 150, 156);
328
+ --color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.2095);
329
+ --color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.235);
330
+ --color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.2775);
331
+ --color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.405);
332
+ --color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
333
+ --color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
334
+ --color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
335
+ --color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
336
+ --color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
337
+ --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
338
+ --color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
339
+ --color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.256);
340
+ --color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.32);
341
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
342
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
343
+ --color-dark-text-link-shade-30: rgb(0, 85, 179);
344
+ --color-dark-text-link-shade-50: rgb(0, 61, 128);
345
+ --color-dark-text-link-tint-20: rgb(51, 149, 255);
346
+ --color-dark-text-link-tint-40: rgb(102, 175, 255);
347
+ --color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
348
+ --color-dark-text-primary-shade-24: rgb(194, 194, 194);
349
+ --color-dark-text-primary-shade-30: rgb(179, 179, 179);
350
+ --color-dark-text-primary-shade-40: rgb(153, 153, 153);
351
+ --color-dark-text-primary-shade-50: rgb(128, 128, 128);
352
+ --color-dark-text-primary-tint-20: rgb(255, 255, 255);
353
+ --color-dark-text-primary-tint-40: rgb(255, 255, 255);
354
+ --color-dark-text-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
355
+ --color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
356
+ --color-dark-text-primary-inverted-shade-20: rgb(9, 25, 42);
357
+ --color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
358
+ --color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
359
+ --color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
360
+ --color-dark-text-primary-inverted-tint-24: rgb(70, 85, 101);
361
+ --color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
362
+ --color-dark-text-primary-inverted-tint-40: rgb(109, 121, 134);
363
+ --color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
364
+ --color-dark-text-secondary-shade-20: rgba(204, 204, 204, 0.76);
365
+ --color-dark-text-secondary-shade-30: rgba(179, 179, 179, 0.79);
366
+ --color-dark-text-secondary-tint-20: rgba(255, 255, 255, 0.76);
367
+ --color-dark-text-secondary-tint-40: rgba(255, 255, 255, 0.82);
368
+ --color-dark-text-secondary-inverted-shade-20: rgba(9, 25, 42, 0.76);
369
+ --color-dark-text-secondary-inverted-shade-30: rgba(8, 22, 37, 0.79);
370
+ --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
371
+ --color-light-bg-accent-tint-15: rgb(241, 80, 69);
372
+ --color-light-bg-accent-tint-20: rgb(242, 90, 80);
373
+ --color-light-bg-accent-shade-7: rgb(222, 46, 33);
374
+ --color-light-bg-accent-shade-10: rgb(215, 44, 32);
375
+ --color-light-bg-accent-shade-15: rgb(203, 42, 31);
376
+ --color-light-bg-accent-shade-30: rgb(167, 34, 25);
377
+ --color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
378
+ --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
379
+ --color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
380
+ --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
381
+ --color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
382
+ --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
383
+ --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
384
+ --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
385
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
386
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
387
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
388
+ --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
389
+ --color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
390
+ --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
391
+ --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
392
+ --color-light-bg-primary-inverted-alpha-8: rgba(11, 31, 53, 0.08);
393
+ --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
394
+ --color-light-bg-primary-inverted-alpha-12: rgba(11, 31, 53, 0.12);
395
+ --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
396
+ --color-light-bg-primary-inverted-alpha-16: rgba(11, 31, 53, 0.16);
397
+ --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
398
+ --color-light-bg-primary-inverted-alpha-24: rgba(11, 31, 53, 0.24);
399
+ --color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
400
+ --color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
401
+ --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
402
+ --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
403
+ --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
404
+ --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
405
+ --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
406
+ --color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
407
+ --color-light-bg-quaternary-shade-7: rgb(204, 206, 209);
408
+ --color-light-bg-quaternary-shade-10: rgb(197, 200, 203);
409
+ --color-light-bg-quaternary-shade-15: rgb(186, 189, 191);
410
+ --color-light-bg-quaternary-shade-30: rgb(153, 155, 157);
411
+ --color-light-bg-quaternary-inverted-alpha-30: rgba(72, 87, 103, 0.3);
412
+ --color-light-bg-quaternary-inverted-tint-15: rgb(99, 112, 126);
413
+ --color-light-bg-quaternary-inverted-tint-20: rgb(109, 121, 133);
414
+ --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
415
+ --color-light-bg-secondary-tint-15: rgb(245, 246, 246);
416
+ --color-light-bg-secondary-tint-20: rgb(245, 246, 247);
417
+ --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
418
+ --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
419
+ --color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
420
+ --color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
421
+ --color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
422
+ --color-light-bg-secondary-inverted-shade-7: rgb(33, 49, 68);
423
+ --color-light-bg-secondary-inverted-shade-15: rgb(30, 45, 62);
424
+ --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
425
+ --color-light-border-underline-alpha-30: rgba(182, 188, 195, 0.3);
426
+ --color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
427
+ --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
428
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
429
+ --color-light-graphic-accent-shade-7: rgb(222, 46, 33);
430
+ --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
431
+ --color-light-graphic-accent-shade-15: rgb(203, 42, 31);
432
+ --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
433
+ --color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
434
+ --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
435
+ --color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
436
+ --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
437
+ --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
438
+ --color-light-graphic-negative-shade-7: rgb(224, 74, 64);
439
+ --color-light-graphic-negative-shade-15: rgb(205, 68, 59);
440
+ --color-light-graphic-negative-shade-30: rgb(169, 56, 48);
441
+ --color-light-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
442
+ --color-light-graphic-positive-shade-10: rgb(42, 175, 99);
443
+ --color-light-graphic-positive-shade-30: rgb(33, 136, 77);
444
+ --color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
445
+ --color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
446
+ --color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
447
+ --color-light-graphic-primary-alpha-60: rgba(11, 31, 53, 0.6);
448
+ --color-light-graphic-primary-tint-15: rgb(48, 65, 83);
449
+ --color-light-graphic-primary-tint-20: rgb(60, 76, 93);
450
+ --color-light-graphic-primary-tint-30: rgb(84, 98, 114);
451
+ --color-light-graphic-primary-shade-10: rgb(10, 28, 48);
452
+ --color-light-graphic-primary-shade-30: rgb(8, 22, 37);
453
+ --color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
454
+ --color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
455
+ --color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
456
+ --color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
457
+ --color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
458
+ --color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
459
+ --color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
460
+ --color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
461
+ --color-light-graphic-quaternary-shade-10: rgb(197, 200, 203);
462
+ --color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
463
+ --color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
464
+ --color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
465
+ --color-light-graphic-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
466
+ --color-light-graphic-secondary-inverted-tint-15: rgb(193, 198, 204);
467
+ --color-light-graphic-secondary-inverted-tint-20: rgb(197, 201, 207);
468
+ --color-light-graphic-secondary-inverted-shade-10: rgb(164, 169, 176);
469
+ --color-light-graphic-secondary-inverted-shade-30: rgb(127, 132, 136);
470
+ --color-light-graphic-tertiary-alpha-30: rgba(182, 188, 195, 0.3);
471
+ --color-light-graphic-tertiary-tint-15: rgb(193, 198, 204);
472
+ --color-light-graphic-tertiary-tint-20: rgb(197, 201, 207);
473
+ --color-light-graphic-tertiary-shade-7: rgb(169, 175, 181);
474
+ --color-light-graphic-tertiary-shade-15: rgb(155, 160, 166);
475
+ --color-light-graphic-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
476
+ --color-light-graphic-tertiary-inverted-tint-15: rgb(131, 141, 152);
477
+ --color-light-graphic-tertiary-inverted-tint-20: rgb(138, 148, 158);
478
+ --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
479
+ --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
480
+ --color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
481
+ --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
482
+ --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
483
+ --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
484
+ --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
485
+ --color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
486
+ --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
487
+ --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
488
+ --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
489
+ --color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
490
+ --color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
491
+ --color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.32);
492
+ --color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.36);
493
+ --color-light-text-link-tint-30: rgb(77, 162, 255);
494
+ --color-light-text-link-tint-50: rgb(128, 189, 255);
495
+ --color-light-text-link-shade-20: rgb(0, 98, 204);
496
+ --color-light-text-link-shade-40: rgb(0, 73, 153);
497
+ --color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
498
+ --color-light-text-primary-tint-24: rgb(70, 85, 101);
499
+ --color-light-text-primary-tint-30: rgb(84, 98, 114);
500
+ --color-light-text-primary-tint-40: rgb(109, 121, 134);
501
+ --color-light-text-primary-tint-50: rgb(133, 143, 154);
502
+ --color-light-text-primary-shade-20: rgb(9, 25, 42);
503
+ --color-light-text-primary-shade-40: rgb(7, 19, 32);
504
+ --color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
505
+ --color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
506
+ --color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
507
+ --color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
508
+ --color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
509
+ --color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
510
+ --color-light-text-primary-inverted-shade-24: rgb(194, 194, 194);
511
+ --color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
512
+ --color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
513
+ --color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
514
+ --color-light-text-secondary-tint-20: rgba(60, 76, 93, 0.76);
515
+ --color-light-text-secondary-tint-30: rgba(84, 98, 114, 0.79);
516
+ --color-light-text-secondary-shade-20: rgba(9, 25, 42, 0.76);
517
+ --color-light-text-secondary-shade-40: rgba(7, 19, 32, 0.82);
518
+ --color-light-text-secondary-inverted-tint-20: rgba(255, 255, 255, 0.76);
519
+ --color-light-text-secondary-inverted-tint-30: rgba(255, 255, 255, 0.79);
520
+ --color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
521
+ --color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
522
+ --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
523
+ } :root {
524
+ --color-static-corpbg-neutral: #bdc0c2;
525
+ --color-static-corpbg-primary: #212a33;
526
+ --color-static-corpbg-secondary: #384048;
527
+ --color-static-corpbg-tertiary: #7a7f85;
528
+ --color-static-graphic-amethyst: #a489aa;
529
+ --color-static-graphic-blackberry: #bfafc6;
530
+ --color-static-graphic-blue-chill: #0f9c8c;
531
+ --color-static-graphic-blue-maya: #7eb3ff;
532
+ --color-static-graphic-blue-moody: #7879cf;
533
+ --color-static-graphic-blue-steel: #4f84ba;
534
+ --color-static-graphic-botticelli: #cee5e5;
535
+ --color-static-graphic-boulder: #7a7a7a;
536
+ --color-static-graphic-brink-pink: #fc617c;
537
+ --color-static-graphic-burnt-sienna: #eb7a58;
538
+ --color-static-graphic-carrot: #e8bba3;
539
+ --color-static-graphic-chatelle: #bfafc6;
540
+ --color-static-graphic-chathams-blue: #155966;
541
+ --color-static-graphic-chick: #f2db9e;
542
+ --color-static-graphic-crete: #847128;
543
+ --color-static-graphic-curious-blue: #2381db;
544
+ --color-static-graphic-curious-blue-light: #3b99d9;
545
+ --color-static-graphic-eastern-blue: #269cb3;
546
+ --color-static-graphic-french-lilac: #d3baed;
547
+ --color-static-graphic-fuel-yellow: #f29d32;
548
+ --color-static-graphic-fun-blue: #1d6ab5;
549
+ --color-static-graphic-gallery: #eee;
550
+ --color-static-graphic-green-jungle: #2fc26e;
551
+ --color-static-graphic-hippie-blue: #5aa4b0;
552
+ --color-static-graphic-jaffa: #f07134;
553
+ --color-static-graphic-jaffa-light: #f18836;
554
+ --color-static-graphic-java: #15c0e0;
555
+ --color-static-graphic-jungle-green: #2ab79a;
556
+ --color-static-graphic-lavender: #8888ad;
557
+ --color-static-graphic-mantis: #63cd4f;
558
+ --color-static-graphic-matisse: #16548f;
559
+ --color-static-graphic-milano-red: #cd1501;
560
+ --color-static-graphic-mirage: #1d2434;
561
+ --color-static-graphic-moon-raker: #e9dbf7;
562
+ --color-static-graphic-moss-green: #a6d29c;
563
+ --color-static-graphic-nevada: #626b75;
564
+ --color-static-graphic-olive: #bfd3c9;
565
+ --color-static-graphic-olivine: #87b965;
566
+ --color-static-graphic-peach: #fcc99b;
567
+ --color-static-graphic-persimmon: #ff5c5c;
568
+ --color-static-graphic-pewter: #96a5a5;
569
+ --color-static-graphic-pickled-bluewood: #2d3f50;
570
+ --color-static-graphic-porsche: #e7b965;
571
+ --color-static-graphic-raspberry: #dfb2bb;
572
+ --color-static-graphic-red-damask: #da713c;
573
+ --color-static-graphic-saffron: #f0c330;
574
+ --color-static-graphic-salomie: #fee984;
575
+ --color-static-graphic-sand: #f6bf65;
576
+ --color-static-graphic-sandy-brown: #f38f6f;
577
+ --color-static-graphic-seawater: #aecfd9;
578
+ --color-static-graphic-serenade: #fff0e3;
579
+ --color-static-graphic-sky: #a6c0db;
580
+ --color-static-graphic-soft-peach: #f3eaeb;
581
+ --color-static-graphic-solitude: #e8f2fe;
582
+ --color-static-graphic-strawberry: #f8b6a9;
583
+ --color-static-graphic-sundust: #d9d6ce;
584
+ --color-static-graphic-turkish-rose: #b56a6b;
585
+ --color-static-graphic-turquoise-blue: #6bd3e6;
586
+ --color-static-graphic-valencia: #d8463b;
587
+ --color-static-graphic-waikawa-gray: #5b6d9c;
588
+ --color-static-graphic-whisper: #f2eff6;
589
+ --color-static-graphic-zanah: #e1f0de;
590
+ --color-static-local-light-blue: #f5f7f9;
591
+ --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
592
+ --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
593
+ --color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
594
+ --color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
595
+ --color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
596
+ --color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
597
+ --color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
598
+ --color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
599
+ --color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
600
+ --color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
601
+ --color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
602
+ --color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
603
+ --color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
604
+ --color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
605
+ --color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
606
+ --color-static-status-blue: #007aff;
607
+ --color-static-status-green: #13a463;
608
+ --color-static-status-grey: #6d7986;
609
+ --color-static-status-orange: #de6a00;
610
+ --color-static-status-purple: #673ab7;
611
+ --color-static-status-red: #d91d0b;
612
+ --color-static-status-teal: #219187;
613
+ --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
614
+ --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
615
+ --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
616
+ --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
617
+ --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
618
+ --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
619
+ --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
620
+ } :root {
621
+ --color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
622
+ --color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
623
+ --color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
624
+ --color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
625
+ --color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
626
+ --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
627
+ --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
628
+ --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
629
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
630
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
631
+ --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
632
+ --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
633
+ --color-static-primary-dark: rgba(0, 0, 0, 0.8);
634
+ --color-static-primary-light: rgba(255, 255, 255, 0.8);
635
+ --color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
636
+ --color-static-quaternary-light: rgba(255, 255, 255, 0.32);
637
+ --color-static-quinary-dark: rgba(0, 0, 0, 0.16);
638
+ --color-static-quinary-light: rgba(255, 255, 255, 0.16);
639
+ --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
640
+ --color-static-secondary-light: rgba(255, 255, 255, 0.64);
641
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
642
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
643
+ --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
644
+ --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
645
+ } :root {
646
+ --shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
647
+ --shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
648
+ --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
649
+ --shadow-l: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
650
+ --shadow-xl: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32);
651
+
652
+ /* Hard */
653
+ --shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
654
+ 0 2px 4px rgba(11, 31, 53, 0.16);
655
+ --shadow-s-hard: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),
656
+ 0 4px 8px rgba(11, 31, 53, 0.16);
657
+ --shadow-m-hard: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
658
+ 0 8px 16px rgba(11, 31, 53, 0.16);
659
+ --shadow-l-hard: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),
660
+ 0 12px 24px rgba(11, 31, 53, 0.16);
661
+ --shadow-xl-hard: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),
662
+ 0 16px 32px rgba(11, 31, 53, 0.16);
663
+
664
+ /* Up */
665
+ --shadow-xs-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04);
666
+ --shadow-s-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
667
+ --shadow-m-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16);
668
+ --shadow-l-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24);
669
+ --shadow-xl-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32);
670
+
671
+ /* Hard up */
672
+ --shadow-xs-hard-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),
673
+ 0 -2px 4px rgba(11, 31, 53, 0.16);
674
+ --shadow-s-hard-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),
675
+ 0 -4px 8px rgba(11, 31, 53, 0.16);
676
+ --shadow-m-hard-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),
677
+ 0 -8px 16px rgba(11, 31, 53, 0.16);
678
+ --shadow-l-hard-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),
679
+ 0 -12px 24px rgba(11, 31, 53, 0.16);
680
+ --shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
681
+ 0 -16px 32px rgba(11, 31, 53, 0.16);
682
+ } :root {
683
+ --border-radius-xs: 2px;
684
+ --border-radius-s: 4px;
685
+ --border-radius-m: 8px;
686
+ --border-radius-l: 12px;
687
+ --border-radius-xl: 16px;
688
+ --border-radius-xxl: 20px;
689
+ --border-radius-3xl: 24px;
690
+ --border-radius-circle: 50%;
691
+ --border-radius-pill: 99px;
692
+ } :root {
693
+ --gap-3xs: 2px;
694
+ --gap-2xs: 4px;
695
+ --gap-xs: 8px;
696
+ --gap-s: 12px;
697
+ --gap-m: 16px;
698
+ --gap-l: 20px;
699
+ --gap-xl: 24px;
700
+ --gap-2xl: 32px;
701
+ --gap-3xl: 40px;
702
+ --gap-4xl: 48px;
703
+ --gap-5xl: 64px;
704
+ --gap-6xl: 72px;
705
+ --gap-7xl: 96px;
706
+ --gap-8xl: 128px;
707
+ --gap-3xs-neg: -2px;
708
+ --gap-2xs-neg: -4px;
709
+ --gap-xs-neg: -8px;
710
+ --gap-s-neg: -12px;
711
+ --gap-m-neg: -16px;
712
+ --gap-l-neg: -20px;
713
+ --gap-xl-neg: -24px;
714
+ --gap-2xl-neg: -32px;
715
+ --gap-3xl-neg: -40px;
716
+ --gap-4xl-neg: -48px;
717
+ --gap-5xl-neg: -64px;
718
+ --gap-6xl-neg: -72px;
719
+ --gap-7xl-neg: -96px;
720
+ --gap-8xl-neg: -128px;
721
+ } :root {
722
+ --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
723
+ sans-serif;
724
+ --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
725
+ 'Helvetica Neue', Helvetica, sans-serif;
726
+ } :root {
727
+ --text-primary-color: var(--color-light-text-primary);
728
+ --text-secondary-color: var(--color-light-text-secondary);
729
+ --text-tertiary-color: var(--color-light-text-tertiary);
730
+ --focus-color: var(--color-light-border-link);
731
+ --font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
732
+ sans-serif;
733
+ --disabled-cursor: not-allowed;
734
+ --arrow-transform: rotate(180deg);
735
+ --size-xxs-height: 32px;
736
+ --size-xs-height: 40px;
737
+ --size-s-height: 48px;
738
+ --size-m-height: 56px;
739
+ --size-l-height: 64px;
740
+ --size-xl-height: 72px;
741
+ } *,
742
+ *:before,
743
+ *:after {
744
+ -webkit-box-sizing: border-box;
745
+ box-sizing: border-box;
746
+ } html,
747
+ body {
748
+ margin: 0;
749
+ padding: 0;
750
+ height: 100%;
751
+ } body {
752
+ -webkit-font-smoothing: antialiased;
753
+ -moz-osx-font-smoothing: grayscale;
754
+ background-color: var(--color-light-bg-primary);
755
+ color: var(--text-primary-color);
756
+ font-family: var(--font-family-system);
757
+ font-style: normal;
758
+ font-weight: 400;
759
+ }