@kickstartds/ds-agency-premium 1.6.71--canary.45.1843.0 → 1.7.0--canary.18.1660.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 (372) hide show
  1. package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
  3. package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
  4. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  5. package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
  6. package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
  7. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
  8. package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
  9. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  10. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  11. package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
  12. package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
  13. package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
  14. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  15. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  16. package/dist/PageProps-aa29c554.d.ts +1 -1
  17. package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
  18. package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
  19. package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
  20. package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
  21. package/dist/TestimonialsProps-f7211553.d.ts +22 -0
  22. package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
  23. package/dist/components/blog-aside/blog-aside.css +4 -4
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -5
  26. package/dist/components/blog-aside/index.d.ts +1 -2
  27. package/dist/components/blog-aside/index.js +3 -3
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
  29. package/dist/components/blog-author/index.d.ts +1 -2
  30. package/dist/components/blog-head/blog-head.css +3 -3
  31. package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
  32. package/dist/components/blog-head/blog-head.schema.json +0 -6
  33. package/dist/components/blog-head/index.d.ts +1 -2
  34. package/dist/components/blog-head/index.js +2 -2
  35. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
  36. package/dist/components/blog-overview/index.d.ts +0 -1
  37. package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
  38. package/dist/components/blog-post/index.d.ts +0 -1
  39. package/dist/components/blog-post/index.js +2 -4
  40. package/dist/components/blog-teaser/blog-teaser.css +7 -9
  41. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
  42. package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
  43. package/dist/components/blog-teaser/index.d.ts +3 -4
  44. package/dist/components/blog-teaser/index.js +10 -8
  45. package/dist/components/button/button.css +2 -2
  46. package/dist/components/button/button.schema.dereffed.json +3 -4
  47. package/dist/components/button/button.schema.json +3 -4
  48. package/dist/components/button/index.d.ts +1 -2
  49. package/dist/components/button/index.js +1 -1
  50. package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
  51. package/dist/components/button-group/index.d.ts +1 -2
  52. package/dist/components/contact/contact.css +16 -12
  53. package/dist/components/contact/contact.schema.dereffed.json +6 -15
  54. package/dist/components/contact/contact.schema.json +6 -13
  55. package/dist/components/contact/index.d.ts +1 -7
  56. package/dist/components/contact/index.js +1 -1
  57. package/dist/components/cta/cta.css +72 -49
  58. package/dist/components/cta/cta.schema.dereffed.json +11 -29
  59. package/dist/components/cta/cta.schema.json +10 -23
  60. package/dist/components/cta/index.d.ts +1 -2
  61. package/dist/components/cta/index.js +25 -25
  62. package/dist/components/divider/divider.css +1 -1
  63. package/dist/components/divider/index.d.ts +26 -2
  64. package/dist/components/faq/index.d.ts +0 -1
  65. package/dist/components/feature/feature.schema.dereffed.json +3 -14
  66. package/dist/components/feature/feature.schema.json +3 -12
  67. package/dist/components/feature/index.d.ts +1 -58
  68. package/dist/components/feature/index.js +2 -2
  69. package/dist/components/features/features.css +6 -19
  70. package/dist/components/features/features.schema.dereffed.json +40 -13
  71. package/dist/components/features/features.schema.json +1 -27
  72. package/dist/components/features/index.d.ts +1 -2
  73. package/dist/components/features/index.js +2 -11
  74. package/dist/components/footer/footer.css +5 -5
  75. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  76. package/dist/components/footer/index.d.ts +1 -2
  77. package/dist/components/footer/index.js +1 -1
  78. package/dist/components/gallery/gallery.css +18 -0
  79. package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
  80. package/dist/components/gallery/gallery.schema.json +1 -2
  81. package/dist/components/gallery/index.d.ts +0 -1
  82. package/dist/components/gallery/index.js +1 -1
  83. package/dist/components/header/header.css +11 -53
  84. package/dist/components/header/header.schema.dereffed.json +12 -12
  85. package/dist/components/header/index.d.ts +4 -5
  86. package/dist/components/header/index.js +5 -5
  87. package/dist/components/headline/headline.css +41 -49
  88. package/dist/components/headline/headline.schema.dereffed.json +0 -5
  89. package/dist/components/headline/headline.schema.json +0 -5
  90. package/dist/components/headline/index.d.ts +0 -6
  91. package/dist/components/headline/index.js +1 -1
  92. package/dist/components/hero/hero.css +22 -91
  93. package/dist/components/hero/hero.schema.dereffed.json +4 -12
  94. package/dist/components/hero/hero.schema.json +3 -9
  95. package/dist/components/hero/index.d.ts +1 -2
  96. package/dist/components/hero/index.js +37 -39
  97. package/dist/components/html/html.schema.json +3 -31
  98. package/dist/components/html/index.d.ts +26 -5
  99. package/dist/components/html/index.js +3 -17
  100. package/dist/components/image/image.css +18 -0
  101. package/dist/components/image/image.schema.dereffed.json +105 -0
  102. package/dist/components/image/image.schema.json +95 -0
  103. package/dist/components/image/index.d.ts +87 -0
  104. package/dist/components/image/index.js +11 -0
  105. package/dist/components/image-story/image-story.css +7 -10
  106. package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
  107. package/dist/components/image-story/image-story.schema.json +1 -5
  108. package/dist/components/image-story/index.d.ts +0 -1
  109. package/dist/components/image-story/index.js +1 -0
  110. package/dist/components/image-text/image-text.css +4 -4
  111. package/dist/components/image-text/index.d.ts +0 -1
  112. package/dist/components/index/index.d.ts +3 -9
  113. package/dist/components/logo/index.d.ts +0 -1
  114. package/dist/components/logos/index.d.ts +0 -1
  115. package/dist/components/logos/index.js +1 -1
  116. package/dist/components/logos/logos.css +4 -4
  117. package/dist/components/logos/logos.schema.dereffed.json +6 -6
  118. package/dist/components/logos/logos.schema.json +6 -6
  119. package/dist/components/mosaic/index.d.ts +0 -1
  120. package/dist/components/mosaic/index.js +1 -1
  121. package/dist/components/mosaic/mosaic.css +7 -8
  122. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
  123. package/dist/components/nav-dropdown/index.d.ts +1 -2
  124. package/dist/components/nav-dropdown/index.js +2 -2
  125. package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
  126. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  127. package/dist/components/nav-flyout/index.d.ts +2 -3
  128. package/dist/components/nav-flyout/index.js +8 -6
  129. package/dist/components/nav-flyout/nav-flyout.css +15 -29
  130. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  131. package/dist/components/nav-main/index.d.ts +5 -6
  132. package/dist/components/nav-main/index.js +2 -0
  133. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  134. package/dist/components/nav-main/nav-main.schema.json +14 -14
  135. package/dist/components/nav-toggle/index.js +1 -1
  136. package/dist/components/nav-topbar/index.d.ts +2 -3
  137. package/dist/components/nav-topbar/index.js +2 -2
  138. package/dist/components/nav-topbar/nav-topbar.css +3 -16
  139. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  140. package/dist/components/page/index.d.ts +0 -1
  141. package/dist/components/page/page.schema.dereffed.json +163 -292
  142. package/dist/components/page-wrapper/index.js +368 -135
  143. package/dist/components/page-wrapper/tokens.css +692 -439
  144. package/dist/components/picture/picture.schema.json +88 -0
  145. package/dist/components/presets.json +560 -1883
  146. package/dist/components/providers/index.js +1 -1
  147. package/dist/components/section/index.d.ts +1 -2
  148. package/dist/components/section/index.js +16 -10
  149. package/dist/components/section/js/Section.client.js +1 -1
  150. package/dist/components/section/section.css +93 -88
  151. package/dist/components/section/section.schema.dereffed.json +163 -292
  152. package/dist/components/section/section.schema.json +10 -21
  153. package/dist/components/settings/settings.schema.dereffed.json +24 -29
  154. package/dist/components/settings/settings.schema.json +0 -5
  155. package/dist/components/slider/index.d.ts +1 -2
  156. package/dist/components/slider/slider.css +9 -19
  157. package/dist/components/slider/slider.schema.dereffed.json +71 -78
  158. package/dist/components/split/index.d.ts +13 -0
  159. package/dist/components/split/index.js +17 -0
  160. package/dist/components/split/split.css +53 -0
  161. package/dist/components/split/split.schema.dereffed.json +29 -0
  162. package/dist/components/split/split.schema.json +19 -0
  163. package/dist/components/stat/index.d.ts +0 -1
  164. package/dist/components/stat/stat.schema.dereffed.json +0 -1
  165. package/dist/components/stat/stat.schema.json +0 -1
  166. package/dist/components/stats/index.d.ts +0 -1
  167. package/dist/components/stats/stats.css +7 -3
  168. package/dist/components/stats/stats.schema.dereffed.json +0 -1
  169. package/dist/components/teaser-card/index.d.ts +1 -2
  170. package/dist/components/teaser-card/index.js +9 -10
  171. package/dist/components/teaser-card/teaser-card.css +48 -68
  172. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  173. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  174. package/dist/components/testimonial/index.d.ts +1 -49
  175. package/dist/components/testimonial/index.js +1 -4
  176. package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
  177. package/dist/components/testimonial/testimonial.schema.json +0 -7
  178. package/dist/components/testimonials/index.d.ts +2 -3
  179. package/dist/components/testimonials/index.js +2 -2
  180. package/dist/components/testimonials/testimonials.css +28 -60
  181. package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
  182. package/dist/components/testimonials/testimonials.schema.json +1 -30
  183. package/dist/components/text/index.d.ts +0 -1
  184. package/dist/components/text/text.css +2 -2
  185. package/dist/components/tile/tile.schema.dereffed.json +3 -4
  186. package/dist/components/tile/tile.schema.json +4 -10
  187. package/dist/components/video-curtain/index.d.ts +1 -2
  188. package/dist/components/video-curtain/index.js +4 -12
  189. package/dist/components/video-curtain/video-curtain.css +33 -57
  190. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
  191. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  192. package/dist/global.css +86 -340
  193. package/dist/static/img/logos/logoipsum-212.svg +12 -0
  194. package/dist/static/img/logos/logoipsum-217.svg +4 -0
  195. package/dist/static/img/logos/logoipsum-239.svg +16 -0
  196. package/dist/static/img/logos/logoipsum-244.svg +19 -0
  197. package/dist/static/img/logos/logoipsum-250.svg +21 -0
  198. package/dist/static/img/logos/logoipsum-286.svg +20 -0
  199. package/dist/static/img/people/author-alex.png +0 -0
  200. package/dist/static/img/people/author-emily.png +0 -0
  201. package/dist/static/img/people/author-john.png +0 -0
  202. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  203. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  204. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  205. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  206. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  207. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  210. package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
  211. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  212. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  213. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  214. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  215. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  216. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  217. package/dist/static/logo-inverted.svg +25 -12
  218. package/dist/static/logo.svg +25 -12
  219. package/dist/tokens/IconSprite.js +367 -134
  220. package/dist/tokens/icon-sprite.html +37 -72
  221. package/dist/tokens/themes.css +4 -4
  222. package/dist/tokens/tokens.css +692 -439
  223. package/dist/tokens/tokens.js +755 -651
  224. package/package.json +16 -11
  225. package/dist/DividerProps-2ef31901.d.ts +0 -26
  226. package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
  227. package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
  228. package/dist/EventFilterProps-b190eb86.d.ts +0 -73
  229. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
  230. package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
  231. package/dist/EventLocationProps-871bc198.d.ts +0 -41
  232. package/dist/FeaturesProps-a9041d97.d.ts +0 -67
  233. package/dist/HtmlProps-9d091769.d.ts +0 -34
  234. package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
  235. package/dist/SearchResultProps-224c2338.d.ts +0 -33
  236. package/dist/components/breadcrumb/breadcrumb.css +0 -32
  237. package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
  238. package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
  239. package/dist/components/breadcrumb/index.d.ts +0 -28
  240. package/dist/components/breadcrumb/index.js +0 -17
  241. package/dist/components/content-nav/content-nav.css +0 -112
  242. package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
  243. package/dist/components/content-nav/content-nav.schema.json +0 -52
  244. package/dist/components/content-nav/index.d.ts +0 -42
  245. package/dist/components/content-nav/index.js +0 -14
  246. package/dist/components/downloads/downloads.css +0 -153
  247. package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
  248. package/dist/components/downloads/downloads.schema.json +0 -44
  249. package/dist/components/downloads/index.d.ts +0 -41
  250. package/dist/components/downloads/index.js +0 -18
  251. package/dist/components/event-appointment/event-appointment.css +0 -61
  252. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
  253. package/dist/components/event-appointment/event-appointment.schema.json +0 -47
  254. package/dist/components/event-appointment/index.d.ts +0 -7
  255. package/dist/components/event-appointment/index.js +0 -14
  256. package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
  257. package/dist/components/event-detail/event-detail.schema.json +0 -74
  258. package/dist/components/event-detail/index.d.ts +0 -5
  259. package/dist/components/event-detail/index.js +0 -36
  260. package/dist/components/event-filter/event-filter.css +0 -31
  261. package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
  262. package/dist/components/event-filter/event-filter.schema.json +0 -107
  263. package/dist/components/event-filter/index.d.ts +0 -7
  264. package/dist/components/event-filter/index.js +0 -34
  265. package/dist/components/event-header/event-header.css +0 -6
  266. package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
  267. package/dist/components/event-header/event-header.schema.json +0 -34
  268. package/dist/components/event-header/index.d.ts +0 -35
  269. package/dist/components/event-header/index.js +0 -20
  270. package/dist/components/event-latest/event-latest.css +0 -5
  271. package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
  272. package/dist/components/event-latest/event-latest.schema.json +0 -46
  273. package/dist/components/event-latest/index.d.ts +0 -30
  274. package/dist/components/event-latest/index.js +0 -19
  275. package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
  276. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
  277. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
  278. package/dist/components/event-latest-teaser/index.d.ts +0 -8
  279. package/dist/components/event-latest-teaser/index.js +0 -18
  280. package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
  281. package/dist/components/event-list/event-list.schema.json +0 -18
  282. package/dist/components/event-list/index.d.ts +0 -19
  283. package/dist/components/event-list/index.js +0 -73
  284. package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
  285. package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
  286. package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
  287. package/dist/components/event-list-teaser/index.d.ts +0 -8
  288. package/dist/components/event-list-teaser/index.js +0 -21
  289. package/dist/components/event-location/event-location.css +0 -71
  290. package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
  291. package/dist/components/event-location/event-location.schema.json +0 -61
  292. package/dist/components/event-location/index.d.ts +0 -7
  293. package/dist/components/event-location/index.js +0 -18
  294. package/dist/components/event-login/event-login.css +0 -31
  295. package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
  296. package/dist/components/event-login/event-login.schema.json +0 -98
  297. package/dist/components/event-login/index.d.ts +0 -78
  298. package/dist/components/event-login/index.js +0 -21
  299. package/dist/components/event-registration/event-registration.css +0 -91
  300. package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
  301. package/dist/components/event-registration/event-registration.schema.json +0 -138
  302. package/dist/components/event-registration/index.d.ts +0 -106
  303. package/dist/components/event-registration/index.js +0 -23
  304. package/dist/components/html/Html.client.d.ts +0 -5
  305. package/dist/components/html/Html.client.js +0 -41
  306. package/dist/components/html/html.css +0 -52
  307. package/dist/components/html/html.schema.dereffed.json +0 -61
  308. package/dist/components/pagination/index.d.ts +0 -47
  309. package/dist/components/pagination/index.js +0 -52
  310. package/dist/components/pagination/pagination.css +0 -66
  311. package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
  312. package/dist/components/pagination/pagination.schema.json +0 -57
  313. package/dist/components/search/index.d.ts +0 -19
  314. package/dist/components/search/index.js +0 -39
  315. package/dist/components/search/search.schema.dereffed.json +0 -134
  316. package/dist/components/search/search.schema.json +0 -18
  317. package/dist/components/search-bar/index.d.ts +0 -35
  318. package/dist/components/search-bar/index.js +0 -17
  319. package/dist/components/search-bar/search-bar.css +0 -33
  320. package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
  321. package/dist/components/search-bar/search-bar.schema.json +0 -35
  322. package/dist/components/search-filter/index.d.ts +0 -7
  323. package/dist/components/search-filter/index.js +0 -15
  324. package/dist/components/search-filter/search-filter.css +0 -20
  325. package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
  326. package/dist/components/search-filter/search-filter.schema.json +0 -46
  327. package/dist/components/search-result/index.d.ts +0 -7
  328. package/dist/components/search-result/index.js +0 -15
  329. package/dist/components/search-result/search-result.css +0 -26
  330. package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
  331. package/dist/components/search-result/search-result.schema.json +0 -41
  332. package/dist/components/split-even/index.d.ts +0 -74
  333. package/dist/components/split-even/index.js +0 -7
  334. package/dist/components/split-even/split-even.css +0 -100
  335. package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
  336. package/dist/components/split-even/split-even.schema.json +0 -170
  337. package/dist/components/split-weighted/index.d.ts +0 -104
  338. package/dist/components/split-weighted/index.js +0 -13
  339. package/dist/components/split-weighted/split-weighted.css +0 -133
  340. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
  341. package/dist/components/split-weighted/split-weighted.schema.json +0 -212
  342. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  343. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  344. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  345. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  346. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  347. package/dist/static/img/about/angled-image.png +0 -0
  348. package/dist/static/img/about/cta.png +0 -0
  349. package/dist/static/img/about/cutout.png +0 -0
  350. package/dist/static/img/about/disclaimer.png +0 -0
  351. package/dist/static/img/about/purpose.png +0 -0
  352. package/dist/static/img/about/spoiler.png +0 -0
  353. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
  354. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
  355. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
  356. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
  357. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
  358. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
  359. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
  360. package/dist/static/img/logos/logoipsum-344.svg +0 -174
  361. package/dist/static/img/logos/logoipsum-347.svg +0 -52
  362. package/dist/static/img/logos/logoipsum-352.svg +0 -22
  363. package/dist/static/img/logos/logoipsum-356.svg +0 -20
  364. package/dist/static/img/logos/logoipsum-358.svg +0 -29
  365. package/dist/static/img/logos/logoipsum-369.svg +0 -20
  366. package/dist/static/img/logos/logoipsum-373.svg +0 -17
  367. package/dist/static/img/people/contact-person.png +0 -0
  368. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  369. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  370. package/dist/static/logo-dark.svg +0 -13
  371. package/dist/static/logo-dsa-inverted.svg +0 -26
  372. package/dist/static/logo-dsa.svg +0 -26
@@ -1,443 +1,466 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Jul 2025 06:44:25 GMT
3
+ * Generated on Fri, 20 Jun 2025 07:55:05 GMT
4
4
  */
5
5
 
6
- export const KsBackgroundColorAccentBase = "#f3f3f4";
7
- export const KsBackgroundColorAccentInvertedBase = "#13294f";
8
- export const KsBackgroundColorBoldBase = "#e4ebf7";
9
- export const KsBackgroundColorBoldInvertedBase = "#1b3a6e";
6
+ export const KsBackgroundColorAccentBase = "#230a2b";
7
+ export const KsBackgroundColorAccentInvertedBase = "#dcd6f2";
8
+ export const KsBackgroundColorBoldBase = "#570e40";
9
+ export const KsBackgroundColorBoldInvertedBase = "#b4a6f2";
10
10
  export const KsBackgroundColorClearBase = "rgba(0, 0, 0, 0)";
11
11
  export const KsBackgroundColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
12
- export const KsBackgroundColorClearInteractiveHoverBase = "rgba(48, 101, 192, 0.13)";
13
- export const KsBackgroundColorClearInteractiveActiveBase = "rgba(48, 101, 192, 0.24)";
14
- export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(48, 101, 192, 0.37)";
12
+ export const KsBackgroundColorClearInteractiveHoverBase = "rgba(226, 24, 121, 0.13)";
13
+ export const KsBackgroundColorClearInteractiveActiveBase = "rgba(226, 24, 121, 0.24)";
14
+ export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(226, 24, 121, 0.37)";
15
15
  export const KsBackgroundColorClearInvertedBase = "rgba(0, 0, 0, 0)";
16
16
  export const KsBackgroundColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
17
- export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(48, 101, 192, 0.24)";
18
- export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(48, 101, 192, 0.37)";
19
- export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(48, 101, 192, 0.5)";
20
- export const KsBackgroundColorDefaultBase = "#ffffff";
21
- export const KsBackgroundColorDefaultInvertedBase = "#0f203e";
22
- export const KsBackgroundColorInterfaceBase = "rgba(6, 8, 31, 0.05)";
23
- export const KsBackgroundColorInterfaceInteractiveBase = "rgba(6, 8, 31, 0.13)";
24
- export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(6, 8, 31, 0.05)";
25
- export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(6, 8, 31, 0.24)";
26
- export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(6, 8, 31, 0.37)";
27
- export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#3065c0";
28
- export const KsBackgroundColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.05)";
29
- export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.13)";
30
- export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.05)";
31
- export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.37)";
32
- export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
33
- export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#3065c0";
34
- export const KsBackgroundColorCardBase = "rgba(6, 8, 31, 0.05)";
35
- export const KsBackgroundColorCardInteractiveBase = "#ffffff";
17
+ export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(77, 37, 239, 0.24)";
18
+ export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(77, 37, 239, 0.37)";
19
+ export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(77, 37, 239, 0.5)";
20
+ export const KsBackgroundColorDefaultBase = "#06081f";
21
+ export const KsBackgroundColorDefaultInvertedBase = "#f1f1f3";
22
+ export const KsBackgroundColorInterfaceBase = "rgba(255, 255, 255, 0.05)";
23
+ export const KsBackgroundColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.13)";
24
+ export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(255, 255, 255, 0.05)";
25
+ export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(255, 255, 255, 0.37)";
26
+ export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
27
+ export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#e21879";
28
+ export const KsBackgroundColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.05)";
29
+ export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(6, 8, 31, 0.13)";
30
+ export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.05)";
31
+ export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.37)";
32
+ export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.37)";
33
+ export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#4d25ef";
34
+ export const KsBackgroundColorCardBase = "#12142a";
35
+ export const KsBackgroundColorCardInteractiveBase = "rgba(255, 255, 255, 0.05)";
36
36
  export const KsBackgroundColorCardInteractiveDisabledBase = "rgba(255, 255, 255, 0.24)";
37
37
  export const KsBackgroundColorCardInteractiveHoverBase = "rgba(255, 255, 255, 0.05)";
38
38
  export const KsBackgroundColorCardInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
39
- export const KsBackgroundColorCardInteractiveSelectedBase = "#ffffff";
40
- export const KsBackgroundColorCardInvertedBase = "#1b2b48";
41
- export const KsBackgroundColorCardInvertedInteractiveBase = "#1b2b48";
42
- export const KsBackgroundColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.24)";
43
- export const KsBackgroundColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.05)";
44
- export const KsBackgroundColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
45
- export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#3065c0";
46
- export const KsBackgroundColorPrimaryBase = "#3065c0";
47
- export const KsBackgroundColorPrimaryInteractiveBase = "#3065c0";
48
- export const KsBackgroundColorPrimaryInteractiveHoverBase = "#4b79c8";
49
- export const KsBackgroundColorPrimaryInteractiveActiveBase = "#4b79c8";
50
- export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#7d9ed7";
51
- export const KsBackgroundColorPrimaryTranslucentBase = "rgba(48, 101, 192, 0.5)";
52
- export const KsBackgroundColorPrimaryInvertedBase = "#3065c0";
53
- export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#3065c0";
54
- export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#2c5caf";
55
- export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#2c5caf";
56
- export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#244b90";
57
- export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(48, 101, 192, 0.5)";
39
+ export const KsBackgroundColorCardInteractiveSelectedBase = "#e21879";
40
+ export const KsBackgroundColorCardInvertedBase = "#e5e5e8";
41
+ export const KsBackgroundColorCardInvertedInteractiveBase = "rgba(6, 8, 31, 0.05)";
42
+ export const KsBackgroundColorCardInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.24)";
43
+ export const KsBackgroundColorCardInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.05)";
44
+ export const KsBackgroundColorCardInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.05)";
45
+ export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#4d25ef";
46
+ export const KsBackgroundColorPrimaryBase = "#e21879";
47
+ export const KsBackgroundColorPrimaryInteractiveBase = "#e21879";
48
+ export const KsBackgroundColorPrimaryInteractiveHoverBase = "#c5166d";
49
+ export const KsBackgroundColorPrimaryInteractiveActiveBase = "#c5166d";
50
+ export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#911258";
51
+ export const KsBackgroundColorPrimaryTranslucentBase = "rgba(226, 24, 121, 0.5)";
52
+ export const KsBackgroundColorPrimaryInvertedBase = "#4d25ef";
53
+ export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#4d25ef";
54
+ export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#6240f0";
55
+ export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#6240f0";
56
+ export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#8a70f0";
57
+ export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(77, 37, 239, 0.5)";
58
58
  export const KsBackgroundColorPositiveBase = "#6edb64";
59
59
  export const KsBackgroundColorPositiveInteractiveBase = "#6edb64";
60
- export const KsBackgroundColorPositiveInteractiveHoverBase = "#81e078";
61
- export const KsBackgroundColorPositiveInteractiveActiveBase = "#81e078";
62
- export const KsBackgroundColorPositiveInteractiveSelectedBase = "#a4e89d";
60
+ export const KsBackgroundColorPositiveInteractiveHoverBase = "#60c05b";
61
+ export const KsBackgroundColorPositiveInteractiveActiveBase = "#60c05b";
62
+ export const KsBackgroundColorPositiveInteractiveSelectedBase = "#488d4a";
63
63
  export const KsBackgroundColorPositiveTranslucentBase = "rgba(110, 219, 100, 0.5)";
64
64
  export const KsBackgroundColorPositiveInvertedBase = "#23831b";
65
65
  export const KsBackgroundColorPositiveInvertedInteractiveBase = "#23831b";
66
- export const KsBackgroundColorPositiveInvertedInteractiveHoverBase = "#207620";
67
- export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#207620";
68
- export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#1c5e28";
66
+ export const KsBackgroundColorPositiveInvertedInteractiveHoverBase = "#3e9137";
67
+ export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#3e9137";
68
+ export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#6fac6b";
69
69
  export const KsBackgroundColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.5)";
70
70
  export const KsBackgroundColorInformativeBase = "#64c2db";
71
71
  export const KsBackgroundColorInformativeInteractiveBase = "#64c2db";
72
- export const KsBackgroundColorInformativeInteractiveHoverBase = "#78cae0";
73
- export const KsBackgroundColorInformativeInteractiveActiveBase = "#78cae0";
74
- export const KsBackgroundColorInformativeInteractiveSelectedBase = "#9dd9e8";
72
+ export const KsBackgroundColorInformativeInteractiveHoverBase = "#58aac3";
73
+ export const KsBackgroundColorInformativeInteractiveActiveBase = "#58aac3";
74
+ export const KsBackgroundColorInformativeInteractiveSelectedBase = "#417d95";
75
75
  export const KsBackgroundColorInformativeTranslucentBase = "rgba(100, 194, 219, 0.5)";
76
76
  export const KsBackgroundColorInformativeInvertedBase = "#00718f";
77
77
  export const KsBackgroundColorInformativeInvertedInteractiveBase = "#00718f";
78
- export const KsBackgroundColorInformativeInvertedInteractiveHoverBase = "#026684";
79
- export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#026684";
80
- export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#065371";
78
+ export const KsBackgroundColorInformativeInvertedInteractiveHoverBase = "#1f829c";
79
+ export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#1f829c";
80
+ export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#59a0b4";
81
81
  export const KsBackgroundColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.5)";
82
82
  export const KsBackgroundColorNoticeBase = "#f9de55";
83
83
  export const KsBackgroundColorNoticeInteractiveBase = "#f9de55";
84
- export const KsBackgroundColorNoticeInteractiveHoverBase = "#fae26b";
85
- export const KsBackgroundColorNoticeInteractiveActiveBase = "#fae26b";
86
- export const KsBackgroundColorNoticeInteractiveSelectedBase = "#fbea94";
84
+ export const KsBackgroundColorNoticeInteractiveHoverBase = "#d9c24e";
85
+ export const KsBackgroundColorNoticeInteractiveActiveBase = "#d9c24e";
86
+ export const KsBackgroundColorNoticeInteractiveSelectedBase = "#9f8f41";
87
87
  export const KsBackgroundColorNoticeTranslucentBase = "rgba(249, 222, 85, 0.5)";
88
88
  export const KsBackgroundColorNoticeInvertedBase = "#ff5d53";
89
89
  export const KsBackgroundColorNoticeInvertedInteractiveBase = "#ff5d53";
90
- export const KsBackgroundColorNoticeInvertedInteractiveHoverBase = "#e05550";
91
- export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#e05550";
92
- export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#a6464b";
90
+ export const KsBackgroundColorNoticeInvertedInteractiveHoverBase = "#fd7068";
91
+ export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#fd7068";
92
+ export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#fa948e";
93
93
  export const KsBackgroundColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.5)";
94
94
  export const KsBackgroundColorNegativeBase = "#ff1a57";
95
95
  export const KsBackgroundColorNegativeInteractiveBase = "#ff1a57";
96
- export const KsBackgroundColorNegativeInteractiveHoverBase = "#ff386d";
97
- export const KsBackgroundColorNegativeInteractiveActiveBase = "#ff386d";
98
- export const KsBackgroundColorNegativeInteractiveSelectedBase = "#ff6f95";
96
+ export const KsBackgroundColorNegativeInteractiveHoverBase = "#df1850";
97
+ export const KsBackgroundColorNegativeInteractiveActiveBase = "#df1850";
98
+ export const KsBackgroundColorNegativeInteractiveSelectedBase = "#a31342";
99
99
  export const KsBackgroundColorNegativeTranslucentBase = "rgba(255, 26, 87, 0.5)";
100
100
  export const KsBackgroundColorNegativeInvertedBase = "#d21d48";
101
101
  export const KsBackgroundColorNegativeInvertedInteractiveBase = "#d21d48";
102
- export const KsBackgroundColorNegativeInvertedInteractiveHoverBase = "#b91d47";
103
- export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#b91d47";
104
- export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#8a1e44";
102
+ export const KsBackgroundColorNegativeInvertedInteractiveHoverBase = "#d6395e";
103
+ export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#d6395e";
104
+ export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#dd6b87";
105
105
  export const KsBackgroundColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.5)";
106
- export const KsBorderColorAccentBase = "#e4ebf7";
107
- export const KsBorderColorAccentInvertedBase = "#13294f";
106
+ export const KsBackgroundColorSecondaryBase = "#4d25ef";
107
+ export const KsBackgroundColorSecondaryInteractiveBase = "#4d25ef";
108
+ export const KsBackgroundColorSecondaryInteractiveHoverBase = "#4421d4";
109
+ export const KsBackgroundColorSecondaryInteractiveActiveBase = "#4421d4";
110
+ export const KsBackgroundColorSecondaryInteractiveSelectedBase = "#331aa2";
111
+ export const KsBackgroundColorSecondaryTranslucentBase = "rgba(77, 37, 239, 0.5)";
112
+ export const KsBackgroundColorSecondaryInvertedBase = "#e21879";
113
+ export const KsBackgroundColorSecondaryInvertedInteractiveBase = "#e21879";
114
+ export const KsBackgroundColorSecondaryInvertedInteractiveHoverBase = "#e43489";
115
+ export const KsBackgroundColorSecondaryInvertedInteractiveActiveBase = "#e43489";
116
+ export const KsBackgroundColorSecondaryInvertedInteractiveSelectedBase = "#e868a6";
117
+ export const KsBackgroundColorSecondaryInvertedTranslucentBase = "rgba(226, 24, 121, 0.5)";
118
+ export const KsBorderColorAccentBase = "rgba(226, 24, 121, 0.24)";
119
+ export const KsBorderColorAccentInvertedBase = "rgba(77, 37, 239, 0.24)";
108
120
  export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
109
121
  export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
110
- export const KsBorderColorClearInteractiveHoverBase = "rgba(48, 101, 192, 0.13)";
111
- export const KsBorderColorClearInteractiveActiveBase = "rgba(48, 101, 192, 0.24)";
112
- export const KsBorderColorClearInteractiveSelectedBase = "rgba(48, 101, 192, 0.37)";
122
+ export const KsBorderColorClearInteractiveHoverBase = "rgba(226, 24, 121, 0.13)";
123
+ export const KsBorderColorClearInteractiveActiveBase = "rgba(226, 24, 121, 0.24)";
124
+ export const KsBorderColorClearInteractiveSelectedBase = "rgba(226, 24, 121, 0.37)";
113
125
  export const KsBorderColorClearInvertedBase = "rgba(0, 0, 0, 0)";
114
126
  export const KsBorderColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
115
- export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(48, 101, 192, 0.24)";
116
- export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(48, 101, 192, 0.37)";
117
- export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(48, 101, 192, 0.5)";
118
- export const KsBorderColorDefaultBase = "rgba(6, 8, 31, 0.13)";
119
- export const KsBorderColorDefaultInvertedBase = "rgba(255, 255, 255, 0.13)";
120
- export const KsBorderColorInterfaceBase = "rgba(48, 101, 192, 0.13)";
121
- export const KsBorderColorInterfaceInteractiveBase = "rgba(6, 8, 31, 0.24)";
122
- export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(6, 8, 31, 0.13)";
123
- export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(6, 8, 31, 0.5)";
124
- export const KsBorderColorInterfaceInteractiveActiveBase = "#3065c0";
125
- export const KsBorderColorInterfaceInteractiveSelectedBase = "#3065c0";
126
- export const KsBorderColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.13)";
127
- export const KsBorderColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.24)";
128
- export const KsBorderColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
129
- export const KsBorderColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.5)";
130
- export const KsBorderColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.5)";
131
- export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#3065c0";
132
- export const KsBorderColorCardBase = "rgba(6, 8, 31, 0.05)";
133
- export const KsBorderColorCardInteractiveBase = "rgba(6, 8, 31, 0.13)";
134
- export const KsBorderColorCardInteractiveDisabledBase = "rgba(6, 8, 31, 0.13)";
135
- export const KsBorderColorCardInteractiveHoverBase = "rgba(6, 8, 31, 0.5)";
136
- export const KsBorderColorCardInteractiveActiveBase = "rgba(6, 8, 31, 0.76)";
137
- export const KsBorderColorCardInteractiveSelectedBase = "#3065c0";
138
- export const KsBorderColorCardInvertedBase = "rgba(255, 255, 255, 0.05)";
139
- export const KsBorderColorCardInvertedInteractiveBase = "rgba(255, 255, 255, 0.5)";
140
- export const KsBorderColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.87)";
141
- export const KsBorderColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.76)";
142
- export const KsBorderColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.95)";
143
- export const KsBorderColorCardInvertedInteractiveSelectedBase = "#3065c0";
144
- export const KsBorderColorPrimaryBase = "#3065c0";
145
- export const KsBorderColorPrimaryInteractiveBase = "#3065c0";
146
- export const KsBorderColorPrimaryInteractiveHoverBase = "#4b79c8";
147
- export const KsBorderColorPrimaryInteractiveActiveBase = "#628acf";
148
- export const KsBorderColorPrimaryInteractiveSelectedBase = "#3065c0";
149
- export const KsBorderColorPrimaryTranslucentBase = "rgba(48, 101, 192, 0.87)";
150
- export const KsBorderColorPrimaryInvertedBase = "#3065c0";
151
- export const KsBorderColorPrimaryInvertedInteractiveBase = "#3065c0";
152
- export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#2c5caf";
153
- export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#2854a1";
154
- export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#3065c0";
155
- export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(48, 101, 192, 0.87)";
127
+ export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(77, 37, 239, 0.24)";
128
+ export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(77, 37, 239, 0.37)";
129
+ export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(77, 37, 239, 0.5)";
130
+ export const KsBorderColorDefaultBase = "rgba(255, 255, 255, 0.24)";
131
+ export const KsBorderColorDefaultInvertedBase = "rgba(6, 8, 31, 0.24)";
132
+ export const KsBorderColorInterfaceBase = "rgba(255, 255, 255, 0.13)";
133
+ export const KsBorderColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.24)";
134
+ export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
135
+ export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(255, 255, 255, 0.5)";
136
+ export const KsBorderColorInterfaceInteractiveActiveBase = "rgba(255, 255, 255, 0.5)";
137
+ export const KsBorderColorInterfaceInteractiveSelectedBase = "#e21879";
138
+ export const KsBorderColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.13)";
139
+ export const KsBorderColorInterfaceInvertedInteractiveBase = "rgba(6, 8, 31, 0.24)";
140
+ export const KsBorderColorInterfaceInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.13)";
141
+ export const KsBorderColorInterfaceInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.5)";
142
+ export const KsBorderColorInterfaceInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.5)";
143
+ export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#4d25ef";
144
+ export const KsBorderColorCardBase = "rgba(255, 255, 255, 0.05)";
145
+ export const KsBorderColorCardInteractiveBase = "rgba(255, 255, 255, 0.05)";
146
+ export const KsBorderColorCardInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
147
+ export const KsBorderColorCardInteractiveHoverBase = "rgba(255, 255, 255, 0.24)";
148
+ export const KsBorderColorCardInteractiveActiveBase = "rgba(255, 255, 255, 0.24)";
149
+ export const KsBorderColorCardInteractiveSelectedBase = "#e21879";
150
+ export const KsBorderColorCardInvertedBase = "rgba(6, 8, 31, 0.05)";
151
+ export const KsBorderColorCardInvertedInteractiveBase = "rgba(6, 8, 31, 0.05)";
152
+ export const KsBorderColorCardInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.87)";
153
+ export const KsBorderColorCardInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.24)";
154
+ export const KsBorderColorCardInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.24)";
155
+ export const KsBorderColorCardInvertedInteractiveSelectedBase = "#4d25ef";
156
+ export const KsBorderColorPrimaryBase = "#e21879";
157
+ export const KsBorderColorPrimaryInteractiveBase = "#e21879";
158
+ export const KsBorderColorPrimaryInteractiveHoverBase = "#c5166d";
159
+ export const KsBorderColorPrimaryInteractiveActiveBase = "#ad1463";
160
+ export const KsBorderColorPrimaryInteractiveSelectedBase = "#e21879";
161
+ export const KsBorderColorPrimaryTranslucentBase = "rgba(226, 24, 121, 0.87)";
162
+ export const KsBorderColorPrimaryInvertedBase = "#4d25ef";
163
+ export const KsBorderColorPrimaryInvertedInteractiveBase = "#4d25ef";
164
+ export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#6240f0";
165
+ export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#7456f0";
166
+ export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#4d25ef";
167
+ export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(77, 37, 239, 0.87)";
156
168
  export const KsBorderColorPositiveBase = "#6edb64";
157
169
  export const KsBorderColorPositiveInteractiveBase = "#6edb64";
158
- export const KsBorderColorPositiveInteractiveHoverBase = "#81e078";
159
- export const KsBorderColorPositiveInteractiveActiveBase = "#91e489";
170
+ export const KsBorderColorPositiveInteractiveHoverBase = "#60c05b";
171
+ export const KsBorderColorPositiveInteractiveActiveBase = "#55a853";
160
172
  export const KsBorderColorPositiveInteractiveSelectedBase = "#6edb64";
161
173
  export const KsBorderColorPositiveTranslucentBase = "rgba(110, 219, 100, 0.87)";
162
174
  export const KsBorderColorPositiveInvertedBase = "#23831b";
163
175
  export const KsBorderColorPositiveInvertedInteractiveBase = "#23831b";
164
- export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#207620";
165
- export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#1e6b23";
176
+ export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#3e9137";
177
+ export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#549d4f";
166
178
  export const KsBorderColorPositiveInvertedInteractiveSelectedBase = "#23831b";
167
179
  export const KsBorderColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.87)";
168
180
  export const KsBorderColorInformativeBase = "#64c2db";
169
181
  export const KsBorderColorInformativeInteractiveBase = "#64c2db";
170
- export const KsBorderColorInformativeInteractiveHoverBase = "#78cae0";
171
- export const KsBorderColorInformativeInteractiveActiveBase = "#89d1e4";
182
+ export const KsBorderColorInformativeInteractiveHoverBase = "#58aac3";
183
+ export const KsBorderColorInformativeInteractiveActiveBase = "#4d95ae";
172
184
  export const KsBorderColorInformativeInteractiveSelectedBase = "#64c2db";
173
185
  export const KsBorderColorInformativeTranslucentBase = "rgba(100, 194, 219, 0.87)";
174
186
  export const KsBorderColorInformativeInvertedBase = "#00718f";
175
187
  export const KsBorderColorInformativeInvertedInteractiveBase = "#00718f";
176
- export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#026684";
177
- export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#045e7c";
188
+ export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#1f829c";
189
+ export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#3a90a7";
178
190
  export const KsBorderColorInformativeInvertedInteractiveSelectedBase = "#00718f";
179
191
  export const KsBorderColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.87)";
180
192
  export const KsBorderColorNoticeBase = "#f9de55";
181
193
  export const KsBorderColorNoticeInteractiveBase = "#f9de55";
182
- export const KsBorderColorNoticeInteractiveHoverBase = "#fae26b";
183
- export const KsBorderColorNoticeInteractiveActiveBase = "#fae67e";
194
+ export const KsBorderColorNoticeInteractiveHoverBase = "#d9c24e";
195
+ export const KsBorderColorNoticeInteractiveActiveBase = "#bfab48";
184
196
  export const KsBorderColorNoticeInteractiveSelectedBase = "#f9de55";
185
197
  export const KsBorderColorNoticeTranslucentBase = "rgba(249, 222, 85, 0.87)";
186
198
  export const KsBorderColorNoticeInvertedBase = "#ff5d53";
187
199
  export const KsBorderColorNoticeInvertedInteractiveBase = "#ff5d53";
188
- export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#e05550";
189
- export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#c54e4e";
200
+ export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#fd7068";
201
+ export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#fc8179";
190
202
  export const KsBorderColorNoticeInvertedInteractiveSelectedBase = "#ff5d53";
191
203
  export const KsBorderColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.87)";
192
204
  export const KsBorderColorNegativeBase = "#ff1a57";
193
205
  export const KsBorderColorNegativeInteractiveBase = "#ff1a57";
194
- export const KsBorderColorNegativeInteractiveHoverBase = "#ff386d";
195
- export const KsBorderColorNegativeInteractiveActiveBase = "#ff517f";
206
+ export const KsBorderColorNegativeInteractiveHoverBase = "#df1850";
207
+ export const KsBorderColorNegativeInteractiveActiveBase = "#c3164a";
196
208
  export const KsBorderColorNegativeInteractiveSelectedBase = "#ff1a57";
197
209
  export const KsBorderColorNegativeTranslucentBase = "rgba(255, 26, 87, 0.87)";
198
210
  export const KsBorderColorNegativeInvertedBase = "#d21d48";
199
211
  export const KsBorderColorNegativeInvertedInteractiveBase = "#d21d48";
200
- export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#b91d47";
201
- export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#a31e46";
212
+ export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#d6395e";
213
+ export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#d95071";
202
214
  export const KsBorderColorNegativeInvertedInteractiveSelectedBase = "#d21d48";
203
215
  export const KsBorderColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.87)";
216
+ export const KsBorderColorSecondaryBase = "#4d25ef";
217
+ export const KsBorderColorSecondaryInteractiveBase = "#4d25ef";
218
+ export const KsBorderColorSecondaryInteractiveHoverBase = "#4421d4";
219
+ export const KsBorderColorSecondaryInteractiveActiveBase = "#3c1ebd";
220
+ export const KsBorderColorSecondaryInteractiveSelectedBase = "#4d25ef";
221
+ export const KsBorderColorSecondaryTranslucentBase = "rgba(77, 37, 239, 0.87)";
222
+ export const KsBorderColorSecondaryInvertedBase = "#e21879";
223
+ export const KsBorderColorSecondaryInvertedInteractiveBase = "#e21879";
224
+ export const KsBorderColorSecondaryInvertedInteractiveHoverBase = "#e43489";
225
+ export const KsBorderColorSecondaryInvertedInteractiveActiveBase = "#e64c96";
226
+ export const KsBorderColorSecondaryInvertedInteractiveSelectedBase = "#e21879";
227
+ export const KsBorderColorSecondaryInvertedTranslucentBase = "rgba(226, 24, 121, 0.87)";
204
228
  export const KsBorderWidthDefault = "1px";
205
229
  export const KsBorderWidthEmphasized = "2px";
206
- export const KsBorderRadiusControl = "8px";
207
- export const KsBorderRadiusCard = "8px";
208
- export const KsBorderRadiusSurface = "16px";
230
+ export const KsBorderRadiusControl = "16px";
231
+ export const KsBorderRadiusCard = "16px";
232
+ export const KsBorderRadiusSurface = "32px";
209
233
  export const KsBorderRadiusPill = "999px";
210
234
  export const KsBorderRadiusCircle = "50%";
211
235
  export const KsBoxShadowOpacityControl = "0.2";
212
236
  export const KsBoxShadowOpacityControlHover = "0.3";
213
237
  export const KsBoxShadowOpacityControlInverted = "0.2";
214
238
  export const KsBoxShadowOpacityControlInvertedHover = "0.3";
215
- export const KsBoxShadowOpacityCard = "0.1";
216
- export const KsBoxShadowOpacityCardHover = "0.2";
217
- export const KsBoxShadowOpacityCardInverted = "0.1";
218
- export const KsBoxShadowOpacityCardInvertedHover = "0.2";
239
+ export const KsBoxShadowOpacityCard = "0.2";
240
+ export const KsBoxShadowOpacityCardHover = "0.3";
241
+ export const KsBoxShadowOpacityCardInverted = "0.2";
242
+ export const KsBoxShadowOpacityCardInvertedHover = "0.3";
219
243
  export const KsBoxShadowOpacitySurface = "0.1";
220
244
  export const KsBoxShadowOpacitySurfaceHover = "0.2";
221
245
  export const KsBoxShadowOpacitySurfaceInverted = "0.1";
222
246
  export const KsBoxShadowOpacitySurfaceInvertedHover = "0.2";
223
- export const KsBoxShadowColorControl = "rgba(6,8,31,0.2)";
224
- export const KsBoxShadowColorControlHover = "rgba(6,8,31,0.3)";
225
- export const KsBoxShadowColorControlInverted = "rgba(6,8,31,0.2)";
226
- export const KsBoxShadowColorControlInvertedHover = "rgba(6,8,31,0.3)";
227
- export const KsBoxShadowColorCard = "rgba(6,8,31,0.1)";
228
- export const KsBoxShadowColorCardHover = "rgba(6,8,31,0.2)";
229
- export const KsBoxShadowColorCardInverted = "rgba(6,8,31,0.1)";
230
- export const KsBoxShadowColorCardInvertedHover = "rgba(6,8,31,0.2)";
231
- export const KsBoxShadowColorSurface = "rgba(6,8,31,0.1)";
232
- export const KsBoxShadowColorSurfaceHover = "rgba(6,8,31,0.2)";
233
- export const KsBoxShadowColorSurfaceInverted = "rgba(6,8,31,0.1)";
234
- export const KsBoxShadowColorSurfaceInvertedHover = "rgba(6,8,31,0.2)";
235
- export const KsBoxShadowControl = "0 1px 2.75px rgba(6,8,31,0.2)";
236
- export const KsBoxShadowControlHover = "0 1px 5.5px rgba(6,8,31,0.3)";
237
- export const KsBoxShadowControlInverted = "0 1px 2.75px rgba(6,8,31,0.2)";
238
- export const KsBoxShadowControlInvertedHover = "0 1px 5.5px rgba(6,8,31,0.3)";
239
- export const KsBoxShadowCard = "0 1px 5.5px rgba(6,8,31,0.1)";
240
- export const KsBoxShadowCardHover = "0 1px 11px rgba(6,8,31,0.2)";
241
- export const KsBoxShadowCardInverted = "0 1px 5.5px rgba(6,8,31,0.1)";
242
- export const KsBoxShadowCardInvertedHover = "0 1px 11px rgba(6,8,31,0.2)";
243
- export const KsBoxShadowSurface = "0 1px 11px rgba(6,8,31,0.1)";
244
- export const KsBoxShadowSurfaceHover = "0 1px 22px rgba(6,8,31,0.2)";
245
- export const KsBoxShadowSurfaceInverted = "0 1px 11px rgba(6,8,31,0.1)";
246
- export const KsBoxShadowSurfaceInvertedHover = "0 1px 22px rgba(6,8,31,0.2)";
247
+ export const KsBoxShadowColorControl = "rgba(255,255,255,0.2)";
248
+ export const KsBoxShadowColorControlHover = "rgba(255,255,255,0.3)";
249
+ export const KsBoxShadowColorControlInverted = "rgba(255,255,255,0.2)";
250
+ export const KsBoxShadowColorControlInvertedHover = "rgba(255,255,255,0.3)";
251
+ export const KsBoxShadowColorCard = "rgba(255,255,255,0.2)";
252
+ export const KsBoxShadowColorCardHover = "rgba(255,255,255,0.3)";
253
+ export const KsBoxShadowColorCardInverted = "rgba(255,255,255,0.2)";
254
+ export const KsBoxShadowColorCardInvertedHover = "rgba(255,255,255,0.3)";
255
+ export const KsBoxShadowColorSurface = "rgba(255,255,255,0.1)";
256
+ export const KsBoxShadowColorSurfaceHover = "rgba(255,255,255,0.2)";
257
+ export const KsBoxShadowColorSurfaceInverted = "rgba(255,255,255,0.1)";
258
+ export const KsBoxShadowColorSurfaceInvertedHover = "rgba(255,255,255,0.2)";
259
+ export const KsBoxShadowControl = "0 1px 2.75px rgba(255,255,255,0.2)";
260
+ export const KsBoxShadowControlHover = "0 1px 5.5px rgba(255,255,255,0.3)";
261
+ export const KsBoxShadowControlInverted = "0 1px 2.75px rgba(255,255,255,0.2)";
262
+ export const KsBoxShadowControlInvertedHover = "0 1px 5.5px rgba(255,255,255,0.3)";
263
+ export const KsBoxShadowCard = "0 1px 5.5px rgba(255,255,255,0.2)";
264
+ export const KsBoxShadowCardHover = "0 1px 11px rgba(255,255,255,0.3)";
265
+ export const KsBoxShadowCardInverted = "0 1px 5.5px rgba(255,255,255,0.2)";
266
+ export const KsBoxShadowCardInvertedHover = "0 1px 11px rgba(255,255,255,0.3)";
267
+ export const KsBoxShadowSurface = "0 1px 11px rgba(255,255,255,0.1)";
268
+ export const KsBoxShadowSurfaceHover = "0 1px 22px rgba(255,255,255,0.2)";
269
+ export const KsBoxShadowSurfaceInverted = "0 1px 11px rgba(255,255,255,0.1)";
270
+ export const KsBoxShadowSurfaceInvertedHover = "0 1px 22px rgba(255,255,255,0.2)";
247
271
  export const KsBreakpointPhone = "36em";
248
272
  export const KsBreakpointTablet = "48em";
249
273
  export const KsBreakpointLaptop = "62em";
250
274
  export const KsBreakpointDesktop = "75em";
251
- export const KsBreakpointTv = "122em";
252
- export const KsColorFgBase = "#06081f";
253
- export const KsColorFgAlpha1Base = "rgba(6, 8, 31, 0.95)";
254
- export const KsColorFgAlpha2Base = "rgba(6, 8, 31, 0.87)";
255
- export const KsColorFgAlpha3Base = "rgba(6, 8, 31, 0.76)";
256
- export const KsColorFgAlpha4Base = "rgba(6, 8, 31, 0.63)";
257
- export const KsColorFgAlpha5Base = "rgba(6, 8, 31, 0.5)";
258
- export const KsColorFgAlpha6Base = "rgba(6, 8, 31, 0.37)";
259
- export const KsColorFgAlpha7Base = "rgba(6, 8, 31, 0.24)";
260
- export const KsColorFgAlpha8Base = "rgba(6, 8, 31, 0.13)";
261
- export const KsColorFgAlpha9Base = "rgba(6, 8, 31, 0.05)";
262
- export const KsColorFgToBg1Base = "#12142a";
263
- export const KsColorFgToBg2Base = "#26283c";
264
- export const KsColorFgToBg3Base = "#424355";
265
- export const KsColorFgToBg4Base = "#626372";
275
+ export const KsColorFgBase = "#ffffff";
276
+ export const KsColorFgAlpha1Base = "rgba(255, 255, 255, 0.95)";
277
+ export const KsColorFgAlpha2Base = "rgba(255, 255, 255, 0.87)";
278
+ export const KsColorFgAlpha3Base = "rgba(255, 255, 255, 0.76)";
279
+ export const KsColorFgAlpha4Base = "rgba(255, 255, 255, 0.63)";
280
+ export const KsColorFgAlpha5Base = "rgba(255, 255, 255, 0.5)";
281
+ export const KsColorFgAlpha6Base = "rgba(255, 255, 255, 0.37)";
282
+ export const KsColorFgAlpha7Base = "rgba(255, 255, 255, 0.24)";
283
+ export const KsColorFgAlpha8Base = "rgba(255, 255, 255, 0.13)";
284
+ export const KsColorFgAlpha9Base = "rgba(255, 255, 255, 0.05)";
285
+ export const KsColorFgToBg1Base = "#f3f3f4";
286
+ export const KsColorFgToBg2Base = "#dfdfe2";
287
+ export const KsColorFgToBg3Base = "#c3c4c9";
288
+ export const KsColorFgToBg4Base = "#a3a4ac";
266
289
  export const KsColorFgToBg5Base = "#83848f";
267
- export const KsColorFgToBg6Base = "#a3a4ac";
268
- export const KsColorFgToBg7Base = "#c3c4c9";
269
- export const KsColorFgToBg8Base = "#dfdfe2";
270
- export const KsColorFgToBg9Base = "#f3f3f4";
271
- export const KsColorFgInvertedBase = "#ffffff";
272
- export const KsColorFgInvertedAlpha1Base = "rgba(255, 255, 255, 0.95)";
273
- export const KsColorFgInvertedAlpha2Base = "rgba(255, 255, 255, 0.87)";
274
- export const KsColorFgInvertedAlpha3Base = "rgba(255, 255, 255, 0.76)";
275
- export const KsColorFgInvertedAlpha4Base = "rgba(255, 255, 255, 0.63)";
276
- export const KsColorFgInvertedAlpha5Base = "rgba(255, 255, 255, 0.5)";
277
- export const KsColorFgInvertedAlpha6Base = "rgba(255, 255, 255, 0.37)";
278
- export const KsColorFgInvertedAlpha7Base = "rgba(255, 255, 255, 0.24)";
279
- export const KsColorFgInvertedAlpha8Base = "rgba(255, 255, 255, 0.13)";
280
- export const KsColorFgInvertedAlpha9Base = "rgba(255, 255, 255, 0.05)";
281
- export const KsColorFgInvertedToBg1Base = "#f3f4f5";
282
- export const KsColorFgInvertedToBg2Base = "#e0e2e6";
283
- export const KsColorFgInvertedToBg3Base = "#c5c9d1";
284
- export const KsColorFgInvertedToBg4Base = "#a6acb8";
285
- export const KsColorFgInvertedToBg5Base = "#87909f";
286
- export const KsColorFgInvertedToBg6Base = "#687385";
287
- export const KsColorFgInvertedToBg7Base = "#49566c";
288
- export const KsColorFgInvertedToBg8Base = "#2e3d57";
289
- export const KsColorFgInvertedToBg9Base = "#1b2b48";
290
- export const KsColorBgBase = "#ffffff";
291
- export const KsColorBgAlpha1Base = "rgba(255, 255, 255, 0.95)";
292
- export const KsColorBgAlpha2Base = "rgba(255, 255, 255, 0.87)";
293
- export const KsColorBgAlpha3Base = "rgba(255, 255, 255, 0.76)";
294
- export const KsColorBgAlpha4Base = "rgba(255, 255, 255, 0.63)";
295
- export const KsColorBgAlpha5Base = "rgba(255, 255, 255, 0.5)";
296
- export const KsColorBgAlpha6Base = "rgba(255, 255, 255, 0.37)";
297
- export const KsColorBgAlpha7Base = "rgba(255, 255, 255, 0.24)";
298
- export const KsColorBgAlpha8Base = "rgba(255, 255, 255, 0.13)";
299
- export const KsColorBgAlpha9Base = "rgba(255, 255, 255, 0.05)";
300
- export const KsColorBgToFg1Base = "#f3f3f4";
301
- export const KsColorBgToFg2Base = "#dfdfe2";
302
- export const KsColorBgToFg3Base = "#c3c4c9";
303
- export const KsColorBgToFg4Base = "#a3a4ac";
290
+ export const KsColorFgToBg6Base = "#626372";
291
+ export const KsColorFgToBg7Base = "#424355";
292
+ export const KsColorFgToBg8Base = "#26283c";
293
+ export const KsColorFgToBg9Base = "#12142a";
294
+ export const KsColorFgInvertedBase = "#06081f";
295
+ export const KsColorFgInvertedAlpha1Base = "rgba(6, 8, 31, 0.95)";
296
+ export const KsColorFgInvertedAlpha2Base = "rgba(6, 8, 31, 0.87)";
297
+ export const KsColorFgInvertedAlpha3Base = "rgba(6, 8, 31, 0.76)";
298
+ export const KsColorFgInvertedAlpha4Base = "rgba(6, 8, 31, 0.63)";
299
+ export const KsColorFgInvertedAlpha5Base = "rgba(6, 8, 31, 0.5)";
300
+ export const KsColorFgInvertedAlpha6Base = "rgba(6, 8, 31, 0.37)";
301
+ export const KsColorFgInvertedAlpha7Base = "rgba(6, 8, 31, 0.24)";
302
+ export const KsColorFgInvertedAlpha8Base = "rgba(6, 8, 31, 0.13)";
303
+ export const KsColorFgInvertedAlpha9Base = "rgba(6, 8, 31, 0.05)";
304
+ export const KsColorFgInvertedToBg1Base = "#12142a";
305
+ export const KsColorFgInvertedToBg2Base = "#25263b";
306
+ export const KsColorFgInvertedToBg3Base = "#3e4052";
307
+ export const KsColorFgInvertedToBg4Base = "#5d5e6d";
308
+ export const KsColorFgInvertedToBg5Base = "#7c7d89";
309
+ export const KsColorFgInvertedToBg6Base = "#9a9ba5";
310
+ export const KsColorFgInvertedToBg7Base = "#b9b9c0";
311
+ export const KsColorFgInvertedToBg8Base = "#d2d3d7";
312
+ export const KsColorFgInvertedToBg9Base = "#e5e5e8";
313
+ export const KsColorBgBase = "#06081f";
314
+ export const KsColorBgAlpha1Base = "rgba(6, 8, 31, 0.95)";
315
+ export const KsColorBgAlpha2Base = "rgba(6, 8, 31, 0.87)";
316
+ export const KsColorBgAlpha3Base = "rgba(6, 8, 31, 0.76)";
317
+ export const KsColorBgAlpha4Base = "rgba(6, 8, 31, 0.63)";
318
+ export const KsColorBgAlpha5Base = "rgba(6, 8, 31, 0.5)";
319
+ export const KsColorBgAlpha6Base = "rgba(6, 8, 31, 0.37)";
320
+ export const KsColorBgAlpha7Base = "rgba(6, 8, 31, 0.24)";
321
+ export const KsColorBgAlpha8Base = "rgba(6, 8, 31, 0.13)";
322
+ export const KsColorBgAlpha9Base = "rgba(6, 8, 31, 0.05)";
323
+ export const KsColorBgToFg1Base = "#12142a";
324
+ export const KsColorBgToFg2Base = "#26283c";
325
+ export const KsColorBgToFg3Base = "#424355";
326
+ export const KsColorBgToFg4Base = "#626372";
304
327
  export const KsColorBgToFg5Base = "#83848f";
305
- export const KsColorBgToFg6Base = "#626372";
306
- export const KsColorBgToFg7Base = "#424355";
307
- export const KsColorBgToFg8Base = "#26283c";
308
- export const KsColorBgToFg9Base = "#12142a";
309
- export const KsColorBgInvertedBase = "#0f203e";
310
- export const KsColorBgInvertedAlpha1Base = "rgba(15, 32, 62, 0.95)";
311
- export const KsColorBgInvertedAlpha2Base = "rgba(15, 32, 62, 0.87)";
312
- export const KsColorBgInvertedAlpha3Base = "rgba(15, 32, 62, 0.76)";
313
- export const KsColorBgInvertedAlpha4Base = "rgba(15, 32, 62, 0.63)";
314
- export const KsColorBgInvertedAlpha5Base = "rgba(15, 32, 62, 0.5)";
315
- export const KsColorBgInvertedAlpha6Base = "rgba(15, 32, 62, 0.37)";
316
- export const KsColorBgInvertedAlpha7Base = "rgba(15, 32, 62, 0.24)";
317
- export const KsColorBgInvertedAlpha8Base = "rgba(15, 32, 62, 0.13)";
318
- export const KsColorBgInvertedAlpha9Base = "rgba(15, 32, 62, 0.05)";
319
- export const KsColorBgInvertedToFg1Base = "#1b2b48";
320
- export const KsColorBgInvertedToFg2Base = "#2e3d57";
321
- export const KsColorBgInvertedToFg3Base = "#49566c";
322
- export const KsColorBgInvertedToFg4Base = "#687385";
323
- export const KsColorBgInvertedToFg5Base = "#87909f";
324
- export const KsColorBgInvertedToFg6Base = "#a6acb8";
325
- export const KsColorBgInvertedToFg7Base = "#c5c9d1";
326
- export const KsColorBgInvertedToFg8Base = "#e0e2e6";
327
- export const KsColorBgInvertedToFg9Base = "#f3f4f5";
328
+ export const KsColorBgToFg6Base = "#a3a4ac";
329
+ export const KsColorBgToFg7Base = "#c3c4c9";
330
+ export const KsColorBgToFg8Base = "#dfdfe2";
331
+ export const KsColorBgToFg9Base = "#f3f3f4";
332
+ export const KsColorBgInvertedBase = "#f1f1f3";
333
+ export const KsColorBgInvertedAlpha1Base = "rgba(241, 241, 243, 0.95)";
334
+ export const KsColorBgInvertedAlpha2Base = "rgba(241, 241, 243, 0.87)";
335
+ export const KsColorBgInvertedAlpha3Base = "rgba(241, 241, 243, 0.76)";
336
+ export const KsColorBgInvertedAlpha4Base = "rgba(241, 241, 243, 0.63)";
337
+ export const KsColorBgInvertedAlpha5Base = "rgba(241, 241, 243, 0.5)";
338
+ export const KsColorBgInvertedAlpha6Base = "rgba(241, 241, 243, 0.37)";
339
+ export const KsColorBgInvertedAlpha7Base = "rgba(241, 241, 243, 0.24)";
340
+ export const KsColorBgInvertedAlpha8Base = "rgba(241, 241, 243, 0.13)";
341
+ export const KsColorBgInvertedAlpha9Base = "rgba(241, 241, 243, 0.05)";
342
+ export const KsColorBgInvertedToFg1Base = "#e5e5e8";
343
+ export const KsColorBgInvertedToFg2Base = "#d2d3d7";
344
+ export const KsColorBgInvertedToFg3Base = "#b9b9c0";
345
+ export const KsColorBgInvertedToFg4Base = "#9a9ba5";
346
+ export const KsColorBgInvertedToFg5Base = "#7c7d89";
347
+ export const KsColorBgInvertedToFg6Base = "#5d5e6d";
348
+ export const KsColorBgInvertedToFg7Base = "#3e4052";
349
+ export const KsColorBgInvertedToFg8Base = "#25263b";
350
+ export const KsColorBgInvertedToFg9Base = "#12142a";
328
351
  export const KsColorTransparentBase = "rgba(0, 0, 0, 0)";
329
- export const KsColorPrimaryBase = "#3065c0";
330
- export const KsColorPrimaryAlpha1Base = "rgba(48, 101, 192, 0.95)";
331
- export const KsColorPrimaryAlpha2Base = "rgba(48, 101, 192, 0.87)";
332
- export const KsColorPrimaryAlpha3Base = "rgba(48, 101, 192, 0.76)";
333
- export const KsColorPrimaryAlpha4Base = "rgba(48, 101, 192, 0.63)";
334
- export const KsColorPrimaryAlpha5Base = "rgba(48, 101, 192, 0.5)";
335
- export const KsColorPrimaryAlpha6Base = "rgba(48, 101, 192, 0.37)";
336
- export const KsColorPrimaryAlpha7Base = "rgba(48, 101, 192, 0.24)";
337
- export const KsColorPrimaryAlpha8Base = "rgba(48, 101, 192, 0.13)";
338
- export const KsColorPrimaryAlpha9Base = "rgba(48, 101, 192, 0.05)";
339
- export const KsColorPrimaryToBg1Base = "#3a6dc3";
340
- export const KsColorPrimaryToBg2Base = "#4b79c8";
341
- export const KsColorPrimaryToBg3Base = "#628acf";
342
- export const KsColorPrimaryToBg4Base = "#7d9ed7";
343
- export const KsColorPrimaryToBg5Base = "#98b2e0";
344
- export const KsColorPrimaryToBg6Base = "#b2c6e8";
345
- export const KsColorPrimaryToBg7Base = "#cddaf0";
346
- export const KsColorPrimaryToBg8Base = "#e4ebf7";
347
- export const KsColorPrimaryToBg9Base = "#f5f7fc";
348
- export const KsColorPrimaryToFg1Base = "#2e60b8";
349
- export const KsColorPrimaryToFg2Base = "#2b59ab";
350
- export const KsColorPrimaryToFg3Base = "#264f99";
351
- export const KsColorPrimaryToFg4Base = "#204384";
352
- export const KsColorPrimaryToFg5Base = "#1b3770";
353
- export const KsColorPrimaryToFg6Base = "#162a5b";
354
- export const KsColorPrimaryToFg7Base = "#101e46";
355
- export const KsColorPrimaryToFg8Base = "#0b1434";
356
- export const KsColorPrimaryToFg9Base = "#080d27";
357
- export const KsColorPrimaryInvertedBase = "#3065c0";
358
- export const KsColorPrimaryInvertedAlpha1Base = "rgba(48, 101, 192, 0.95)";
359
- export const KsColorPrimaryInvertedAlpha2Base = "rgba(48, 101, 192, 0.87)";
360
- export const KsColorPrimaryInvertedAlpha3Base = "rgba(48, 101, 192, 0.76)";
361
- export const KsColorPrimaryInvertedAlpha4Base = "rgba(48, 101, 192, 0.63)";
362
- export const KsColorPrimaryInvertedAlpha5Base = "rgba(48, 101, 192, 0.5)";
363
- export const KsColorPrimaryInvertedAlpha6Base = "rgba(48, 101, 192, 0.37)";
364
- export const KsColorPrimaryInvertedAlpha7Base = "rgba(48, 101, 192, 0.24)";
365
- export const KsColorPrimaryInvertedAlpha8Base = "rgba(48, 101, 192, 0.13)";
366
- export const KsColorPrimaryInvertedAlpha9Base = "rgba(48, 101, 192, 0.05)";
367
- export const KsColorPrimaryInvertedToBg1Base = "#2e62ba";
368
- export const KsColorPrimaryInvertedToBg2Base = "#2c5caf";
369
- export const KsColorPrimaryInvertedToBg3Base = "#2854a1";
370
- export const KsColorPrimaryInvertedToBg4Base = "#244b90";
371
- export const KsColorPrimaryInvertedToBg5Base = "#20437f";
372
- export const KsColorPrimaryInvertedToBg6Base = "#1b3a6e";
373
- export const KsColorPrimaryInvertedToBg7Base = "#17315d";
374
- export const KsColorPrimaryInvertedToBg8Base = "#13294f";
375
- export const KsColorPrimaryInvertedToBg9Base = "#112345";
376
- export const KsColorPrimaryInvertedToFg1Base = "#3a6dc3";
377
- export const KsColorPrimaryInvertedToFg2Base = "#4b79c8";
378
- export const KsColorPrimaryInvertedToFg3Base = "#628acf";
379
- export const KsColorPrimaryInvertedToFg4Base = "#7d9ed7";
380
- export const KsColorPrimaryInvertedToFg5Base = "#98b2e0";
381
- export const KsColorPrimaryInvertedToFg6Base = "#b2c6e8";
382
- export const KsColorPrimaryInvertedToFg7Base = "#cddaf0";
383
- export const KsColorPrimaryInvertedToFg8Base = "#e4ebf7";
384
- export const KsColorPrimaryInvertedToFg9Base = "#f5f7fc";
385
- export const KsColorLinkBase = "#3065c0";
386
- export const KsColorLinkAlpha1Base = "rgba(48, 101, 192, 0.95)";
387
- export const KsColorLinkAlpha2Base = "rgba(48, 101, 192, 0.87)";
388
- export const KsColorLinkAlpha3Base = "rgba(48, 101, 192, 0.76)";
389
- export const KsColorLinkAlpha4Base = "rgba(48, 101, 192, 0.63)";
390
- export const KsColorLinkAlpha5Base = "rgba(48, 101, 192, 0.5)";
391
- export const KsColorLinkAlpha6Base = "rgba(48, 101, 192, 0.37)";
392
- export const KsColorLinkAlpha7Base = "rgba(48, 101, 192, 0.24)";
393
- export const KsColorLinkAlpha8Base = "rgba(48, 101, 192, 0.13)";
394
- export const KsColorLinkAlpha9Base = "rgba(48, 101, 192, 0.05)";
395
- export const KsColorLinkToBg1Base = "#3a6dc3";
396
- export const KsColorLinkToBg2Base = "#4b79c8";
397
- export const KsColorLinkToBg3Base = "#628acf";
398
- export const KsColorLinkToBg4Base = "#7d9ed7";
399
- export const KsColorLinkToBg5Base = "#98b2e0";
400
- export const KsColorLinkToBg6Base = "#b2c6e8";
401
- export const KsColorLinkToBg7Base = "#cddaf0";
402
- export const KsColorLinkToBg8Base = "#e4ebf7";
403
- export const KsColorLinkToBg9Base = "#f5f7fc";
404
- export const KsColorLinkToFg1Base = "#2e60b8";
405
- export const KsColorLinkToFg2Base = "#2b59ab";
406
- export const KsColorLinkToFg3Base = "#264f99";
407
- export const KsColorLinkToFg4Base = "#204384";
408
- export const KsColorLinkToFg5Base = "#1b3770";
409
- export const KsColorLinkToFg6Base = "#162a5b";
410
- export const KsColorLinkToFg7Base = "#101e46";
411
- export const KsColorLinkToFg8Base = "#0b1434";
412
- export const KsColorLinkToFg9Base = "#080d27";
413
- export const KsColorLinkInvertedBase = "#98b2e0";
414
- export const KsColorLinkInvertedAlpha1Base = "rgba(152, 178, 224, 0.95)";
415
- export const KsColorLinkInvertedAlpha2Base = "rgba(152, 178, 224, 0.87)";
416
- export const KsColorLinkInvertedAlpha3Base = "rgba(152, 178, 224, 0.76)";
417
- export const KsColorLinkInvertedAlpha4Base = "rgba(152, 178, 224, 0.63)";
418
- export const KsColorLinkInvertedAlpha5Base = "rgba(152, 178, 224, 0.5)";
419
- export const KsColorLinkInvertedAlpha6Base = "rgba(152, 178, 224, 0.37)";
420
- export const KsColorLinkInvertedAlpha7Base = "rgba(152, 178, 224, 0.24)";
421
- export const KsColorLinkInvertedAlpha8Base = "rgba(152, 178, 224, 0.13)";
422
- export const KsColorLinkInvertedAlpha9Base = "rgba(152, 178, 224, 0.05)";
423
- export const KsColorLinkInvertedToBg1Base = "#91abd8";
424
- export const KsColorLinkInvertedToBg2Base = "#869fcb";
425
- export const KsColorLinkInvertedToBg3Base = "#778fb9";
426
- export const KsColorLinkInvertedToBg4Base = "#657ca4";
427
- export const KsColorLinkInvertedToBg5Base = "#54698f";
428
- export const KsColorLinkInvertedToBg6Base = "#42567a";
429
- export const KsColorLinkInvertedToBg7Base = "#304365";
430
- export const KsColorLinkInvertedToBg8Base = "#213353";
431
- export const KsColorLinkInvertedToBg9Base = "#162746";
432
- export const KsColorLinkInvertedToFg1Base = "#9db6e2";
433
- export const KsColorLinkInvertedToFg2Base = "#a5bce4";
434
- export const KsColorLinkInvertedToFg3Base = "#b1c4e7";
435
- export const KsColorLinkInvertedToFg4Base = "#beceeb";
436
- export const KsColorLinkInvertedToFg5Base = "#ccd9f0";
437
- export const KsColorLinkInvertedToFg6Base = "#d9e3f4";
438
- export const KsColorLinkInvertedToFg7Base = "#e6edf8";
439
- export const KsColorLinkInvertedToFg8Base = "#f2f5fb";
440
- export const KsColorLinkInvertedToFg9Base = "#fafbfd";
352
+ export const KsColorPrimaryBase = "#e21879";
353
+ export const KsColorPrimaryAlpha1Base = "rgba(226, 24, 121, 0.95)";
354
+ export const KsColorPrimaryAlpha2Base = "rgba(226, 24, 121, 0.87)";
355
+ export const KsColorPrimaryAlpha3Base = "rgba(226, 24, 121, 0.76)";
356
+ export const KsColorPrimaryAlpha4Base = "rgba(226, 24, 121, 0.63)";
357
+ export const KsColorPrimaryAlpha5Base = "rgba(226, 24, 121, 0.5)";
358
+ export const KsColorPrimaryAlpha6Base = "rgba(226, 24, 121, 0.37)";
359
+ export const KsColorPrimaryAlpha7Base = "rgba(226, 24, 121, 0.24)";
360
+ export const KsColorPrimaryAlpha8Base = "rgba(226, 24, 121, 0.13)";
361
+ export const KsColorPrimaryAlpha9Base = "rgba(226, 24, 121, 0.05)";
362
+ export const KsColorPrimaryToBg1Base = "#d71775";
363
+ export const KsColorPrimaryToBg2Base = "#c5166d";
364
+ export const KsColorPrimaryToBg3Base = "#ad1463";
365
+ export const KsColorPrimaryToBg4Base = "#911258";
366
+ export const KsColorPrimaryToBg5Base = "#74104c";
367
+ export const KsColorPrimaryToBg6Base = "#570e40";
368
+ export const KsColorPrimaryToBg7Base = "#3b0c35";
369
+ export const KsColorPrimaryToBg8Base = "#230a2b";
370
+ export const KsColorPrimaryToBg9Base = "#110924";
371
+ export const KsColorPrimaryToFg1Base = "#e32480";
372
+ export const KsColorPrimaryToFg2Base = "#e6368a";
373
+ export const KsColorPrimaryToFg3Base = "#e94f99";
374
+ export const KsColorPrimaryToFg4Base = "#ed6dab";
375
+ export const KsColorPrimaryToFg5Base = "#f18cbc";
376
+ export const KsColorPrimaryToFg6Base = "#f4aacd";
377
+ export const KsColorPrimaryToFg7Base = "#f8c8df";
378
+ export const KsColorPrimaryToFg8Base = "#fbe1ee";
379
+ export const KsColorPrimaryToFg9Base = "#fef3f8";
380
+ export const KsColorPrimaryInvertedBase = "#4d25ef";
381
+ export const KsColorPrimaryInvertedAlpha1Base = "rgba(77, 37, 239, 0.95)";
382
+ export const KsColorPrimaryInvertedAlpha2Base = "rgba(77, 37, 239, 0.87)";
383
+ export const KsColorPrimaryInvertedAlpha3Base = "rgba(77, 37, 239, 0.76)";
384
+ export const KsColorPrimaryInvertedAlpha4Base = "rgba(77, 37, 239, 0.63)";
385
+ export const KsColorPrimaryInvertedAlpha5Base = "rgba(77, 37, 239, 0.5)";
386
+ export const KsColorPrimaryInvertedAlpha6Base = "rgba(77, 37, 239, 0.37)";
387
+ export const KsColorPrimaryInvertedAlpha7Base = "rgba(77, 37, 239, 0.24)";
388
+ export const KsColorPrimaryInvertedAlpha8Base = "rgba(77, 37, 239, 0.13)";
389
+ export const KsColorPrimaryInvertedAlpha9Base = "rgba(77, 37, 239, 0.05)";
390
+ export const KsColorPrimaryInvertedToBg1Base = "#552fef";
391
+ export const KsColorPrimaryInvertedToBg2Base = "#6240f0";
392
+ export const KsColorPrimaryInvertedToBg3Base = "#7456f0";
393
+ export const KsColorPrimaryInvertedToBg4Base = "#8a70f0";
394
+ export const KsColorPrimaryInvertedToBg5Base = "#9f8bf1";
395
+ export const KsColorPrimaryInvertedToBg6Base = "#b4a6f2";
396
+ export const KsColorPrimaryInvertedToBg7Base = "#cac0f2";
397
+ export const KsColorPrimaryInvertedToBg8Base = "#dcd6f2";
398
+ export const KsColorPrimaryInvertedToBg9Base = "#e9e7f3";
399
+ export const KsColorPrimaryInvertedToFg1Base = "#4924e5";
400
+ export const KsColorPrimaryInvertedToFg2Base = "#4421d4";
401
+ export const KsColorPrimaryInvertedToFg3Base = "#3c1ebd";
402
+ export const KsColorPrimaryInvertedToFg4Base = "#331aa2";
403
+ export const KsColorPrimaryInvertedToFg5Base = "#2a1787";
404
+ export const KsColorPrimaryInvertedToFg6Base = "#20136c";
405
+ export const KsColorPrimaryInvertedToFg7Base = "#170f51";
406
+ export const KsColorPrimaryInvertedToFg8Base = "#0f0c3a";
407
+ export const KsColorPrimaryInvertedToFg9Base = "#0a0929";
408
+ export const KsColorLinkBase = "#b7a5ff";
409
+ export const KsColorLinkAlpha1Base = "rgba(183, 165, 255, 0.95)";
410
+ export const KsColorLinkAlpha2Base = "rgba(183, 165, 255, 0.87)";
411
+ export const KsColorLinkAlpha3Base = "rgba(183, 165, 255, 0.76)";
412
+ export const KsColorLinkAlpha4Base = "rgba(183, 165, 255, 0.63)";
413
+ export const KsColorLinkAlpha5Base = "rgba(183, 165, 255, 0.5)";
414
+ export const KsColorLinkAlpha6Base = "rgba(183, 165, 255, 0.37)";
415
+ export const KsColorLinkAlpha7Base = "rgba(183, 165, 255, 0.24)";
416
+ export const KsColorLinkAlpha8Base = "rgba(183, 165, 255, 0.13)";
417
+ export const KsColorLinkAlpha9Base = "rgba(183, 165, 255, 0.05)";
418
+ export const KsColorLinkToBg1Base = "#ae9df4";
419
+ export const KsColorLinkToBg2Base = "#a091e2";
420
+ export const KsColorLinkToBg3Base = "#8d7fc9";
421
+ export const KsColorLinkToBg4Base = "#766bac";
422
+ export const KsColorLinkToBg5Base = "#5f578f";
423
+ export const KsColorLinkToBg6Base = "#474272";
424
+ export const KsColorLinkToBg7Base = "#302e55";
425
+ export const KsColorLinkToBg8Base = "#1d1c3c";
426
+ export const KsColorLinkToBg9Base = "#0f102a";
427
+ export const KsColorLinkToFg1Base = "#bbaaff";
428
+ export const KsColorLinkToFg2Base = "#c0b1ff";
429
+ export const KsColorLinkToFg3Base = "#c8bbff";
430
+ export const KsColorLinkToFg4Base = "#d2c6ff";
431
+ export const KsColorLinkToFg5Base = "#dbd2ff";
432
+ export const KsColorLinkToFg6Base = "#e4deff";
433
+ export const KsColorLinkToFg7Base = "#eee9ff";
434
+ export const KsColorLinkToFg8Base = "#f6f3ff";
435
+ export const KsColorLinkToFg9Base = "#fbfbff";
436
+ export const KsColorLinkInvertedBase = "#6642f6";
437
+ export const KsColorLinkInvertedAlpha1Base = "rgba(102, 66, 246, 0.95)";
438
+ export const KsColorLinkInvertedAlpha2Base = "rgba(102, 66, 246, 0.87)";
439
+ export const KsColorLinkInvertedAlpha3Base = "rgba(102, 66, 246, 0.76)";
440
+ export const KsColorLinkInvertedAlpha4Base = "rgba(102, 66, 246, 0.63)";
441
+ export const KsColorLinkInvertedAlpha5Base = "rgba(102, 66, 246, 0.5)";
442
+ export const KsColorLinkInvertedAlpha6Base = "rgba(102, 66, 246, 0.37)";
443
+ export const KsColorLinkInvertedAlpha7Base = "rgba(102, 66, 246, 0.24)";
444
+ export const KsColorLinkInvertedAlpha8Base = "rgba(102, 66, 246, 0.13)";
445
+ export const KsColorLinkInvertedAlpha9Base = "rgba(102, 66, 246, 0.05)";
446
+ export const KsColorLinkInvertedToBg1Base = "#6d4bf6";
447
+ export const KsColorLinkInvertedToBg2Base = "#7859f6";
448
+ export const KsColorLinkInvertedToBg3Base = "#876cf5";
449
+ export const KsColorLinkInvertedToBg4Base = "#9983f5";
450
+ export const KsColorLinkInvertedToBg5Base = "#ac9af5";
451
+ export const KsColorLinkInvertedToBg6Base = "#beb0f4";
452
+ export const KsColorLinkInvertedToBg7Base = "#d0c7f4";
453
+ export const KsColorLinkInvertedToBg8Base = "#dfdaf3";
454
+ export const KsColorLinkInvertedToBg9Base = "#eae8f3";
455
+ export const KsColorLinkInvertedToFg1Base = "#613feb";
456
+ export const KsColorLinkInvertedToFg2Base = "#5a3ada";
457
+ export const KsColorLinkInvertedToFg3Base = "#4f34c2";
458
+ export const KsColorLinkInvertedToFg4Base = "#422da6";
459
+ export const KsColorLinkInvertedToFg5Base = "#36258b";
460
+ export const KsColorLinkInvertedToFg6Base = "#2a1d6f";
461
+ export const KsColorLinkInvertedToFg7Base = "#1d1653";
462
+ export const KsColorLinkInvertedToFg8Base = "#12103b";
463
+ export const KsColorLinkInvertedToFg9Base = "#0b0b2a";
441
464
  export const KsColorPositiveBase = "#6edb64";
442
465
  export const KsColorPositiveAlpha1Base = "rgba(110, 219, 100, 0.95)";
443
466
  export const KsColorPositiveAlpha2Base = "rgba(110, 219, 100, 0.87)";
@@ -448,24 +471,24 @@ export const KsColorPositiveAlpha6Base = "rgba(110, 219, 100, 0.37)";
448
471
  export const KsColorPositiveAlpha7Base = "rgba(110, 219, 100, 0.24)";
449
472
  export const KsColorPositiveAlpha8Base = "rgba(110, 219, 100, 0.13)";
450
473
  export const KsColorPositiveAlpha9Base = "rgba(110, 219, 100, 0.05)";
451
- export const KsColorPositiveToBg1Base = "#75dd6c";
452
- export const KsColorPositiveToBg2Base = "#81e078";
453
- export const KsColorPositiveToBg3Base = "#91e489";
454
- export const KsColorPositiveToBg4Base = "#a4e89d";
455
- export const KsColorPositiveToBg5Base = "#b7edb2";
456
- export const KsColorPositiveToBg6Base = "#c9f2c6";
457
- export const KsColorPositiveToBg7Base = "#dcf6da";
458
- export const KsColorPositiveToBg8Base = "#ecfaeb";
459
- export const KsColorPositiveToBg9Base = "#f8fdf7";
460
- export const KsColorPositiveToFg1Base = "#69d061";
461
- export const KsColorPositiveToFg2Base = "#60c05b";
462
- export const KsColorPositiveToFg3Base = "#55a853";
463
- export const KsColorPositiveToFg4Base = "#488d4a";
464
- export const KsColorPositiveToFg5Base = "#3a7242";
465
- export const KsColorPositiveToFg6Base = "#2c5639";
466
- export const KsColorPositiveToFg7Base = "#1f3b30";
467
- export const KsColorPositiveToFg8Base = "#142328";
468
- export const KsColorPositiveToFg9Base = "#0b1322";
474
+ export const KsColorPositiveToBg1Base = "#69d061";
475
+ export const KsColorPositiveToBg2Base = "#60c05b";
476
+ export const KsColorPositiveToBg3Base = "#55a853";
477
+ export const KsColorPositiveToBg4Base = "#488d4a";
478
+ export const KsColorPositiveToBg5Base = "#3a7242";
479
+ export const KsColorPositiveToBg6Base = "#2c5639";
480
+ export const KsColorPositiveToBg7Base = "#1f3b30";
481
+ export const KsColorPositiveToBg8Base = "#142328";
482
+ export const KsColorPositiveToBg9Base = "#0b1322";
483
+ export const KsColorPositiveToFg1Base = "#75dd6c";
484
+ export const KsColorPositiveToFg2Base = "#81e078";
485
+ export const KsColorPositiveToFg3Base = "#91e489";
486
+ export const KsColorPositiveToFg4Base = "#a4e89d";
487
+ export const KsColorPositiveToFg5Base = "#b7edb2";
488
+ export const KsColorPositiveToFg6Base = "#c9f2c6";
489
+ export const KsColorPositiveToFg7Base = "#dcf6da";
490
+ export const KsColorPositiveToFg8Base = "#ecfaeb";
491
+ export const KsColorPositiveToFg9Base = "#f8fdf7";
469
492
  export const KsColorPositiveInvertedBase = "#23831b";
470
493
  export const KsColorPositiveInvertedAlpha1Base = "rgba(35, 131, 27, 0.95)";
471
494
  export const KsColorPositiveInvertedAlpha2Base = "rgba(35, 131, 27, 0.87)";
@@ -476,24 +499,24 @@ export const KsColorPositiveInvertedAlpha6Base = "rgba(35, 131, 27, 0.37)";
476
499
  export const KsColorPositiveInvertedAlpha7Base = "rgba(35, 131, 27, 0.24)";
477
500
  export const KsColorPositiveInvertedAlpha8Base = "rgba(35, 131, 27, 0.13)";
478
501
  export const KsColorPositiveInvertedAlpha9Base = "rgba(35, 131, 27, 0.05)";
479
- export const KsColorPositiveInvertedToBg1Base = "#227e1d";
480
- export const KsColorPositiveInvertedToBg2Base = "#207620";
481
- export const KsColorPositiveInvertedToBg3Base = "#1e6b23";
482
- export const KsColorPositiveInvertedToBg4Base = "#1c5e28";
483
- export const KsColorPositiveInvertedToBg5Base = "#19522d";
484
- export const KsColorPositiveInvertedToBg6Base = "#164531";
485
- export const KsColorPositiveInvertedToBg7Base = "#143836";
486
- export const KsColorPositiveInvertedToBg8Base = "#122d39";
487
- export const KsColorPositiveInvertedToBg9Base = "#10253c";
488
- export const KsColorPositiveInvertedToFg1Base = "#2e8926";
489
- export const KsColorPositiveInvertedToFg2Base = "#409339";
490
- export const KsColorPositiveInvertedToFg3Base = "#58a152";
491
- export const KsColorPositiveInvertedToFg4Base = "#74b16f";
492
- export const KsColorPositiveInvertedToFg5Base = "#91c18d";
493
- export const KsColorPositiveInvertedToFg6Base = "#aed1ab";
494
- export const KsColorPositiveInvertedToFg7Base = "#cae1c8";
495
- export const KsColorPositiveInvertedToFg8Base = "#e2efe1";
496
- export const KsColorPositiveInvertedToFg9Base = "#f4f9f4";
502
+ export const KsColorPositiveInvertedToBg1Base = "#2d8926";
503
+ export const KsColorPositiveInvertedToBg2Base = "#3e9137";
504
+ export const KsColorPositiveInvertedToBg3Base = "#549d4f";
505
+ export const KsColorPositiveInvertedToBg4Base = "#6fac6b";
506
+ export const KsColorPositiveInvertedToBg5Base = "#8aba87";
507
+ export const KsColorPositiveInvertedToBg6Base = "#a5c8a3";
508
+ export const KsColorPositiveInvertedToBg7Base = "#c0d7bf";
509
+ export const KsColorPositiveInvertedToBg8Base = "#d6e3d7";
510
+ export const KsColorPositiveInvertedToBg9Base = "#e7ece8";
511
+ export const KsColorPositiveInvertedToFg1Base = "#227d1b";
512
+ export const KsColorPositiveInvertedToFg2Base = "#1f731c";
513
+ export const KsColorPositiveInvertedToFg3Base = "#1c651c";
514
+ export const KsColorPositiveInvertedToFg4Base = "#18551c";
515
+ export const KsColorPositiveInvertedToFg5Base = "#15461d";
516
+ export const KsColorPositiveInvertedToFg6Base = "#11361e";
517
+ export const KsColorPositiveInvertedToFg7Base = "#0d261e";
518
+ export const KsColorPositiveInvertedToFg8Base = "#0a181e";
519
+ export const KsColorPositiveInvertedToFg9Base = "#070e1f";
497
520
  export const KsColorInformativeBase = "#64c2db";
498
521
  export const KsColorInformativeAlpha1Base = "rgba(100, 194, 219, 0.95)";
499
522
  export const KsColorInformativeAlpha2Base = "rgba(100, 194, 219, 0.87)";
@@ -504,24 +527,24 @@ export const KsColorInformativeAlpha6Base = "rgba(100, 194, 219, 0.37)";
504
527
  export const KsColorInformativeAlpha7Base = "rgba(100, 194, 219, 0.24)";
505
528
  export const KsColorInformativeAlpha8Base = "rgba(100, 194, 219, 0.13)";
506
529
  export const KsColorInformativeAlpha9Base = "rgba(100, 194, 219, 0.05)";
507
- export const KsColorInformativeToBg1Base = "#6cc5dd";
508
- export const KsColorInformativeToBg2Base = "#78cae0";
509
- export const KsColorInformativeToBg3Base = "#89d1e4";
510
- export const KsColorInformativeToBg4Base = "#9dd9e8";
511
- export const KsColorInformativeToBg5Base = "#b2e1ed";
512
- export const KsColorInformativeToBg6Base = "#c6e8f2";
513
- export const KsColorInformativeToBg7Base = "#daf0f6";
514
- export const KsColorInformativeToBg8Base = "#ebf7fa";
515
- export const KsColorInformativeToBg9Base = "#f7fcfd";
516
- export const KsColorInformativeToFg1Base = "#5fb9d2";
517
- export const KsColorInformativeToFg2Base = "#58aac3";
518
- export const KsColorInformativeToFg3Base = "#4d95ae";
519
- export const KsColorInformativeToFg4Base = "#417d95";
520
- export const KsColorInformativeToFg5Base = "#35657d";
521
- export const KsColorInformativeToFg6Base = "#294d65";
522
- export const KsColorInformativeToFg7Base = "#1d354c";
523
- export const KsColorInformativeToFg8Base = "#122037";
524
- export const KsColorInformativeToFg9Base = "#0b1128";
530
+ export const KsColorInformativeToBg1Base = "#5fb9d2";
531
+ export const KsColorInformativeToBg2Base = "#58aac3";
532
+ export const KsColorInformativeToBg3Base = "#4d95ae";
533
+ export const KsColorInformativeToBg4Base = "#417d95";
534
+ export const KsColorInformativeToBg5Base = "#35657d";
535
+ export const KsColorInformativeToBg6Base = "#294d65";
536
+ export const KsColorInformativeToBg7Base = "#1d354c";
537
+ export const KsColorInformativeToBg8Base = "#122037";
538
+ export const KsColorInformativeToBg9Base = "#0b1128";
539
+ export const KsColorInformativeToFg1Base = "#6cc5dd";
540
+ export const KsColorInformativeToFg2Base = "#78cae0";
541
+ export const KsColorInformativeToFg3Base = "#89d1e4";
542
+ export const KsColorInformativeToFg4Base = "#9dd9e8";
543
+ export const KsColorInformativeToFg5Base = "#b2e1ed";
544
+ export const KsColorInformativeToFg6Base = "#c6e8f2";
545
+ export const KsColorInformativeToFg7Base = "#daf0f6";
546
+ export const KsColorInformativeToFg8Base = "#ebf7fa";
547
+ export const KsColorInformativeToFg9Base = "#f7fcfd";
525
548
  export const KsColorInformativeInvertedBase = "#00718f";
526
549
  export const KsColorInformativeInvertedAlpha1Base = "rgba(0, 113, 143, 0.95)";
527
550
  export const KsColorInformativeInvertedAlpha2Base = "rgba(0, 113, 143, 0.87)";
@@ -532,24 +555,24 @@ export const KsColorInformativeInvertedAlpha6Base = "rgba(0, 113, 143, 0.37)";
532
555
  export const KsColorInformativeInvertedAlpha7Base = "rgba(0, 113, 143, 0.24)";
533
556
  export const KsColorInformativeInvertedAlpha8Base = "rgba(0, 113, 143, 0.13)";
534
557
  export const KsColorInformativeInvertedAlpha9Base = "rgba(0, 113, 143, 0.05)";
535
- export const KsColorInformativeInvertedToBg1Base = "#016d8b";
536
- export const KsColorInformativeInvertedToBg2Base = "#026684";
537
- export const KsColorInformativeInvertedToBg3Base = "#045e7c";
538
- export const KsColorInformativeInvertedToBg4Base = "#065371";
539
- export const KsColorInformativeInvertedToBg5Base = "#084967";
540
- export const KsColorInformativeInvertedToBg6Base = "#093e5c";
541
- export const KsColorInformativeInvertedToBg7Base = "#0b3351";
542
- export const KsColorInformativeInvertedToBg8Base = "#0d2b49";
543
- export const KsColorInformativeInvertedToBg9Base = "#0e2442";
544
- export const KsColorInformativeInvertedToFg1Base = "#0d7895";
545
- export const KsColorInformativeInvertedToFg2Base = "#21839e";
546
- export const KsColorInformativeInvertedToFg3Base = "#3d93aa";
547
- export const KsColorInformativeInvertedToFg4Base = "#5ea6b8";
548
- export const KsColorInformativeInvertedToFg5Base = "#80b8c7";
549
- export const KsColorInformativeInvertedToFg6Base = "#a1cad6";
550
- export const KsColorInformativeInvertedToFg7Base = "#c2dde4";
551
- export const KsColorInformativeInvertedToFg8Base = "#deedf0";
552
- export const KsColorInformativeInvertedToFg9Base = "#f2f8f9";
558
+ export const KsColorInformativeInvertedToBg1Base = "#0c7794";
559
+ export const KsColorInformativeInvertedToBg2Base = "#1f829c";
560
+ export const KsColorInformativeInvertedToBg3Base = "#3a90a7";
561
+ export const KsColorInformativeInvertedToBg4Base = "#59a0b4";
562
+ export const KsColorInformativeInvertedToBg5Base = "#79b1c1";
563
+ export const KsColorInformativeInvertedToBg6Base = "#98c2ce";
564
+ export const KsColorInformativeInvertedToBg7Base = "#b7d2db";
565
+ export const KsColorInformativeInvertedToBg8Base = "#d2e0e6";
566
+ export const KsColorInformativeInvertedToBg9Base = "#e5ebee";
567
+ export const KsColorInformativeInvertedToFg1Base = "#006c89";
568
+ export const KsColorInformativeInvertedToFg2Base = "#016380";
569
+ export const KsColorInformativeInvertedToFg3Base = "#015874";
570
+ export const KsColorInformativeInvertedToFg4Base = "#024a66";
571
+ export const KsColorInformativeInvertedToFg5Base = "#033d57";
572
+ export const KsColorInformativeInvertedToFg6Base = "#042f48";
573
+ export const KsColorInformativeInvertedToFg7Base = "#05213a";
574
+ export const KsColorInformativeInvertedToFg8Base = "#05162e";
575
+ export const KsColorInformativeInvertedToFg9Base = "#060d25";
553
576
  export const KsColorNoticeBase = "#f9de55";
554
577
  export const KsColorNoticeAlpha1Base = "rgba(249, 222, 85, 0.95)";
555
578
  export const KsColorNoticeAlpha2Base = "rgba(249, 222, 85, 0.87)";
@@ -560,24 +583,24 @@ export const KsColorNoticeAlpha6Base = "rgba(249, 222, 85, 0.37)";
560
583
  export const KsColorNoticeAlpha7Base = "rgba(249, 222, 85, 0.24)";
561
584
  export const KsColorNoticeAlpha8Base = "rgba(249, 222, 85, 0.13)";
562
585
  export const KsColorNoticeAlpha9Base = "rgba(249, 222, 85, 0.05)";
563
- export const KsColorNoticeToBg1Base = "#f9e05e";
564
- export const KsColorNoticeToBg2Base = "#fae26b";
565
- export const KsColorNoticeToBg3Base = "#fae67e";
566
- export const KsColorNoticeToBg4Base = "#fbea94";
567
- export const KsColorNoticeToBg5Base = "#fcefaa";
568
- export const KsColorNoticeToBg6Base = "#fdf3c0";
569
- export const KsColorNoticeToBg7Base = "#fef7d6";
570
- export const KsColorNoticeToBg8Base = "#fefbe9";
571
- export const KsColorNoticeToBg9Base = "#fffdf7";
572
- export const KsColorNoticeToFg1Base = "#edd352";
573
- export const KsColorNoticeToFg2Base = "#d9c24e";
574
- export const KsColorNoticeToFg3Base = "#bfab48";
575
- export const KsColorNoticeToFg4Base = "#9f8f41";
576
- export const KsColorNoticeToFg5Base = "#80733a";
577
- export const KsColorNoticeToFg6Base = "#605733";
578
- export const KsColorNoticeToFg7Base = "#403b2c";
579
- export const KsColorNoticeToFg8Base = "#262426";
580
- export const KsColorNoticeToFg9Base = "#121322";
586
+ export const KsColorNoticeToBg1Base = "#edd352";
587
+ export const KsColorNoticeToBg2Base = "#d9c24e";
588
+ export const KsColorNoticeToBg3Base = "#bfab48";
589
+ export const KsColorNoticeToBg4Base = "#9f8f41";
590
+ export const KsColorNoticeToBg5Base = "#80733a";
591
+ export const KsColorNoticeToBg6Base = "#605733";
592
+ export const KsColorNoticeToBg7Base = "#403b2c";
593
+ export const KsColorNoticeToBg8Base = "#262426";
594
+ export const KsColorNoticeToBg9Base = "#121322";
595
+ export const KsColorNoticeToFg1Base = "#f9e05e";
596
+ export const KsColorNoticeToFg2Base = "#fae26b";
597
+ export const KsColorNoticeToFg3Base = "#fae67e";
598
+ export const KsColorNoticeToFg4Base = "#fbea94";
599
+ export const KsColorNoticeToFg5Base = "#fcefaa";
600
+ export const KsColorNoticeToFg6Base = "#fdf3c0";
601
+ export const KsColorNoticeToFg7Base = "#fef7d6";
602
+ export const KsColorNoticeToFg8Base = "#fefbe9";
603
+ export const KsColorNoticeToFg9Base = "#fffdf7";
581
604
  export const KsColorNoticeInvertedBase = "#ff5d53";
582
605
  export const KsColorNoticeInvertedAlpha1Base = "rgba(255, 93, 83, 0.95)";
583
606
  export const KsColorNoticeInvertedAlpha2Base = "rgba(255, 93, 83, 0.87)";
@@ -588,24 +611,24 @@ export const KsColorNoticeInvertedAlpha6Base = "rgba(255, 93, 83, 0.37)";
588
611
  export const KsColorNoticeInvertedAlpha7Base = "rgba(255, 93, 83, 0.24)";
589
612
  export const KsColorNoticeInvertedAlpha8Base = "rgba(255, 93, 83, 0.13)";
590
613
  export const KsColorNoticeInvertedAlpha9Base = "rgba(255, 93, 83, 0.05)";
591
- export const KsColorNoticeInvertedToBg1Base = "#f35a52";
592
- export const KsColorNoticeInvertedToBg2Base = "#e05550";
593
- export const KsColorNoticeInvertedToBg3Base = "#c54e4e";
594
- export const KsColorNoticeInvertedToBg4Base = "#a6464b";
595
- export const KsColorNoticeInvertedToBg5Base = "#873f49";
596
- export const KsColorNoticeInvertedToBg6Base = "#683746";
597
- export const KsColorNoticeInvertedToBg7Base = "#492f43";
598
- export const KsColorNoticeInvertedToBg8Base = "#2e2841";
599
- export const KsColorNoticeInvertedToBg9Base = "#1b233f";
600
- export const KsColorNoticeInvertedToFg1Base = "#ff655c";
601
- export const KsColorNoticeInvertedToFg2Base = "#ff7269";
602
- export const KsColorNoticeInvertedToFg3Base = "#ff847c";
603
- export const KsColorNoticeInvertedToFg4Base = "#ff9993";
604
- export const KsColorNoticeInvertedToFg5Base = "#ffaea9";
605
- export const KsColorNoticeInvertedToFg6Base = "#ffc3bf";
606
- export const KsColorNoticeInvertedToFg7Base = "#ffd8d6";
607
- export const KsColorNoticeInvertedToFg8Base = "#ffeae9";
608
- export const KsColorNoticeInvertedToFg9Base = "#fff7f6";
614
+ export const KsColorNoticeInvertedToBg1Base = "#fe645b";
615
+ export const KsColorNoticeInvertedToBg2Base = "#fd7068";
616
+ export const KsColorNoticeInvertedToBg3Base = "#fc8179";
617
+ export const KsColorNoticeInvertedToBg4Base = "#fa948e";
618
+ export const KsColorNoticeInvertedToBg5Base = "#f8a7a3";
619
+ export const KsColorNoticeInvertedToBg6Base = "#f6bab8";
620
+ export const KsColorNoticeInvertedToBg7Base = "#f4cdcd";
621
+ export const KsColorNoticeInvertedToBg8Base = "#f3dede";
622
+ export const KsColorNoticeInvertedToBg9Base = "#f2eaeb";
623
+ export const KsColorNoticeInvertedToFg1Base = "#f35950";
624
+ export const KsColorNoticeInvertedToFg2Base = "#df524c";
625
+ export const KsColorNoticeInvertedToFg3Base = "#c34947";
626
+ export const KsColorNoticeInvertedToFg4Base = "#a33e40";
627
+ export const KsColorNoticeInvertedToFg5Base = "#833339";
628
+ export const KsColorNoticeInvertedToFg6Base = "#622732";
629
+ export const KsColorNoticeInvertedToFg7Base = "#421c2b";
630
+ export const KsColorNoticeInvertedToFg8Base = "#261326";
631
+ export const KsColorNoticeInvertedToFg9Base = "#120c22";
609
632
  export const KsColorNegativeBase = "#ff1a57";
610
633
  export const KsColorNegativeAlpha1Base = "rgba(255, 26, 87, 0.95)";
611
634
  export const KsColorNegativeAlpha2Base = "rgba(255, 26, 87, 0.87)";
@@ -616,24 +639,24 @@ export const KsColorNegativeAlpha6Base = "rgba(255, 26, 87, 0.37)";
616
639
  export const KsColorNegativeAlpha7Base = "rgba(255, 26, 87, 0.24)";
617
640
  export const KsColorNegativeAlpha8Base = "rgba(255, 26, 87, 0.13)";
618
641
  export const KsColorNegativeAlpha9Base = "rgba(255, 26, 87, 0.05)";
619
- export const KsColorNegativeToBg1Base = "#ff255f";
620
- export const KsColorNegativeToBg2Base = "#ff386d";
621
- export const KsColorNegativeToBg3Base = "#ff517f";
622
- export const KsColorNegativeToBg4Base = "#ff6f95";
623
- export const KsColorNegativeToBg5Base = "#ff8dab";
624
- export const KsColorNegativeToBg6Base = "#ffaac1";
625
- export const KsColorNegativeToBg7Base = "#ffc8d7";
626
- export const KsColorNegativeToBg8Base = "#ffe1e9";
627
- export const KsColorNegativeToBg9Base = "#fff4f7";
628
- export const KsColorNegativeToFg1Base = "#f31954";
629
- export const KsColorNegativeToFg2Base = "#df1850";
630
- export const KsColorNegativeToFg3Base = "#c3164a";
631
- export const KsColorNegativeToFg4Base = "#a31342";
632
- export const KsColorNegativeToFg5Base = "#83113b";
633
- export const KsColorNegativeToFg6Base = "#620f34";
634
- export const KsColorNegativeToFg7Base = "#420c2c";
635
- export const KsColorNegativeToFg8Base = "#260a26";
636
- export const KsColorNegativeToFg9Base = "#120922";
642
+ export const KsColorNegativeToBg1Base = "#f31954";
643
+ export const KsColorNegativeToBg2Base = "#df1850";
644
+ export const KsColorNegativeToBg3Base = "#c3164a";
645
+ export const KsColorNegativeToBg4Base = "#a31342";
646
+ export const KsColorNegativeToBg5Base = "#83113b";
647
+ export const KsColorNegativeToBg6Base = "#620f34";
648
+ export const KsColorNegativeToBg7Base = "#420c2c";
649
+ export const KsColorNegativeToBg8Base = "#260a26";
650
+ export const KsColorNegativeToBg9Base = "#120922";
651
+ export const KsColorNegativeToFg1Base = "#ff255f";
652
+ export const KsColorNegativeToFg2Base = "#ff386d";
653
+ export const KsColorNegativeToFg3Base = "#ff517f";
654
+ export const KsColorNegativeToFg4Base = "#ff6f95";
655
+ export const KsColorNegativeToFg5Base = "#ff8dab";
656
+ export const KsColorNegativeToFg6Base = "#ffaac1";
657
+ export const KsColorNegativeToFg7Base = "#ffc8d7";
658
+ export const KsColorNegativeToFg8Base = "#ffe1e9";
659
+ export const KsColorNegativeToFg9Base = "#fff4f7";
637
660
  export const KsColorNegativeInvertedBase = "#d21d48";
638
661
  export const KsColorNegativeInvertedAlpha1Base = "rgba(210, 29, 72, 0.95)";
639
662
  export const KsColorNegativeInvertedAlpha2Base = "rgba(210, 29, 72, 0.87)";
@@ -644,159 +667,208 @@ export const KsColorNegativeInvertedAlpha6Base = "rgba(210, 29, 72, 0.37)";
644
667
  export const KsColorNegativeInvertedAlpha7Base = "rgba(210, 29, 72, 0.24)";
645
668
  export const KsColorNegativeInvertedAlpha8Base = "rgba(210, 29, 72, 0.13)";
646
669
  export const KsColorNegativeInvertedAlpha9Base = "rgba(210, 29, 72, 0.05)";
647
- export const KsColorNegativeInvertedToBg1Base = "#c81d48";
648
- export const KsColorNegativeInvertedToBg2Base = "#b91d47";
649
- export const KsColorNegativeInvertedToBg3Base = "#a31e46";
650
- export const KsColorNegativeInvertedToBg4Base = "#8a1e44";
651
- export const KsColorNegativeInvertedToBg5Base = "#711f43";
652
- export const KsColorNegativeInvertedToBg6Base = "#571f42";
653
- export const KsColorNegativeInvertedToBg7Base = "#3e1f40";
654
- export const KsColorNegativeInvertedToBg8Base = "#28203f";
655
- export const KsColorNegativeInvertedToBg9Base = "#19203f";
656
- export const KsColorNegativeInvertedToFg1Base = "#d42851";
657
- export const KsColorNegativeInvertedToFg2Base = "#d83a60";
658
- export const KsColorNegativeInvertedToFg3Base = "#dd5374";
659
- export const KsColorNegativeInvertedToFg4Base = "#e3718c";
660
- export const KsColorNegativeInvertedToFg5Base = "#e98ea4";
661
- export const KsColorNegativeInvertedToFg6Base = "#eeabbb";
662
- export const KsColorNegativeInvertedToFg7Base = "#f4c9d3";
663
- export const KsColorNegativeInvertedToFg8Base = "#f9e2e7";
664
- export const KsColorNegativeInvertedToFg9Base = "#fdf4f6";
670
+ export const KsColorNegativeInvertedToBg1Base = "#d42851";
671
+ export const KsColorNegativeInvertedToBg2Base = "#d6395e";
672
+ export const KsColorNegativeInvertedToBg3Base = "#d95071";
673
+ export const KsColorNegativeInvertedToBg4Base = "#dd6b87";
674
+ export const KsColorNegativeInvertedToBg5Base = "#e2879e";
675
+ export const KsColorNegativeInvertedToBg6Base = "#e6a3b4";
676
+ export const KsColorNegativeInvertedToBg7Base = "#eabeca";
677
+ export const KsColorNegativeInvertedToBg8Base = "#edd5dd";
678
+ export const KsColorNegativeInvertedToBg9Base = "#efe6ea";
679
+ export const KsColorNegativeInvertedToFg1Base = "#c81c46";
680
+ export const KsColorNegativeInvertedToFg2Base = "#b71a43";
681
+ export const KsColorNegativeInvertedToFg3Base = "#a1183e";
682
+ export const KsColorNegativeInvertedToFg4Base = "#871539";
683
+ export const KsColorNegativeInvertedToFg5Base = "#6c1334";
684
+ export const KsColorNegativeInvertedToFg6Base = "#51102e";
685
+ export const KsColorNegativeInvertedToFg7Base = "#370d29";
686
+ export const KsColorNegativeInvertedToFg8Base = "#210b24";
687
+ export const KsColorNegativeInvertedToFg9Base = "#100921";
688
+ export const KsColorSecondaryBase = "#4d25ef";
689
+ export const KsColorSecondaryAlpha1Base = "rgba(77, 37, 239, 0.95)";
690
+ export const KsColorSecondaryAlpha2Base = "rgba(77, 37, 239, 0.87)";
691
+ export const KsColorSecondaryAlpha3Base = "rgba(77, 37, 239, 0.76)";
692
+ export const KsColorSecondaryAlpha4Base = "rgba(77, 37, 239, 0.63)";
693
+ export const KsColorSecondaryAlpha5Base = "rgba(77, 37, 239, 0.5)";
694
+ export const KsColorSecondaryAlpha6Base = "rgba(77, 37, 239, 0.37)";
695
+ export const KsColorSecondaryAlpha7Base = "rgba(77, 37, 239, 0.24)";
696
+ export const KsColorSecondaryAlpha8Base = "rgba(77, 37, 239, 0.13)";
697
+ export const KsColorSecondaryAlpha9Base = "rgba(77, 37, 239, 0.05)";
698
+ export const KsColorSecondaryToBg1Base = "#4924e5";
699
+ export const KsColorSecondaryToBg2Base = "#4421d4";
700
+ export const KsColorSecondaryToBg3Base = "#3c1ebd";
701
+ export const KsColorSecondaryToBg4Base = "#331aa2";
702
+ export const KsColorSecondaryToBg5Base = "#2a1787";
703
+ export const KsColorSecondaryToBg6Base = "#20136c";
704
+ export const KsColorSecondaryToBg7Base = "#170f51";
705
+ export const KsColorSecondaryToBg8Base = "#0f0c3a";
706
+ export const KsColorSecondaryToBg9Base = "#0a0929";
707
+ export const KsColorSecondaryToFg1Base = "#5630f0";
708
+ export const KsColorSecondaryToFg2Base = "#6441f1";
709
+ export const KsColorSecondaryToFg3Base = "#7859f3";
710
+ export const KsColorSecondaryToFg4Base = "#8f76f5";
711
+ export const KsColorSecondaryToFg5Base = "#a692f7";
712
+ export const KsColorSecondaryToFg6Base = "#bdaef9";
713
+ export const KsColorSecondaryToFg7Base = "#d4cbfb";
714
+ export const KsColorSecondaryToFg8Base = "#e8e3fd";
715
+ export const KsColorSecondaryToFg9Base = "#f6f4fe";
716
+ export const KsColorSecondaryInvertedBase = "#e21879";
717
+ export const KsColorSecondaryInvertedAlpha1Base = "rgba(226, 24, 121, 0.95)";
718
+ export const KsColorSecondaryInvertedAlpha2Base = "rgba(226, 24, 121, 0.87)";
719
+ export const KsColorSecondaryInvertedAlpha3Base = "rgba(226, 24, 121, 0.76)";
720
+ export const KsColorSecondaryInvertedAlpha4Base = "rgba(226, 24, 121, 0.63)";
721
+ export const KsColorSecondaryInvertedAlpha5Base = "rgba(226, 24, 121, 0.5)";
722
+ export const KsColorSecondaryInvertedAlpha6Base = "rgba(226, 24, 121, 0.37)";
723
+ export const KsColorSecondaryInvertedAlpha7Base = "rgba(226, 24, 121, 0.24)";
724
+ export const KsColorSecondaryInvertedAlpha8Base = "rgba(226, 24, 121, 0.13)";
725
+ export const KsColorSecondaryInvertedAlpha9Base = "rgba(226, 24, 121, 0.05)";
726
+ export const KsColorSecondaryInvertedToBg1Base = "#e3237f";
727
+ export const KsColorSecondaryInvertedToBg2Base = "#e43489";
728
+ export const KsColorSecondaryInvertedToBg3Base = "#e64c96";
729
+ export const KsColorSecondaryInvertedToBg4Base = "#e868a6";
730
+ export const KsColorSecondaryInvertedToBg5Base = "#ea85b6";
731
+ export const KsColorSecondaryInvertedToBg6Base = "#eba1c6";
732
+ export const KsColorSecondaryInvertedToBg7Base = "#edbdd6";
733
+ export const KsColorSecondaryInvertedToBg8Base = "#efd5e3";
734
+ export const KsColorSecondaryInvertedToBg9Base = "#f0e6ed";
735
+ export const KsColorSecondaryInvertedToFg1Base = "#d71775";
736
+ export const KsColorSecondaryInvertedToFg2Base = "#c5166d";
737
+ export const KsColorSecondaryInvertedToFg3Base = "#ad1463";
738
+ export const KsColorSecondaryInvertedToFg4Base = "#911258";
739
+ export const KsColorSecondaryInvertedToFg5Base = "#74104c";
740
+ export const KsColorSecondaryInvertedToFg6Base = "#570e40";
741
+ export const KsColorSecondaryInvertedToFg7Base = "#3b0c35";
742
+ export const KsColorSecondaryInvertedToFg8Base = "#230a2b";
743
+ export const KsColorSecondaryInvertedToFg9Base = "#110924";
665
744
  export const KsDepthModal = "1000";
666
- export const KsSpacingXxs = "0.3366rem";
667
- export const KsSpacingXxsBase = "0.3366rem";
745
+ export const KsSpacingXxs = "0.3024rem";
746
+ export const KsSpacingXxsBase = "0.3024rem";
668
747
  export const KsSpacingXxsBpFactorPhone = "1.225";
669
748
  export const KsSpacingXxsBpFactorTablet = "1.5006";
670
749
  export const KsSpacingXxsBpFactorLaptop = "1.8383";
671
750
  export const KsSpacingXxsBpFactorDesktop = "2.2519";
672
- export const KsSpacingXxsBpFactorTv = "2.7585";
673
- export const KsSpacingXs = "0.4628rem";
674
- export const KsSpacingXsBase = "0.4628rem";
751
+ export const KsSpacingXs = "0.4309rem";
752
+ export const KsSpacingXsBase = "0.4309rem";
675
753
  export const KsSpacingXsBpFactorPhone = "1.225";
676
754
  export const KsSpacingXsBpFactorTablet = "1.5006";
677
755
  export const KsSpacingXsBpFactorLaptop = "1.8383";
678
756
  export const KsSpacingXsBpFactorDesktop = "2.2519";
679
- export const KsSpacingXsBpFactorTv = "2.7585";
680
- export const KsSpacingS = "0.6364rem";
681
- export const KsSpacingSBase = "0.6364rem";
757
+ export const KsSpacingS = "0.614rem";
758
+ export const KsSpacingSBase = "0.614rem";
682
759
  export const KsSpacingSBpFactorPhone = "1.225";
683
760
  export const KsSpacingSBpFactorTablet = "1.5006";
684
761
  export const KsSpacingSBpFactorLaptop = "1.8383";
685
762
  export const KsSpacingSBpFactorDesktop = "2.2519";
686
- export const KsSpacingSBpFactorTv = "2.7585";
687
763
  export const KsSpacingM = "0.875rem";
688
764
  export const KsSpacingMBase = "0.875rem";
689
765
  export const KsSpacingMBpFactorPhone = "1.225";
690
766
  export const KsSpacingMBpFactorTablet = "1.5006";
691
767
  export const KsSpacingMBpFactorLaptop = "1.8383";
692
768
  export const KsSpacingMBpFactorDesktop = "2.2519";
693
- export const KsSpacingMBpFactorTv = "2.7585";
694
- export const KsSpacingL = "1.2031rem";
695
- export const KsSpacingLBase = "1.2031rem";
769
+ export const KsSpacingL = "1.2469rem";
770
+ export const KsSpacingLBase = "1.2469rem";
696
771
  export const KsSpacingLBpFactorPhone = "1.225";
697
772
  export const KsSpacingLBpFactorTablet = "1.5006";
698
773
  export const KsSpacingLBpFactorLaptop = "1.8383";
699
774
  export const KsSpacingLBpFactorDesktop = "2.2519";
700
- export const KsSpacingLBpFactorTv = "2.7585";
701
- export const KsSpacingXl = "1.6543rem";
702
- export const KsSpacingXlBase = "1.6543rem";
775
+ export const KsSpacingXl = "1.7768rem";
776
+ export const KsSpacingXlBase = "1.7768rem";
703
777
  export const KsSpacingXlBpFactorPhone = "1.225";
704
778
  export const KsSpacingXlBpFactorTablet = "1.5006";
705
779
  export const KsSpacingXlBpFactorLaptop = "1.8383";
706
780
  export const KsSpacingXlBpFactorDesktop = "2.2519";
707
- export const KsSpacingXlBpFactorTv = "2.7585";
708
- export const KsSpacingXxl = "2.2747rem";
709
- export const KsSpacingXxlBase = "2.2747rem";
781
+ export const KsSpacingXxl = "2.5319rem";
782
+ export const KsSpacingXxlBase = "2.5319rem";
710
783
  export const KsSpacingXxlBpFactorPhone = "1.225";
711
784
  export const KsSpacingXxlBpFactorTablet = "1.5006";
712
785
  export const KsSpacingXxlBpFactorLaptop = "1.8383";
713
786
  export const KsSpacingXxlBpFactorDesktop = "2.2519";
714
- export const KsSpacingXxlBpFactorTv = "2.7585";
715
- export const KsSpacingStackXs = "0.4628rem";
716
- export const KsSpacingStackS = "0.6364rem";
787
+ export const KsSpacingStackXs = "0.4309rem";
788
+ export const KsSpacingStackS = "0.614rem";
717
789
  export const KsSpacingStackM = "0.875rem";
718
- export const KsSpacingStackL = "1.2031rem";
719
- export const KsSpacingStackXl = "1.6543rem";
720
- export const KsSpacingInlineXs = "0.4628rem";
721
- export const KsSpacingInlineS = "0.6364rem";
790
+ export const KsSpacingStackL = "1.2469rem";
791
+ export const KsSpacingStackXl = "1.7768rem";
792
+ export const KsSpacingInlineXs = "0.4309rem";
793
+ export const KsSpacingInlineS = "0.614rem";
722
794
  export const KsSpacingInlineM = "0.875rem";
723
- export const KsSpacingInlineL = "1.2031rem";
724
- export const KsSpacingInlineXl = "1.6543rem";
725
- export const KsSpacingInsetXs = "0.4628rem";
726
- export const KsSpacingInsetS = "0.6364rem";
795
+ export const KsSpacingInlineL = "1.2469rem";
796
+ export const KsSpacingInlineXl = "1.7768rem";
797
+ export const KsSpacingInsetXs = "0.4309rem";
798
+ export const KsSpacingInsetS = "0.614rem";
727
799
  export const KsSpacingInsetM = "0.875rem";
728
- export const KsSpacingInsetL = "1.2031rem";
729
- export const KsSpacingInsetXl = "1.6543rem";
730
- export const KsSpacingInsetSquishXs = "0.3366rem 0.4628rem";
731
- export const KsSpacingInsetSquishS = "0.4628rem 0.6364rem";
732
- export const KsSpacingInsetSquishM = "0.6364rem 0.875rem";
733
- export const KsSpacingInsetSquishL = "0.875rem 1.2031rem";
734
- export const KsSpacingInsetSquishXl = "1.2031rem 1.6543rem";
735
- export const KsSpacingInsetStretchXs = "0.6364rem 0.4628rem";
736
- export const KsSpacingInsetStretchS = "0.875rem 0.6364rem";
737
- export const KsSpacingInsetStretchM = "1.2031rem 0.875rem";
738
- export const KsSpacingInsetStretchL = "1.6543rem 1.2031rem";
739
- export const KsSpacingInsetStretchXl = "2.2747rem 1.6543rem";
740
- export const KsTextColorDefaultBase = "rgba(6, 8, 31, 0.87)";
741
- export const KsTextColorDefaultInteractiveBase = "#3065c0";
742
- export const KsTextColorDefaultInteractiveHoverBase = "rgba(48, 101, 192, 0.63)";
743
- export const KsTextColorDefaultInteractiveActiveBase = "#3065c0";
744
- export const KsTextColorDefaultInteractiveSelectedBase = "#3065c0";
745
- export const KsTextColorDefaultInvertedBase = "rgba(255, 255, 255, 0.87)";
746
- export const KsTextColorDefaultInvertedInteractiveBase = "#98b2e0";
747
- export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(152, 178, 224, 0.63)";
748
- export const KsTextColorDefaultInvertedInteractiveActiveBase = "#98b2e0";
749
- export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#98b2e0";
750
- export const KsTextColorCopyBase = "rgba(6, 8, 31, 0.76)";
751
- export const KsTextColorCopyInteractiveBase = "#3065c0";
752
- export const KsTextColorCopyInteractiveHoverBase = "#2b59ab";
753
- export const KsTextColorCopyInteractiveActiveBase = "#264f99";
754
- export const KsTextColorCopyInteractiveSelectedBase = "#264f99";
755
- export const KsTextColorCopyInvertedBase = "rgba(255, 255, 255, 0.76)";
756
- export const KsTextColorCopyInvertedInteractiveBase = "#98b2e0";
757
- export const KsTextColorCopyInvertedInteractiveHoverBase = "#a5bce4";
758
- export const KsTextColorCopyInvertedInteractiveActiveBase = "#a5bce4";
759
- export const KsTextColorCopyInvertedInteractiveSelectedBase = "#a5bce4";
760
- export const KsTextColorDisplayBase = "#06081f";
761
- export const KsTextColorDisplayInteractiveBase = "#3065c0";
762
- export const KsTextColorDisplayInteractiveHoverBase = "#2b59ab";
763
- export const KsTextColorDisplayInteractiveActiveBase = "#264f99";
764
- export const KsTextColorDisplayInteractiveSelectedBase = "#264f99";
765
- export const KsTextColorDisplayInvertedBase = "#ffffff";
766
- export const KsTextColorDisplayInvertedInteractiveBase = "#98b2e0";
767
- export const KsTextColorDisplayInvertedInteractiveHoverBase = "#a5bce4";
768
- export const KsTextColorDisplayInvertedInteractiveActiveBase = "#a5bce4";
769
- export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#a5bce4";
770
- export const KsTextColorInterfaceBase = "rgba(6, 8, 31, 0.87)";
771
- export const KsTextColorInterfaceInteractiveBase = "rgba(6, 8, 31, 0.63)";
772
- export const KsTextColorInterfaceInteractiveHoverBase = "#06081f";
773
- export const KsTextColorInterfaceInteractiveActiveBase = "#06081f";
774
- export const KsTextColorInterfaceInteractiveSelectedBase = "#06081f";
775
- export const KsTextColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.63)";
776
- export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.76)";
777
- export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#ffffff";
778
- export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#ffffff";
779
- export const KsTextColorInterfaceInvertedInteractiveSelectedBase = "#ffffff";
780
- export const KsTextColorCardBase = "rgba(6, 8, 31, 0.87)";
781
- export const KsTextColorCardInteractiveBase = "#06081f";
800
+ export const KsSpacingInsetL = "1.2469rem";
801
+ export const KsSpacingInsetXl = "1.7768rem";
802
+ export const KsSpacingInsetSquishXs = "0.3024rem 0.4309rem";
803
+ export const KsSpacingInsetSquishS = "0.4309rem 0.614rem";
804
+ export const KsSpacingInsetSquishM = "0.614rem 0.875rem";
805
+ export const KsSpacingInsetSquishL = "0.875rem 1.2469rem";
806
+ export const KsSpacingInsetSquishXl = "1.2469rem 1.7768rem";
807
+ export const KsSpacingInsetStretchXs = "0.614rem 0.4309rem";
808
+ export const KsSpacingInsetStretchS = "0.875rem 0.614rem";
809
+ export const KsSpacingInsetStretchM = "1.2469rem 0.875rem";
810
+ export const KsSpacingInsetStretchL = "1.7768rem 1.2469rem";
811
+ export const KsSpacingInsetStretchXl = "2.5319rem 1.7768rem";
812
+ export const KsTextColorDefaultBase = "#ffffff";
813
+ export const KsTextColorDefaultInteractiveBase = "#b7a5ff";
814
+ export const KsTextColorDefaultInteractiveHoverBase = "#dbd2ff";
815
+ export const KsTextColorDefaultInteractiveActiveBase = "#dbd2ff";
816
+ export const KsTextColorDefaultInteractiveSelectedBase = "#dbd2ff";
817
+ export const KsTextColorDefaultInvertedBase = "#06081f";
818
+ export const KsTextColorDefaultInvertedInteractiveBase = "#6642f6";
819
+ export const KsTextColorDefaultInvertedInteractiveHoverBase = "#36258b";
820
+ export const KsTextColorDefaultInvertedInteractiveActiveBase = "#36258b";
821
+ export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#36258b";
822
+ export const KsTextColorCopyBase = "rgba(255, 255, 255, 0.76)";
823
+ export const KsTextColorCopyInteractiveBase = "#b7a5ff";
824
+ export const KsTextColorCopyInteractiveHoverBase = "#c0b1ff";
825
+ export const KsTextColorCopyInteractiveActiveBase = "#c8bbff";
826
+ export const KsTextColorCopyInteractiveSelectedBase = "#c8bbff";
827
+ export const KsTextColorCopyInvertedBase = "rgba(6, 8, 31, 0.76)";
828
+ export const KsTextColorCopyInvertedInteractiveBase = "#6642f6";
829
+ export const KsTextColorCopyInvertedInteractiveHoverBase = "#5a3ada";
830
+ export const KsTextColorCopyInvertedInteractiveActiveBase = "#5a3ada";
831
+ export const KsTextColorCopyInvertedInteractiveSelectedBase = "#5a3ada";
832
+ export const KsTextColorDisplayBase = "#ffffff";
833
+ export const KsTextColorDisplayInteractiveBase = "#b7a5ff";
834
+ export const KsTextColorDisplayInteractiveHoverBase = "#c0b1ff";
835
+ export const KsTextColorDisplayInteractiveActiveBase = "#c8bbff";
836
+ export const KsTextColorDisplayInteractiveSelectedBase = "#c8bbff";
837
+ export const KsTextColorDisplayInvertedBase = "#06081f";
838
+ export const KsTextColorDisplayInvertedInteractiveBase = "#6642f6";
839
+ export const KsTextColorDisplayInvertedInteractiveHoverBase = "#5a3ada";
840
+ export const KsTextColorDisplayInvertedInteractiveActiveBase = "#5a3ada";
841
+ export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#5a3ada";
842
+ export const KsTextColorInterfaceBase = "rgba(255, 255, 255, 0.63)";
843
+ export const KsTextColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.76)";
844
+ export const KsTextColorInterfaceInteractiveHoverBase = "#ffffff";
845
+ export const KsTextColorInterfaceInteractiveActiveBase = "#ffffff";
846
+ export const KsTextColorInterfaceInteractiveSelectedBase = "#ffffff";
847
+ export const KsTextColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.63)";
848
+ export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(6, 8, 31, 0.76)";
849
+ export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#06081f";
850
+ export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#06081f";
851
+ export const KsTextColorInterfaceInvertedInteractiveSelectedBase = "#06081f";
852
+ export const KsTextColorCardBase = "rgba(255, 255, 255, 0.87)";
853
+ export const KsTextColorCardInteractiveBase = "#ffffff";
782
854
  export const KsTextColorCardInteractiveHoverBase = "#000000";
783
855
  export const KsTextColorCardInteractiveActiveBase = "#000000";
784
856
  export const KsTextColorCardInteractiveSelectedBase = "#000000";
785
- export const KsTextColorCardInvertedBase = "rgba(255, 255, 255, 0.87)";
786
- export const KsTextColorCardInvertedInteractiveBase = "#ffffff";
787
- export const KsTextColorCardInvertedInteractiveHoverBase = "#ffffff";
788
- export const KsTextColorCardInvertedInteractiveActiveBase = "#ffffff";
789
- export const KsTextColorCardInvertedInteractiveSelectedBase = "#ffffff";
790
- export const KsTextColorPrimaryBase = "#3065c0";
791
- export const KsTextColorPrimaryInteractiveBase = "#3065c0";
792
- export const KsTextColorPrimaryInteractiveHoverBase = "rgba(48, 101, 192, 0.87)";
793
- export const KsTextColorPrimaryInteractiveActiveBase = "rgba(48, 101, 192, 0.87)";
794
- export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(48, 101, 192, 0.87)";
795
- export const KsTextColorPrimaryInvertedBase = "#98b2e0";
796
- export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(48, 101, 192, 0.87)";
797
- export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(48, 101, 192, 0.87)";
798
- export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(48, 101, 192, 0.87)";
799
- export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(48, 101, 192, 0.87)";
857
+ export const KsTextColorCardInvertedBase = "rgba(6, 8, 31, 0.87)";
858
+ export const KsTextColorCardInvertedInteractiveBase = "#06081f";
859
+ export const KsTextColorCardInvertedInteractiveHoverBase = "#06081f";
860
+ export const KsTextColorCardInvertedInteractiveActiveBase = "#06081f";
861
+ export const KsTextColorCardInvertedInteractiveSelectedBase = "#06081f";
862
+ export const KsTextColorPrimaryBase = "#e21879";
863
+ export const KsTextColorPrimaryInteractiveBase = "#e21879";
864
+ export const KsTextColorPrimaryInteractiveHoverBase = "rgba(226, 24, 121, 0.87)";
865
+ export const KsTextColorPrimaryInteractiveActiveBase = "rgba(226, 24, 121, 0.87)";
866
+ export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(226, 24, 121, 0.87)";
867
+ export const KsTextColorPrimaryInvertedBase = "#4d25ef";
868
+ export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(77, 37, 239, 0.87)";
869
+ export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(77, 37, 239, 0.87)";
870
+ export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(77, 37, 239, 0.87)";
871
+ export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(77, 37, 239, 0.87)";
800
872
  export const KsTextColorPositiveBase = "#6edb64";
801
873
  export const KsTextColorPositiveInteractiveBase = "#6edb64";
802
874
  export const KsTextColorPositiveInteractiveHoverBase = "rgba(110, 219, 100, 0.87)";
@@ -837,6 +909,16 @@ export const KsTextColorNegativeInvertedInteractiveBase = "rgba(210, 29, 72, 0.8
837
909
  export const KsTextColorNegativeInvertedInteractiveHoverBase = "rgba(210, 29, 72, 0.87)";
838
910
  export const KsTextColorNegativeInvertedInteractiveActiveBase = "rgba(210, 29, 72, 0.87)";
839
911
  export const KsTextColorNegativeInvertedInteractiveSelectedBase = "rgba(210, 29, 72, 0.87)";
912
+ export const KsTextColorSecondaryBase = "#4d25ef";
913
+ export const KsTextColorSecondaryInteractiveBase = "#4d25ef";
914
+ export const KsTextColorSecondaryInteractiveHoverBase = "rgba(77, 37, 239, 0.87)";
915
+ export const KsTextColorSecondaryInteractiveActiveBase = "rgba(77, 37, 239, 0.87)";
916
+ export const KsTextColorSecondaryInteractiveSelectedBase = "rgba(77, 37, 239, 0.87)";
917
+ export const KsTextColorSecondaryInvertedBase = "#e21879";
918
+ export const KsTextColorSecondaryInvertedInteractiveBase = "rgba(226, 24, 121, 0.87)";
919
+ export const KsTextColorSecondaryInvertedInteractiveHoverBase = "rgba(226, 24, 121, 0.87)";
920
+ export const KsTextColorSecondaryInvertedInteractiveActiveBase = "rgba(226, 24, 121, 0.87)";
921
+ export const KsTextColorSecondaryInvertedInteractiveSelectedBase = "rgba(226, 24, 121, 0.87)";
840
922
  export const KsDurationImmediate = "50ms";
841
923
  export const KsDurationFast = "100ms";
842
924
  export const KsDurationMedium = "150ms";
@@ -846,36 +928,37 @@ export const KsTimingFunctionEaseOut = "ease-out";
846
928
  export const KsTimingFunctionEaseIn = "ease-in";
847
929
  export const KsTimingFunctionEaseInOut = "ease-in-out";
848
930
  export const KsTimingFunctionLinear = "linear";
849
- export const KsTransitionCollapse = "150ms ease-out";
931
+ export const KsTransitionCollapse = "300ms ease-out";
850
932
  export const KsTransitionHover = "100ms ease-in-out";
851
- export const KsTransitionFade = "300ms ease-out";
852
- export const KsFontFamilyDisplay = "Montserrat, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif";
853
- export const KsFontFamilyCopy = "system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif";
854
- export const KsFontFamilyInterface = "system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif";
933
+ export const KsTransitionFade = "100ms ease-out";
934
+ export const KsFontFamilyDisplay = "Fredoka, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif";
935
+ export const KsFontFamilyCopy = "Mulish, 'Helvetica Neue', Helvetica, Arial, sans-serif";
936
+ export const KsFontFamilyInterface = "Mulish, system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif";
855
937
  export const KsFontFamilyMono = "ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace";
856
938
  export const KsFontWeightLight = 300;
857
939
  export const KsFontWeightRegular = 400;
858
- export const KsFontWeightSemiBold = 500;
940
+ export const KsFontWeightMedium = 500;
941
+ export const KsFontWeightSemiBold = 600;
859
942
  export const KsFontWeightBold = 700;
860
- export const KsFontSizeDisplayBpFactorPhone = 1;
861
- export const KsFontSizeDisplayBpFactorTablet = 1.125;
862
- export const KsFontSizeDisplayBpFactorLaptop = 1.25;
863
- export const KsFontSizeDisplayBpFactorDesktop = 1.35;
864
- export const KsFontSizeDisplayXxsBase = "0.512rem";
865
- export const KsFontSizeDisplayXsBase = "0.64rem";
866
- export const KsFontSizeDisplaySBase = "0.8rem";
867
- export const KsFontSizeDisplayMBase = "1rem";
868
- export const KsFontSizeDisplayLBase = "1.25rem";
869
- export const KsFontSizeDisplayXlBase = "1.5625rem";
870
- export const KsFontSizeDisplayXxlBase = "1.9531rem";
943
+ export const KsFontSizeDisplayBpFactorPhone = 1.125;
944
+ export const KsFontSizeDisplayBpFactorTablet = 1.25;
945
+ export const KsFontSizeDisplayBpFactorLaptop = 1.5;
946
+ export const KsFontSizeDisplayBpFactorDesktop = 1.75;
947
+ export const KsFontSizeDisplayXxsBase = "0.68rem";
948
+ export const KsFontSizeDisplayXsBase = "0.833rem";
949
+ export const KsFontSizeDisplaySBase = "1.0204rem";
950
+ export const KsFontSizeDisplayMBase = "1.25rem";
951
+ export const KsFontSizeDisplayLBase = "1.5313rem";
952
+ export const KsFontSizeDisplayXlBase = "1.8758rem";
953
+ export const KsFontSizeDisplayXxlBase = "2.2978rem";
871
954
  export const KsFontSizeCopyBpFactorTablet = 1.125;
872
- export const KsFontSizeCopyXxsBase = "0.544rem";
873
- export const KsFontSizeCopyXsBase = "0.6664rem";
874
- export const KsFontSizeCopySBase = "0.8163rem";
875
- export const KsFontSizeCopyMBase = "1rem";
876
- export const KsFontSizeCopyLBase = "1.225rem";
877
- export const KsFontSizeCopyXlBase = "1.5006rem";
878
- export const KsFontSizeCopyXxlBase = "1.8383rem";
955
+ export const KsFontSizeCopyXxsBase = "0.612rem";
956
+ export const KsFontSizeCopyXsBase = "0.7497rem";
957
+ export const KsFontSizeCopySBase = "0.9184rem";
958
+ export const KsFontSizeCopyMBase = "1.125rem";
959
+ export const KsFontSizeCopyLBase = "1.3781rem";
960
+ export const KsFontSizeCopyXlBase = "1.6882rem";
961
+ export const KsFontSizeCopyXxlBase = "2.068rem";
879
962
  export const KsFontSizeInterfaceBpFactorTablet = 1.125;
880
963
  export const KsFontSizeInterfaceXxsBase = "0.544rem";
881
964
  export const KsFontSizeInterfaceXsBase = "0.6664rem";
@@ -885,13 +968,13 @@ export const KsFontSizeInterfaceLBase = "1.225rem";
885
968
  export const KsFontSizeInterfaceXlBase = "1.5006rem";
886
969
  export const KsFontSizeInterfaceXxlBase = "1.8383rem";
887
970
  export const KsFontSizeMonoBpFactorTablet = 1.125;
888
- export const KsFontSizeMonoXxsBase = "0.544rem";
889
- export const KsFontSizeMonoXsBase = "0.6664rem";
890
- export const KsFontSizeMonoSBase = "0.8163rem";
891
- export const KsFontSizeMonoMBase = "1rem";
892
- export const KsFontSizeMonoLBase = "1.225rem";
893
- export const KsFontSizeMonoXlBase = "1.5006rem";
894
- export const KsFontSizeMonoXxlBase = "1.8383rem";
971
+ export const KsFontSizeMonoXxsBase = "0.612rem";
972
+ export const KsFontSizeMonoXsBase = "0.7497rem";
973
+ export const KsFontSizeMonoSBase = "0.9184rem";
974
+ export const KsFontSizeMonoMBase = "1.125rem";
975
+ export const KsFontSizeMonoLBase = "1.3781rem";
976
+ export const KsFontSizeMonoXlBase = "1.6882rem";
977
+ export const KsFontSizeMonoXxlBase = "2.068rem";
895
978
  export const KsLineHeightDisplayXxs = 1.15;
896
979
  export const KsLineHeightDisplayXs = 1.15;
897
980
  export const KsLineHeightDisplayS = 1.15;
@@ -922,31 +1005,52 @@ export const KsLineHeightMonoXl = 1.5;
922
1005
  export const KsLineHeightMonoXxl = 1.5;
923
1006
  export const GHeaderHeight = "0px";
924
1007
  export const GScrollOffset = "0px";
925
- export const IconsArrowLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.07656 11.6C3.97656 11.8 3.97656 12.1 4.07656 12.4C4.17656 12.5 4.17656 12.6 4.27656 12.7L11.2766 19.7C11.6766 20.1 12.2766 20.1 12.6766 19.7C13.0766 19.3 13.0766 18.7 12.6766 18.3L7.37656 13L18.9766 13C19.5766 13 19.9766 12.6 19.9766 12C19.9766 11.4 19.5766 11 18.9766 11L7.37656 11L12.6766 5.7C13.0766 5.3 13.0766 4.7 12.6766 4.3C12.4766 4.1 12.1766 4 11.9766 4C11.7766 4 11.4766 4.1 11.2766 4.3L4.27656 11.3C4.17656 11.4 4.07656 11.5 4.07656 11.6Z\"\n />\n</svg>";
926
- export const IconsArrowRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M19.9 12.4C20 12.2 20 11.9 19.9 11.6C19.8 11.5 19.8 11.4 19.7 11.3L12.7 4.3C12.3 3.9 11.7 3.9 11.3 4.3C10.9 4.7 10.9 5.3 11.3 5.7L16.6 11H5C4.4 11 4 11.4 4 12C4 12.6 4.4 13 5 13H16.6L11.3 18.3C10.9 18.7 10.9 19.3 11.3 19.7C11.5 19.9 11.8 20 12 20C12.2 20 12.5 19.9 12.7 19.7L19.7 12.7C19.8 12.6 19.9 12.5 19.9 12.4Z\" />\n</svg>";
927
- export const IconsChevronDown = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M12 16C11.7 16 11.5 15.9 11.3 15.7L5.3 9.7C4.9 9.3 4.9 8.7 5.3 8.3C5.7 7.9 6.3 7.9 6.7 8.3L12 13.6L17.3 8.3C17.7 7.9 18.3 7.9 18.7 8.3C19.1 8.7 19.1 9.3 18.7 9.7L12.7 15.7C12.5 15.9 12.3 16 12 16Z\" />\n</svg>";
928
- export const IconsChevronLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M15 5C15.3 5 15.5 5.1 15.7 5.3C16.1 5.7 16.1 6.3 15.7 6.7L10.4 12L15.7 17.3C16.1 17.7 16.1 18.3 15.7 18.7C15.3 19.1 14.7 19.1 14.3 18.7L8.3 12.7C7.9 12.3 7.9 11.7 8.3 11.3L14.3 5.3C14.5 5.1 14.7 5 15 5Z\"\n />\n</svg>";
929
- export const IconsChevronRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M9 19C8.7 19 8.5 18.9 8.3 18.7C7.9 18.3 7.9 17.7 8.3 17.3L13.6 12L8.3 6.7C7.9 6.3 7.9 5.7 8.3 5.3C8.7 4.9 9.3 4.9 9.7 5.3L15.7 11.3C16.1 11.7 16.1 12.3 15.7 12.7L9.7 18.7C9.5 18.9 9.3 19 9 19Z\" />\n</svg>";
930
- export const IconsClose = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M13.4 12L18.7 6.7C19.1 6.3 19.1 5.7 18.7 5.3C18.3 4.9 17.7 4.9 17.3 5.3L12 10.6L6.7 5.3C6.3 4.9 5.7 4.9 5.3 5.3C4.9 5.7 4.9 6.3 5.3 6.7L10.6 12L5.3 17.3C4.9 17.7 4.9 18.3 5.3 18.7C5.5 18.9 5.7 19 6 19C6.3 19 6.5 18.9 6.7 18.7L12 13.4L17.3 18.7C17.5 18.9 17.8 19 18 19C18.2 19 18.5 18.9 18.7 18.7C19.1 18.3 19.1 17.7 18.7 17.3L13.4 12Z\" />\n</svg>";
931
- export const IconsSearch = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M11 2C15.9706 2 20 6.02944 20 11C20 13.125 19.2618 15.0766 18.0303 16.6162L21.707 20.293C22.0972 20.6835 22.0974 21.3166 21.707 21.707C21.3166 22.0974 20.6835 22.0972 20.293 21.707L16.6162 18.0303C15.0766 19.2618 13.125 20 11 20C6.02944 20 2 15.9706 2 11C2 6.02944 6.02944 2 11 2ZM11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C12.89 18 14.6038 17.2497 15.8633 16.0322C15.8877 16.0012 15.9148 15.9719 15.9434 15.9434C15.9719 15.9148 16.0012 15.8877 16.0322 15.8633C17.2497 14.6038 18 12.89 18 11C18 7.13401 14.866 4 11 4Z\"\n />\n</svg>";
932
- export const IconsSkipBack = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.375 3.21875C18.6752 2.97861 19.0871 2.93211 19.4336 3.09863C19.7799 3.26521 20 3.61571 20 4V20C20 20.3843 19.7799 20.7348 19.4336 20.9014C19.0871 21.0679 18.6752 21.0214 18.375 20.7812L8.375 12.7813C8.13778 12.5915 8 12.3038 8 12C8 11.6962 8.13778 11.4085 8.375 11.2188L18.375 3.21875ZM10.6016 12L18 17.918V6.08106L10.6016 12Z\"\n />\n <path\n d=\"M4 19V5C4 4.44772 4.44772 4 5 4C5.55228 4 6 4.44772 6 5V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19Z\"\n />\n</svg>";
933
- export const IconsSkipForward = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.56641 3.09863C4.91287 2.93211 5.32483 2.97861 5.625 3.21875L15.625 11.2188C15.8622 11.4085 16 11.6962 16 12C16 12.3038 15.8622 12.5915 15.625 12.7813L5.625 20.7812C5.32483 21.0214 4.91287 21.0679 4.56641 20.9014C4.22012 20.7348 4 20.3843 4 20V4C4 3.61571 4.22012 3.26521 4.56641 3.09863ZM6 17.918L13.3984 12L6 6.08106V17.918Z\"\n />\n <path\n d=\"M18 19V5C18 4.44772 18.4477 4 19 4C19.5523 4 20 4.44772 20 5V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19Z\"\n />\n</svg>";
934
- export const IconsZoom = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21.7 20.3L18 16.6C19.2 15.1 20 13.1 20 11C20 6 16 2 11 2C6 2 2 6 2 11C2 16 6 20 11 20C13.1 20 15.1 19.3 16.6 18L20.3 21.7C20.5 21.9 20.8 22 21 22C21.2 22 21.5 21.9 21.7 21.7C22.1 21.3 22.1 20.7 21.7 20.3ZM4 11C4 7.1 7.1 4 11 4C14.9 4 18 7.1 18 11C18 12.9 17.2 14.7 16 15.9C14.7 17.2 13 17.9 11.1 17.9C7.1 18 4 14.9 4 11Z\" />\n <path\n d=\"M14 10H12V8C12 7.4 11.6 7 11 7C10.4 7 10 7.4 10 8V10H8C7.4 10 7 10.4 7 11C7 11.6 7.4 12 8 12H10V14C10 14.6 10.4 15 11 15C11.6 15 12 14.6 12 14V12H14C14.6 12 15 11.6 15 11C15 10.4 14.6 10 14 10Z\" />\n</svg>";
935
- export const IconsArrowDown = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M19.7 11.3C19.3 10.9 18.7 10.9 18.3 11.3L13 16.6V5C13 4.4 12.6 4 12 4C11.4 4 11 4.4 11 5V16.6L5.7 11.3C5.3 10.9 4.7 10.9 4.3 11.3C3.9 11.7 3.9 12.3 4.3 12.7L11.3 19.7C11.4 19.8 11.5 19.9 11.6 19.9C11.7 20 11.9 20 12 20C12.1 20 12.3 20 12.4 19.9C12.5 19.8 12.6 19.8 12.7 19.7L19.7 12.7C20.1 12.3 20.1 11.7 19.7 11.3Z\" />\n</svg>";
936
- export const IconsDate = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M19 3H17V2C17 1.4 16.6 1 16 1C15.4 1 15 1.4 15 2V3H9V2C9 1.4 8.6 1 8 1C7.4 1 7 1.4 7 2V3H5C3.3 3 2 4.3 2 6V20C2 21.7 3.3 23 5 23H19C20.7 23 22 21.7 22 20V6C22 4.3 20.7 3 19 3ZM5 5H7V6C7 6.6 7.4 7 8 7C8.6 7 9 6.6 9 6V5H15V6C15 6.6 15.4 7 16 7C16.6 7 17 6.6 17 6V5H19C19.6 5 20 5.4 20 6V9H4V6C4 5.4 4.4 5 5 5ZM19 21H5C4.4 21 4 20.6 4 20V11H20V20C20 20.6 19.6 21 19 21Z\" />\n</svg>";
937
- export const IconsDownload = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M2 19V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V19L4.00488 19.0986C4.02757 19.3276 4.12883 19.5429 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20H19C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22H5C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7956 2 19Z\" />\n <path\n d=\"M16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297C18.0976 9.68349 18.0976 10.3165 17.707 10.707L12.707 15.707C12.3165 16.0976 11.6835 16.0976 11.293 15.707L6.29297 10.707C5.90244 10.3165 5.90244 9.68349 6.29297 9.29297C6.68349 8.90244 7.31651 8.90244 7.70703 9.29297L12 13.5859L16.293 9.29297Z\" />\n <path\n d=\"M11 15V3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15Z\" />\n</svg>";
938
- export const IconsEmail = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M20 3H4C2.3 3 1 4.3 1 6V18C1 19.7 2.3 21 4 21H20C21.7 21 23 19.7 23 18V6C23 4.3 21.7 3 20 3ZM4 5H20C20.4 5 20.7 5.2 20.9 5.6L12 11.8L3.1 5.6C3.3 5.2 3.6 5 4 5ZM20 19H4C3.4 19 3 18.6 3 18V7.9L11.4 13.8C11.6 13.9 11.8 14 12 14C12.2 14 12.4 13.9 12.6 13.8L21 7.9V18C21 18.6 20.6 19 20 19Z\" />\n</svg>";
939
- export const IconsFacebook = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M14 23H10C9.4 23 9 22.6 9 22V15H7C6.4 15 6 14.6 6 14V10C6 9.4 6.4 9 7 9H9V7C9 3.7 11.7 1 15 1H18C18.6 1 19 1.4 19 2V6C19 6.6 18.6 7 18 7H15V9H18C18.3 9 18.6 9.1 18.8 9.4C19 9.7 19 9.9 19 10.2L18 14.2C17.9 14.6 17.5 15 17 15H15V22C15 22.6 14.6 23 14 23ZM11 21H13V14C13 13.4 13.4 13 14 13H16.2L16.7 11H14C13.4 11 13 10.6 13 10V7C13 5.9 13.9 5 15 5H17V3H15C12.8 3 11 4.8 11 7V10C11 10.6 10.6 11 10 11H8V13H10C10.6 13 11 13.4 11 14V21Z\" />\n</svg>";
940
- export const IconsFile = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M3 20V4C3 3.20435 3.3163 2.44152 3.87891 1.87891C4.44152 1.3163 5.20435 1 6 1H13L13.0986 1.00488C13.3276 1.02757 13.5429 1.12883 13.707 1.29297L20.707 8.29297C20.8946 8.48051 21 8.73478 21 9V20C21 20.7957 20.6837 21.5585 20.1211 22.1211C19.5585 22.6837 18.7957 23 18 23H6C5.20435 23 4.44152 22.6837 3.87891 22.1211C3.3163 21.5585 3 20.7956 3 20ZM5 20C5 20.2652 5.10543 20.5195 5.29297 20.707C5.48051 20.8946 5.73478 21 6 21H18C18.2652 21 18.5195 20.8946 18.707 20.707C18.8946 20.5195 19 20.2652 19 20V9.41406L12.5859 3H6C5.73478 3 5.48051 3.10543 5.29297 3.29297C5.10543 3.48051 5 3.73478 5 4V20Z\"\n />\n <path\n d=\"M12 2C12 1.44772 12.4477 1 13 1C13.5523 1 14 1.44772 14 2V8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H13C12.4477 10 12 9.55228 12 9V2Z\"\n />\n</svg>";
941
- export const IconsHome = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20C22 20.7957 21.6839 21.5587 21.1213 22.1213C20.5587 22.6839 19.7957 23 19 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065ZM4 9.48908V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V9.48908L12 3.26686L4 9.48908Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V13H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V12Z\" />\n</svg>";
942
- export const IconsLinkedin = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M16 9C14.6739 9 13.4021 9.52678 12.4645 10.4645C11.5268 11.4021 11 12.6739 11 14V20H13V14C13 13.2043 13.3161 12.4413 13.8787 11.8787C14.4413 11.3161 15.2043 11 16 11C16.7957 11 17.5587 11.3161 18.1213 11.8787C18.6839 12.4413 19 13.2043 19 14V20H21V14C21 12.6739 20.4732 11.4021 19.5355 10.4645C18.5979 9.52678 17.3261 9 16 9ZM11.0503 9.05025C12.363 7.7375 14.1435 7 16 7C17.8565 7 19.637 7.7375 20.9497 9.05025C22.2625 10.363 23 12.1435 23 14V21C23 21.5523 22.5523 22 22 22H18C17.4477 22 17 21.5523 17 21V14C17 13.7348 16.8946 13.4804 16.7071 13.2929C16.5196 13.1054 16.2652 13 16 13C15.7348 13 15.4804 13.1054 15.2929 13.2929C15.1054 13.4804 15 13.7348 15 14V21C15 21.5523 14.5523 22 14 22H10C9.44772 22 9 21.5523 9 21V14C9 12.1435 9.7375 10.363 11.0503 9.05025Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M1 9C1 8.44772 1.44772 8 2 8H6C6.55228 8 7 8.44772 7 9V21C7 21.5523 6.55228 22 6 22H2C1.44772 22 1 21.5523 1 21V9ZM3 10V20H5V10H3Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M4 3C3.44772 3 3 3.44772 3 4C3 4.55228 3.44772 5 4 5C4.55228 5 5 4.55228 5 4C5 3.44772 4.55228 3 4 3ZM1 4C1 2.34315 2.34315 1 4 1C5.65685 1 7 2.34315 7 4C7 5.65685 5.65685 7 4 7C2.34315 7 1 5.65685 1 4Z\" />\n</svg>";
943
- export const IconsLogin = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M14 3C14 2.44772 14.4477 2 15 2H19C19.7956 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H15C14.4477 22 14 21.5523 14 21C14 20.4477 14.4477 20 15 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H15C14.4477 4 14 3.55228 14 3Z\" />\n <path\n d=\"M10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L12.5858 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H12.5858L9.29289 16.2929C8.90237 16.6834 8.90237 17.3166 9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L10.7071 6.29289Z\" />\n</svg>";
944
- export const IconsMapPin = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M12.5547 23.832C12.2188 24.056 11.7812 24.056 11.4453 23.832L12 23L12.5547 23.832ZM20 10C20 7.87827 19.1575 5.84306 17.6572 4.34277C16.1569 2.84248 14.1217 2 12 2C9.87827 2 7.84306 2.84248 6.34277 4.34277C4.84248 5.84306 4 7.87827 4 10C4 13.098 6.01539 16.1045 8.22559 18.4375C9.31025 19.5824 10.3988 20.5195 11.2168 21.1709C11.5207 21.4129 11.7872 21.6132 12 21.7705C12.2128 21.6132 12.4793 21.4129 12.7832 21.1709C13.6012 20.5195 14.6898 19.5824 15.7744 18.4375C17.9846 16.1045 20 13.098 20 10ZM22 10C22 13.9019 19.5154 17.3955 17.2256 19.8125C16.0603 21.0425 14.8988 22.043 14.0293 22.7354C13.594 23.082 13.2299 23.3533 12.9727 23.5391C12.8442 23.6318 12.7419 23.7037 12.6709 23.7529C12.6355 23.7774 12.6073 23.7964 12.5879 23.8096C12.5782 23.8162 12.57 23.8215 12.5645 23.8252C12.5618 23.827 12.5593 23.829 12.5576 23.8301L12.5557 23.8311C12.5554 23.8312 12.5547 23.8321 12 23C11.4453 23.8321 11.4456 23.8322 11.4453 23.832L11.4443 23.8311L11.4424 23.8301C11.4407 23.829 11.4382 23.827 11.4355 23.8252C11.43 23.8215 11.4218 23.8162 11.4121 23.8096C11.3927 23.7964 11.3645 23.7774 11.3291 23.7529C11.2581 23.7037 11.1558 23.6318 11.0273 23.5391C10.7701 23.3533 10.406 23.082 9.9707 22.7354C9.10124 22.043 7.93969 21.0425 6.77441 19.8125C4.48463 17.3955 2 13.9019 2 10C2 7.34784 3.05335 4.80407 4.92871 2.92871C6.80407 1.05335 9.34784 1.19209e-07 12 1.19209e-07C14.6522 1.19209e-07 17.1959 1.05335 19.0713 2.92871C20.9467 4.80407 22 7.34784 22 10Z\"\n />\n <path\n d=\"M14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10ZM16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10Z\"\n />\n</svg>";
945
- export const IconsMap = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M8 1C7.81313 1 7.63824 1.05126 7.4886 1.14048L0.503861 5.13176C0.192286 5.3098 0 5.64114 0 6V22C0 22.3565 0.189758 22.686 0.498073 22.8649C0.806388 23.0438 1.18664 23.0451 1.49614 22.8682L8.03147 19.1338L15.5348 22.8854C15.6646 22.9538 15.8112 22.9944 15.9669 22.9995C15.9779 22.9998 15.989 23 16 23C16.1869 23 16.3618 22.9487 16.5114 22.8595L23.4961 18.8682C23.8077 18.6902 24 18.3589 24 18V2C24 1.64353 23.8102 1.31401 23.5019 1.13509C23.1936 0.956168 22.8134 0.954898 22.5039 1.13176L15.9685 4.86623L8.46522 1.11457C8.32625 1.04141 8.16796 1 8 1ZM17 20.2768L22 17.4197V3.72318L17 6.58032V20.2768ZM15 6.61803L9 3.61803V17.382L15 20.382V6.61803ZM2 6.58032L7 3.72318V17.4197L2 20.2768V6.58032Z\" />\n</svg>";
946
- export const IconsPerson = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M12 3C10.3431 3 9 4.34315 9 6C9 7.65685 10.3431 9 12 9C13.6569 9 15 7.65685 15 6C15 4.34315 13.6569 3 12 3ZM7 6C7 3.23858 9.23858 1 12 1C14.7614 1 17 3.23858 17 6C17 8.76142 14.7614 11 12 11C9.23858 11 7 8.76142 7 6Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M8 13C6.6739 13 5.40216 13.5268 4.46447 14.4645C3.76607 15.1629 3.29564 16.0466 3.101 17L3.04828 18.0114C3.01766 18.5988 3.24712 19.1698 3.67563 19.5727L4.63554 20.4751C6.66857 22.0575 9.22417 23 12 23C14.7758 23 17.3314 22.0575 19.3645 20.4751L20.2941 19.6367C20.7407 19.2338 20.9824 18.6513 20.952 18.0506L20.899 17C20.7044 16.0466 20.2339 15.1628 19.5355 14.4645C18.5978 13.5268 17.3261 13 16 13L8 13ZM18.3737 18.8425C18.7905 18.5033 19.0199 17.9744 18.9016 17.4503C18.7677 16.8566 18.5005 16.2579 18.1213 15.8787C17.5587 15.3161 16.7957 15 16 15L8 15C7.20434 15 6.4413 15.3161 5.87868 15.8787C5.50725 16.2501 5.24328 16.7705 5.10677 17.3103C4.97501 17.8312 5.21002 18.361 5.62377 18.7038C7.35458 20.138 9.57658 21 12 21C14.4222 21 16.6433 20.2505 18.3737 18.8425Z\" />\n</svg>";
947
- export const IconsPhone = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M20 22.9C19.9 22.9 19.8 22.9 19.7 22.9C16.5 22.5 13.3 21.4 10.6 19.7C8.1 18.1 5.9 15.9 4.3 13.4C2.5 10.7 1.4 7.5 1.1 4.3C1.1 3.5 1.3 2.7 1.8 2.1C2.3 1.5 3 1.1 3.8 1C3.9 1 4 1 4.1 1H7.1C8.6 1 9.9 2.1 10.1 3.6C10.2 4.5 10.4 5.4 10.7 6.2C11.1 7.3 10.8 8.5 10 9.4L9.3 10.1C10.5 11.9 12 13.5 13.9 14.7L14.6 14C15.4 13.2 16.7 12.9 17.8 13.3C18.6 13.6 19.5 13.8 20.4 13.9C21.9 14.1 23 15.4 23 16.9V19.9C23 20.7 22.7 21.5 22.1 22C21.5 22.5 20.8 22.9 20 22.9ZM7.1 3H4.1C3.8 3 3.5 3.2 3.3 3.4C3.2 3.6 3.1 3.8 3.1 4.1C3.4 7 4.4 9.8 6 12.3C7.5 14.6 9.4 16.6 11.7 18C14.2 19.6 17 20.6 19.9 20.9C20.3 20.9 20.5 20.8 20.7 20.6C20.9 20.4 21 20.2 21 19.9V16.9C21 16.4 20.6 16 20.1 15.9C19.1 15.8 18.1 15.5 17.1 15.1C16.7 15 16.3 15 16 15.3L14.7 16.6C14.4 16.9 13.9 17 13.5 16.8C10.8 15.3 8.6 13.1 7.1 10.4C7 10 7.1 9.5 7.4 9.2L8.7 7.9C8.9 7.7 9 7.2 8.9 6.9C8.5 5.9 8.3 4.9 8.1 3.9C8.1 3.4 7.6 3 7.1 3Z\" />\n</svg>";
948
- export const IconsStar = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M12 1C12.3806 1 12.7282 1.21607 12.8967 1.55738L15.7543 7.34647L22.1446 8.28051C22.5212 8.33555 22.8339 8.59956 22.9512 8.96157C23.0686 9.32358 22.9703 9.72083 22.6977 9.98636L18.0745 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7677 21.8291C18.4598 22.0528 18.0515 22.0823 17.7145 21.9051L12 18.8998L6.28545 21.9051C5.94854 22.0823 5.54024 22.0528 5.23227 21.8291C4.92429 21.6053 4.77004 21.2261 4.83439 20.851L5.92548 14.4894L1.30227 9.98636C1.02965 9.72083 0.931376 9.32358 1.04875 8.96157C1.16613 8.59956 1.47881 8.33555 1.85537 8.28051L8.24574 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80671 8.70262C9.66117 8.99747 9.37998 9.20193 9.05463 9.24949L4.14841 9.9666L7.69773 13.4236C7.93361 13.6534 8.04127 13.9845 7.98561 14.309L7.14818 19.1917L11.5345 16.8849C11.8259 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9587 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3388 8.99747 14.1933 8.70262L12 4.25925Z\" />\n</svg>";
949
- export const IconsTime = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M12 23C5.9 23 1 18.1 1 12C1 5.9 5.9 1 12 1C18.1 1 23 5.9 23 12C23 18.1 18.1 23 12 23ZM12 3C7 3 3 7 3 12C3 17 7 21 12 21C17 21 21 17 21 12C21 7 17 3 12 3Z\" />\n <path\n d=\"M16 15C15.8 15 15.7 15 15.6 14.9L11.6 12.9C11.2 12.7 11 12.4 11 12V6C11 5.4 11.4 5 12 5C12.6 5 13 5.4 13 6V11.4L16.4 13.1C16.9 13.3 17.1 13.9 16.8 14.4C16.7 14.8 16.4 15 16 15Z\" />\n</svg>";
950
- export const IconsTwitter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M8.3 21.9C5.7 21.9 3 21.2 0.6 19.8C0.2 19.6 0 19.1 0.1 18.7C0.2 18.3 0.6 18 1 18C2.7 18.1 4.4 17.7 5.9 17C2.2 14.7 1.2 11.5 1.1 8.99997C1 6.09997 2 3.69997 2.1 3.59997C2.2 3.29997 2.5 2.99997 2.9 2.99997C3.3 2.99997 3.6 3.09997 3.8 3.39997C5.5 5.79997 8.1 7.29997 11 7.49997C11 5.89997 11.7 4.39997 12.9 3.29997C15 1.49997 18.1 1.49997 20.1 3.39997C20.9 3.09997 21.7 2.69997 22.4 2.19997C22.7 1.99997 23.2 1.99997 23.5 2.19997C23.8 2.39997 24 2.89997 23.9 3.29997C23.6 4.69997 22.9 5.99997 21.9 7.09997C21.9 7.29997 21.9 7.39997 21.9 7.59997C21.9 13.1 19.5 17.7 15.2 20.1C13.2 21.3 10.8 21.9 8.3 21.9ZM5 19.5C8.2 20.3 11.6 19.9 14.4 18.3C18 16.2 20.1 12.2 20.1 7.49997C20.1 7.29997 20.1 7.09997 20 6.89997C19.9 6.59997 20 6.19997 20.3 5.99997C20.5 5.79997 20.7 5.49997 20.9 5.29997C20.7 5.39997 20.4 5.49997 20.2 5.49997C19.8 5.59997 19.4 5.49997 19.2 5.19997C17.9 3.79997 15.7 3.59997 14.3 4.89997C13.4 5.49997 13 6.49997 13 7.49997V8.49997C13 8.99997 12.6 9.49997 12 9.49997C8.7 9.59997 5.6 8.29997 3.4 5.99997C2.8 8.59997 2.6 13.5 8.4 16C8.7 16.2 9 16.5 9 16.9C9 17.3 8.9 17.6 8.6 17.8C7.4 18.6 6.2 19.2 5 19.5Z\" />\n</svg>";
951
- export const IconsUpload = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18 23H6C4.3 23 3 21.7 3 20V12C3 11.4 3.4 11 4 11C4.6 11 5 11.4 5 12V20C5 20.6 5.4 21 6 21H18C18.6 21 19 20.6 19 20V12C19 11.4 19.4 11 20 11C20.6 11 21 11.4 21 12V20C21 21.7 19.7 23 18 23Z\" />\n <path\n d=\"M16.7 5.30002L12.7 1.30002C12.6 1.20002 12.5 1.10002 12.4 1.10002C12.2 1.00002 11.9 1.00002 11.6 1.10002C11.5 1.20002 11.4 1.20002 11.3 1.30002L7.3 5.30002C6.9 5.70002 6.9 6.30002 7.3 6.70002C7.7 7.10002 8.3 7.10002 8.7 6.70002L11 4.40002V15C11 15.6 11.4 16 12 16C12.6 16 13 15.6 13 15V4.40002L15.3 6.70002C15.5 6.90002 15.7 7.00002 16 7.00002C16.3 7.00002 16.5 6.90002 16.7 6.70002C17.1 6.30002 17.1 5.70002 16.7 5.30002Z\" />\n</svg>";
952
- export const IconsXing = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M4.28707 3.63465C4.59255 3.15018 5.09487 3 5.50087 3H8.30336C9.09287 3 9.63303 3.4908 9.94796 4.04861L9.94963 4.05157L11.6011 7.00018C11.9386 7.60279 11.9413 8.33691 11.6083 8.94199L8.85846 13.9373L8.85425 13.9447C8.54948 14.4768 8.02222 15 7.22434 15H4.42186C3.92172 15 3.45772 14.7592 3.19078 14.2928C2.92682 13.8327 2.95356 13.3281 3.16808 12.9086L3.17523 12.8946L5.88342 7.98458L4.26043 5.10497L4.25497 5.09475C4.05987 4.72901 3.93298 4.16243 4.28707 3.63465ZM6.49706 5H8.18738C8.19298 5.00888 8.19909 5.01906 8.20567 5.03067L8.20635 5.03188L9.85618 7.97752L7.11522 12.9568C7.10552 12.9735 7.09658 12.9878 7.0885 13H5.40114L7.85962 8.54273C7.86127 8.54029 7.8629 8.53784 7.86454 8.53537C7.98677 8.35049 8.03072 8.15251 8.03072 7.98258C8.03072 7.6949 7.90668 7.49596 7.8782 7.45028L7.87687 7.44814L6.49706 5Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M16.7247 2.98188C17.0395 2.44505 17.5699 2 18.3195 2H21.0816C21.468 2 21.9576 2.13797 22.2661 2.60399C22.4111 2.81495 22.5 3.07042 22.5 3.35125C22.5 3.63001 22.4127 3.8675 22.3128 4.04876L22.3048 4.06326L16.541 13.7443L20.1015 19.9326L20.1026 19.9344C20.3367 20.3398 20.4003 20.8719 20.0991 21.3611L20.0833 21.3868L20.066 21.4114C19.753 21.8571 19.2782 22 18.8808 22H16.1416C15.3945 22 14.8413 21.581 14.5159 21.0046L10.9233 14.7451C10.5642 14.1195 10.5699 13.3489 10.9381 12.7285L16.7247 2.98188ZM18.446 4.00026L12.6579 13.7496L16.2454 20H17.8329L14.3855 14.0082V13.4553L20.0148 4L18.446 4.00026ZM18.3709 20.9351L18.3694 20.9326L18.3709 20.9351Z\" />\n</svg>";
1008
+ export const IconsComponents = "<svg viewBox=\"0 0 140 140\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M12.3708 72.4749C11.004 71.1081 11.004 68.892 12.3708 67.5252L34.2911 45.6048C35.658 44.238 37.8741 44.238 39.2409 45.6048L61.1612 67.5252C62.528 68.892 62.528 71.1081 61.1612 72.4749L39.2409 94.3952C37.874 95.7621 35.658 95.762 34.2911 94.3952L12.3708 72.4749ZM16.967 70L36.766 89.799L56.565 70L36.766 50.201L16.967 70Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M45.6048 105.709C44.238 104.342 44.238 102.126 45.6048 100.759L67.5252 78.8389C68.892 77.472 71.1081 77.472 72.4749 78.8389L94.3952 100.759C95.762 102.126 95.762 104.342 94.3952 105.709L72.4749 127.629C71.1081 128.996 68.892 128.996 67.5252 127.629L45.6048 105.709ZM50.201 103.234L70 123.033L89.799 103.234L70 83.4351L50.201 103.234Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M45.6048 39.2409C44.238 37.874 44.238 35.658 45.6048 34.2911L67.5252 12.3708C68.892 11.004 71.1081 11.004 72.4749 12.3708L94.3952 34.2911C95.762 35.658 95.762 37.8741 94.3952 39.2409L72.4749 61.1612C71.1081 62.528 68.892 62.528 67.5252 61.1612L45.6048 39.2409ZM50.201 36.766L70 56.565L89.799 36.766L70 16.967L50.201 36.766Z\" />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M78.8389 72.4749C77.472 71.1081 77.472 68.892 78.8389 67.5252L100.759 45.6048C102.126 44.238 104.342 44.238 105.709 45.6048L127.629 67.5252C128.996 68.892 128.996 71.1081 127.629 72.4749L105.709 94.3952C104.342 95.7621 102.126 95.762 100.759 94.3952L78.8389 72.4749ZM83.4351 70L103.234 89.799L123.033 70L103.234 50.201L83.4351 70Z\" />\n</svg>";
1009
+ export const IconsCustomizability = "<svg viewBox=\"0 0 140 140\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M59.6687 46.6603C59.6687 28.0702 74.7414 13 93.3344 13C97.7677 13 102.009 13.8586 105.894 15.4217C106.956 15.8489 107.733 16.7805 107.962 17.902C108.191 19.0234 107.842 20.1849 107.033 20.9942L88.9731 39.0508L91.6763 49.1884L101.815 51.8912L119.481 34.2288C120.309 33.4002 121.506 33.0554 122.648 33.3156C123.791 33.5758 124.72 34.4046 125.108 35.5103C126.335 39.0043 127 42.7583 127 46.6603C127 65.2504 111.927 80.3207 93.3344 80.3207C89.9544 80.3207 86.6858 79.8216 83.6012 78.8915L39.1418 123.344C32.9327 129.552 22.8658 129.552 16.6568 123.344C10.4477 117.136 10.4477 107.071 16.6568 100.863L61.1065 56.4198C60.1709 53.3275 59.6687 50.0499 59.6687 46.6603ZM93.3344 19.8173C78.507 19.8173 66.4871 31.8353 66.4871 46.6603C66.4871 50 67.0955 53.1898 68.2045 56.1301C68.677 57.383 68.3722 58.7963 67.4252 59.7431L21.4781 105.683C17.9318 109.229 17.9318 114.978 21.4781 118.523C25.0244 122.069 30.7741 122.069 34.3205 118.523L80.2758 72.5753C81.2219 71.6293 82.634 71.3242 83.8864 71.795C86.8208 72.8983 90.003 73.5034 93.3344 73.5034C108.162 73.5034 120.182 61.4853 120.182 46.6603C120.182 45.545 120.114 44.4465 119.982 43.3685L105.247 58.1013C104.387 58.9613 103.133 59.2979 101.958 58.9846L88.0125 55.2671C86.8327 54.9526 85.9112 54.0313 85.5966 52.8516L81.8785 38.9082C81.5652 37.733 81.9018 36.4799 82.762 35.6199L98.139 20.2453C96.5814 19.9642 94.976 19.8173 93.3344 19.8173Z\"\n />\n</svg>";
1010
+ export const IconsDocumentation = "<svg viewBox=\"0 0 140 140\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M50.3674 52C49.2629 52 48.3674 52.8954 48.3674 54C48.3674 55.1046 49.2629 56 50.3674 56H55.6749C56.7795 56 57.6749 55.1046 57.6749 54C57.6749 52.8954 56.7795 52 55.6749 52H50.3674Z\"\n />\n <path\n d=\"M61.9547 54C61.9547 52.8954 62.8502 52 63.9547 52L98 52C99.1046 52 100 52.8954 100 54C100 55.1046 99.1046 56 98 56L63.9547 56C62.8502 56 61.9547 55.1046 61.9547 54Z\"\n />\n <path\n d=\"M92.2902 62C91.1857 62 90.2902 62.8954 90.2902 64C90.2902 65.1046 91.1857 66 92.2902 66H97.6525C98.757 66 99.6525 65.1046 99.6525 64C99.6525 62.8954 98.757 62 97.6525 62H92.2902Z\"\n />\n <path\n d=\"M48.3674 64C48.3674 62.8954 49.2629 62 50.3674 62L84.4127 62C85.5173 62 86.4127 62.8954 86.4127 64C86.4127 65.1046 85.5173 66 84.4127 66L50.3674 66C49.2629 66 48.3674 65.1046 48.3674 64Z\"\n />\n <path\n d=\"M50.3674 72C49.2629 72 48.3674 72.8954 48.3674 74C48.3674 75.1046 49.2629 76 50.3674 76H55.6749C56.7795 76 57.6749 75.1046 57.6749 74C57.6749 72.8954 56.7795 72 55.6749 72H50.3674Z\"\n />\n <path\n d=\"M61.9547 74C61.9547 72.8954 62.8502 72 63.9547 72L98 72C99.1046 72 100 72.8954 100 74C100 75.1046 99.1046 76 98 76L63.9547 76C62.8502 76 61.9547 75.1046 61.9547 74Z\"\n />\n <path\n d=\"M92.2902 82C91.1857 82 90.2902 82.8954 90.2902 84C90.2902 85.1046 91.1857 86 92.2902 86H97.6525C98.757 86 99.6525 85.1046 99.6525 84C99.6525 82.8954 98.757 82 97.6525 82H92.2902Z\"\n />\n <path\n d=\"M48.3674 84C48.3674 82.8954 49.2629 82 50.3674 82H84.4127C85.5173 82 86.4127 82.8954 86.4127 84C86.4127 85.1046 85.5173 86 84.4127 86H50.3674C49.2629 86 48.3674 85.1046 48.3674 84Z\"\n />\n <path\n d=\"M50.3674 92C49.2629 92 48.3674 92.8954 48.3674 94C48.3674 95.1046 49.2629 96 50.3674 96H55.6749C56.7795 96 57.6749 95.1046 57.6749 94C57.6749 92.8954 56.7795 92 55.6749 92H50.3674Z\"\n />\n <path\n d=\"M61.9547 94C61.9547 92.8954 62.8502 92 63.9547 92H98C99.1046 92 100 92.8954 100 94C100 95.1046 99.1046 96 98 96H63.9547C62.8502 96 61.9547 95.1046 61.9547 94Z\"\n />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M51 27C49.3431 27 48 28.3431 48 30V42C48 43.6569 49.3431 45 51 45H63C64.6569 45 66 43.6569 66 42V30C66 28.3431 64.6569 27 63 27H51ZM52 41V31H62V41H52Z\"\n />\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M113 42.8284C113 42.298 112.789 41.7893 112.414 41.4142L88.5858 17.5858C88.2107 17.2107 87.702 17 87.1716 17H39C37.8954 17 37 17.8954 37 19V26H31C29.3431 26 28 27.3431 28 29V119C28 120.657 29.3431 122 31 122H93C94.6569 122 96 120.657 96 119V112H111C112.105 112 113 111.105 113 110V42.8284ZM92 112V118H32V30H37V110C37 111.105 37.8954 112 39 112H92ZM42 22H84V43C84 44.1046 84.8954 45 86 45L108 45V107H42V22ZM89 25.0711L103.929 40L89 40V25.0711Z\"\n />\n</svg>";
1011
+ export const IconsInvert = "<svg viewBox=\"0 0 158 158\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M79 139C112.137 139 139 112.137 139 79C139 45.8629 112.137 19 79 19C45.8629 19 19 45.8629 19 79C19 112.137 45.8629 139 79 139ZM30.7647 79C30.7647 54.3517 49.2526 34.0214 73.1176 31.1198L73.1177 126.88C49.2526 123.979 30.7647 103.648 30.7647 79ZM116.298 109.588C118.103 107.389 119.718 105.028 121.117 102.529H84.8824V109.588H116.298ZM102.103 121.353H84.8824V126.88C91.0585 126.129 96.8744 124.211 102.103 121.353ZM84.8824 90.7647H125.79C126.271 88.8469 126.637 86.8835 126.88 84.8824H84.8824V90.7647ZM125.48 66.0588C126.116 68.3478 126.587 70.7052 126.88 73.1176H84.8824V66.0588H125.48ZM120.436 54.2941C119.202 52.2283 117.818 50.2625 116.298 48.4118H84.8824V54.2941H120.436ZM84.8824 36.6471H102.103C96.8744 33.7889 91.0585 31.8707 84.8824 31.1198V36.6471Z\"\n />\n</svg>";
1012
+ export const IconsLink = "<svg viewBox=\"0 0 158 158\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M36 43.4998C34.6193 43.4998 33.5 44.6191 33.5 45.9998V122C33.5 123.38 34.6193 124.5 36 124.5H112C113.381 124.5 114.5 123.38 114.5 122V83.9998C114.5 79.8576 117.858 76.4998 122 76.4998C126.142 76.4998 129.5 79.8576 129.5 83.9998V122C129.5 131.665 121.665 139.5 112 139.5H36C26.335 139.5 18.5 131.665 18.5 122V45.9998C18.5 36.3348 26.335 28.4998 36 28.4998H74C78.1421 28.4998 81.5 31.8576 81.5 35.9998C81.5 40.1419 78.1421 43.4998 74 43.4998H36Z\"\n />\n <path\n d=\"M142.569 8.40967C146.711 8.40967 150.069 11.7675 150.069 15.9097V47.7295C150.069 51.8716 146.711 55.2295 142.569 55.2295C138.426 55.2295 135.069 51.8716 135.069 47.7295V34.0163L87.2132 81.8716C84.2843 84.8005 79.5355 84.8005 76.6066 81.8716C73.6777 78.9427 73.6777 74.1939 76.6066 71.265L124.462 23.4097L110.749 23.4097C106.607 23.4097 103.249 20.0518 103.249 15.9097C103.249 11.7675 106.607 8.40967 110.749 8.40967H142.569Z\"\n />\n</svg>";
1013
+ export const IconsPaint = "<svg viewBox=\"0 0 158 158\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M50.2927 87.5988C64.8819 73.0096 83.708 62.6578 83.708 62.6578L95.8654 74.8152C95.8654 74.8152 85.5135 93.6412 70.9243 108.23C65.0067 114.148 35.4882 144.046 24.9829 133.54C14.4773 123.035 44.3751 93.5164 50.2927 87.5988Z\" />\n <path\n d=\"M122.03 62.3785C114.895 69.5134 103.327 69.5134 96.1924 62.3785C89.0575 55.2436 89.0575 43.6756 96.1924 36.5407C103.327 29.4058 127.867 20.3398 133.049 25.5217C126.776 31.7946 129.165 55.2436 122.03 62.3785Z\" />\n</svg>";
1014
+ export const IconsStorybook = "<svg viewBox=\"0 0 158 158\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M31.0039 29.7122L34.7501 130.423C34.8076 131.962 35.436 133.416 36.5105 134.509C37.585 135.601 39.0271 136.246 40.5506 136.316L121.65 139.994C122.469 140.031 123.288 139.9 124.057 139.609C124.825 139.318 125.527 138.873 126.12 138.301C126.714 137.728 127.186 137.041 127.509 136.279C127.832 135.518 127.999 134.698 128 133.869V24.1368C128.001 23.2983 127.831 22.4686 127.502 21.6989C127.172 20.9292 126.69 20.2359 126.085 19.6619C125.479 19.0878 124.764 18.6453 123.982 18.3616C123.201 18.0779 122.37 17.959 121.541 18.0124L114.875 18.4333L115.446 33.0182C115.453 33.1905 115.409 33.3609 115.321 33.5094C115.233 33.6578 115.105 33.7781 114.95 33.8559C114.796 33.9338 114.623 33.966 114.45 33.9487C114.278 33.9314 114.115 33.8653 113.979 33.7583L109.487 30.2321L104.173 34.2518C104.036 34.3544 103.872 34.4162 103.701 34.4299C103.531 34.4437 103.359 34.4088 103.208 34.3294C103.056 34.25 102.93 34.1293 102.844 33.9814C102.758 33.8334 102.717 33.6642 102.724 33.4936L103.206 19.17L36.7077 23.3682C35.1253 23.4659 33.6432 24.1838 32.5776 25.369C31.5121 26.5541 30.9473 28.1127 31.0039 29.7122ZM87.8268 65.2298C87.8268 67.5827 103.744 66.4574 105.876 64.8026C105.876 48.772 97.2468 40.3475 81.4382 40.3475C65.6297 40.3475 56.7774 48.9044 56.7774 61.7337C56.7774 74.5931 66.7891 80.1954 75.2972 84.9552C81.5831 88.4694 87.0419 91.5263 87.0419 96.7074C87.0419 100.125 85.3632 102.159 81.6616 102.159C76.843 102.159 74.9349 99.7041 75.1643 91.3638C75.1643 89.5586 56.7774 88.9929 56.2158 91.3638C54.7908 111.577 67.4291 117.408 81.8911 117.408C95.9002 117.408 106.89 109.97 106.89 96.4907C106.89 82.4351 96.3066 76.8446 87.5694 72.2294L87.5672 72.2282C81.4141 68.9787 76.1727 66.2107 76.1727 61.3064C76.1727 56.4924 79.7595 55.8546 81.8851 55.8546C84.1313 55.8546 88.165 56.2457 87.8268 65.2298Z\"\n />\n</svg>";
1015
+ export const IconsWireframe = "<svg viewBox=\"0 0 158 158\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M29 29V49H19V24C19 21.3 21.2 19 24 19H49V29H29ZM19 99V59H29V99H19ZM19 109V134C19 136.8 21.2 139 24 139H49V129H29V109H19ZM109 139H134C135.326 139 136.598 138.473 137.536 137.536C138.473 136.598 139 135.326 139 134V109H129V129H109V139ZM129 49H139V24C139 22.6739 138.473 21.4021 137.536 20.4645C136.598 19.5268 135.326 19 134 19H109V29H129V49ZM99 129V139H59V129H99ZM99 19V29H59V19H99ZM139 99H129V59H139V99ZM79 89C81.6522 89 84.1957 87.9464 86.0711 86.0711C87.9464 84.1957 89 81.6522 89 79C89 76.3478 87.9464 73.8043 86.0711 71.9289C84.1957 70.0536 81.6522 69 79 69C76.3478 69 73.8043 70.0536 71.9289 71.9289C70.0536 73.8043 69 76.3478 69 79C69 81.6522 70.0536 84.1957 71.9289 86.0711C73.8043 87.9464 76.3478 89 79 89Z\"\n />\n</svg>";
1016
+ export const IconsArrowDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>arrow-down</title><path fill=\"none\" d=\"M0 0h24v24H0V0z\"/><path d=\"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z\"/></svg>";
1017
+ export const IconsArrowLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>arrow-left</title><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z\"/></svg>";
1018
+ export const IconsArrowRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 512 512\"><title>arrow-right</title><path d=\"M85 277.375h259.704L225.002 397.077 256 427l171-171L256 85l-29.922 29.924 118.626 119.701H85v42.75z\"/></svg>";
1019
+ export const IconsArrowUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>arrow-up</title><path fill=\"none\" d=\"M0 0h24v24H0V0z\"/><path d=\"M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z\"/></svg>";
1020
+ export const IconsBrowser = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>browser</title><path d=\"M19.8 3.6H4.2a1.8 1.8 0 00-1.8 1.8v13.2a1.8 1.8 0 001.8 1.8h15.6a1.8 1.8 0 001.8-1.8V5.4a1.8 1.8 0 00-1.8-1.8zM7.2 7.95c0 .247-.203.45-.45.45h-1.5a.451.451 0 01-.45-.45v-1.5c0-.248.203-.45.45-.45h1.5c.247 0 .45.202.45.45v1.5zm12 0c0 .247-.203.45-.45.45h-9.3A.451.451 0 019 7.95v-1.5c0-.248.203-.45.45-.45h9.3c.247 0 .45.202.45.45v1.5z\"/></svg>";
1021
+ export const IconsChevronDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>chevron-down</title><path d=\"M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z\" /></svg>";
1022
+ export const IconsChevronLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>chevron-left</title><path d=\"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z\" /></svg>";
1023
+ export const IconsChevronRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>chevron-right</title><path d=\"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z\" /></svg>";
1024
+ export const IconsChevronUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>chevron-up</title><path d=\"M16.6,15.3L12,10.7l-4.6,4.6L6,13.8l6-6l6,6L16.6,15.3z\" /></svg>";
1025
+ export const IconsClose = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>close</title><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\" /></svg>";
1026
+ export const IconsContact = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>contact</title><path d=\"M3.6 12.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.5 0 1 .5 1 1V22c0 .5-.5 1-1 1C7.6 23 0 15.4 0 6c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1-.1 0-2.3 2.2-2.3 2.2zM13 5l3.5 1.8L20 5v1.2L16.5 8 13 6.2V5zm9.5-4c.8 0 1.5.7 1.5 1.5v9c0 .8-.7 1.5-1.5 1.5H12l-3 3V2.5c0-.8.7-1.5 1.5-1.5h12zM21 10V4h-9v6h9z\" /></svg>";
1027
+ export const IconsDate = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>date</title><path d=\"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z\" /><path d=\"M0 0h24v24H0z\" fill=\"none\" /></svg>";
1028
+ export const IconsDownload = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>download</title><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\" /></svg>";
1029
+ export const IconsEmail = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>email</title><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\" /></svg>";
1030
+ export const IconsFacebook = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>facebook</title><path d=\"M13.3,20.3H9.8V12H8V9.1h1.8V7.4c0-2.3,1-3.7,3.8-3.7H16v2.9h-1.5c-1.1,0-1.2,0.4-1.2,1.1l0,1.4H16L15.7,12h-2.4L13.3,20.3 L13.3,20.3z\" /></svg>";
1031
+ export const IconsFirstPage = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>first-page</title><path d=\"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z\" /></svg>";
1032
+ export const IconsHome = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>home</title><path d=\"M22.6,11.26,20.4,9.317V4.2a.6.6,0,0,0-.6-.6H17.4a.6.6,0,0,0-.6.6V6.139L13,2.788a1.493,1.493,0,0,0-2,0L1.4,11.261a.6.6,0,0,0-.045.848h0l.8.892a.6.6,0,0,0,.847.045h0l8.6-7.584a.6.6,0,0,1,.794,0L21,13.046A.6.6,0,0,0,21.843,13h0l.8-.893A.6.6,0,0,0,22.6,11.26ZM12,6.713,3.806,13.938a1.586,1.586,0,0,1-.205.126V21a.6.6,0,0,0,.6.6H9a.6.6,0,0,0,.6-.6V16.2a.6.6,0,0,1,.6-.6h3.6a.6.6,0,0,1,.6.6V21a.6.6,0,0,0,.6.6h4.8a.6.6,0,0,0,.6-.6V14.066a1.845,1.845,0,0,1-.2-.12Z\"/></svg>";
1033
+ export const IconsInfo = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>info</title><path d=\"M12,2.4 C6.69843871,2.4 2.4,6.6999871 2.4,12 C2.4,17.3031097 6.69843871,21.6 12,21.6 C17.3015613,21.6 21.6,17.3031097 21.6,12 C21.6,6.6999871 17.3015613,2.4 12,2.4 Z M12,19.7419355 C7.72134194,19.7419355 4.25806452,16.2800903 4.25806452,12 C4.25806452,7.72277419 7.72149677,4.25806452 12,4.25806452 C16.277071,4.25806452 19.7419355,7.72145806 19.7419355,12 C19.7419355,16.2785806 16.2800903,19.7419355 12,19.7419355 Z M12,6.65806452 C12.8979097,6.65806452 13.6258065,7.38596129 13.6258065,8.28387097 C13.6258065,9.18178065 12.8979097,9.90967742 12,9.90967742 C11.1020903,9.90967742 10.3741935,9.18178065 10.3741935,8.28387097 C10.3741935,7.38596129 11.1020903,6.65806452 12,6.65806452 Z M14.1677419,16.4903226 C14.1677419,16.7468516 13.9597548,16.9548387 13.7032258,16.9548387 L10.2967742,16.9548387 C10.0402452,16.9548387 9.83225806,16.7468516 9.83225806,16.4903226 L9.83225806,15.5612903 C9.83225806,15.3047613 10.0402452,15.0967742 10.2967742,15.0967742 L10.7612903,15.0967742 L10.7612903,12.6193548 L10.2967742,12.6193548 C10.0402452,12.6193548 9.83225806,12.4113677 9.83225806,12.1548387 L9.83225806,11.2258065 C9.83225806,10.9692774 10.0402452,10.7612903 10.2967742,10.7612903 L12.7741935,10.7612903 C13.0307226,10.7612903 13.2387097,10.9692774 13.2387097,11.2258065 L13.2387097,15.0967742 L13.7032258,15.0967742 C13.9597548,15.0967742 14.1677419,15.3047613 14.1677419,15.5612903 L14.1677419,16.4903226 Z\"></path></svg>";
1034
+ export const IconsInstagram = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>instagram</title><path d=\"M12,0C8.7,0,8.3,0,7.1,0.1C5.8,0.1,4.9,0.3,4.1,0.6C3.4,0.9,2.7,1.3,2,2C1.3,2.7,0.9,3.4,0.6,4.1 C0.3,4.9,0.1,5.8,0.1,7.1C0,8.3,0,8.7,0,12c0,3.3,0,3.7,0.1,4.9c0.1,1.3,0.3,2.1,0.6,2.9C0.9,20.6,1.3,21.3,2,22 c0.7,0.7,1.3,1.1,2.1,1.4c0.8,0.3,1.6,0.5,2.9,0.6C8.3,24,8.7,24,12,24c3.3,0,3.7,0,4.9-0.1c1.3-0.1,2.1-0.3,2.9-0.6 c0.8-0.3,1.5-0.7,2.1-1.4c0.7-0.7,1.1-1.3,1.4-2.1c0.3-0.8,0.5-1.6,0.6-2.9C24,15.7,24,15.3,24,12c0-3.3,0-3.7-0.1-4.9 c-0.1-1.3-0.3-2.1-0.6-2.9C23.1,3.4,22.7,2.7,22,2c-0.7-0.7-1.3-1.1-2.1-1.4c-0.8-0.3-1.6-0.5-2.9-0.6C15.7,0,15.3,0,12,0L12,0 L12,0z M12,2.2c3.2,0,3.6,0,4.8,0.1c1.2,0.1,1.8,0.2,2.2,0.4c0.6,0.2,1,0.5,1.4,0.9c0.4,0.4,0.7,0.8,0.9,1.4 c0.2,0.4,0.4,1.1,0.4,2.2c0.1,1.3,0.1,1.6,0.1,4.8c0,3.2,0,3.6-0.1,4.8c-0.1,1.2-0.2,1.8-0.4,2.2c-0.2,0.6-0.5,1-0.9,1.4 c-0.4,0.4-0.8,0.7-1.4,0.9c-0.4,0.2-1.1,0.4-2.2,0.4c-1.3,0.1-1.6,0.1-4.8,0.1c-3.2,0-3.6,0-4.8-0.1c-1.2-0.1-1.8-0.2-2.2-0.4 c-0.6-0.2-1-0.5-1.4-0.9c-0.4-0.4-0.7-0.8-0.9-1.4c-0.2-0.4-0.4-1.1-0.4-2.2c-0.1-1.3-0.1-1.6-0.1-4.8c0-3.2,0-3.6,0.1-4.8 C2.3,6,2.5,5.3,2.6,4.9c0.2-0.6,0.5-1,0.9-1.4C4,3.1,4.4,2.9,4.9,2.6C5.3,2.5,6,2.3,7.2,2.2C8.4,2.2,8.8,2.2,12,2.2\" /> <path d=\"M12,16c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4c2.2,0,4,1.8,4,4C16,14.2,14.2,16,12,16L12,16z M12,5.8 c-3.4,0-6.2,2.8-6.2,6.2c0,3.4,2.8,6.2,6.2,6.2c3.4,0,6.2-2.8,6.2-6.2C18.2,8.6,15.4,5.8,12,5.8L12,5.8z\" /><path d=\"M19.8,5.6c0,0.8-0.6,1.4-1.4,1.4C17.6,7,17,6.4,17,5.6c0-0.8,0.6-1.4,1.4-1.4C19.2,4.2,19.8,4.8,19.8,5.6 L19.8,5.6z\" /></svg>";
1035
+ export const IconsLastPage = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>last-page</title><path d=\"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z\" /></svg>";
1036
+ export const IconsLinkedin = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>linkedin</title><path d=\"M21.4,1H2.7C1.7,1,1,1.7,1,2.6v18.8c0,0.9,0.7,1.6,1.6,1.6h18.8c0.9,0,1.6-0.7,1.6-1.6V2.6C23,1.7,22.3,1,21.4,1z M7.5,19.8H4.3V9.2h3.3L7.5,19.8L7.5,19.8z M5.9,7.8c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9c1,0,1.9,0.8,1.9,1.9S7,7.8,5.9,7.8 z M19.8,19.8h-3.3v-5.1c0-1.2,0-2.7-1.6-2.7c-1.7,0-1.9,1.3-1.9,2.7v5.2H9.6V9.2h3.1v1.5l0,0c0.5-0.8,1.5-1.6,3.1-1.6 c3.3,0,3.9,2.2,3.9,5V19.8z\" /></svg>";
1037
+ export const IconsLogin = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">\n <path d=\"M17.5 8.8h-.9V7c0-2.5-2-4.6-4.6-4.6S7.4 4.4 7.4 7v1.8h-.9c-1 0-1.8.8-1.8 1.8v9.1c0 1 .8 1.8 1.8 1.8h11c1 0 1.8-.8 1.8-1.8v-9.1c0-1-.8-1.8-1.8-1.8zM12 17c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8S13 17 12 17zm2.8-8.2H9.2V7c0-1.6 1.3-2.8 2.8-2.8s2.8 1.3 2.8 2.8v1.8z\"/>\n</svg>";
1038
+ export const IconsLogout = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">\n <path d=\"M17.5 8.8H9.2v-3C9.2 4.2 10.4 3 12 3c1.4 0 2.6 1.1 2.8 2.5l1.7-.5c-.4-2.2-2.2-3.8-4.5-3.8-2.5 0-4.6 2-4.6 4.6v3h-.9c-1 0-1.8.8-1.8 1.8v9.1c0 1 .8 1.8 1.8 1.8h11c1 0 1.8-.8 1.8-1.8v-9.1c0-1-.8-1.8-1.8-1.8zM12 17c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8S13 17 12 17z\"/>\n</svg>";
1039
+ export const IconsMap = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>map</title><path d=\"M12,2.4A4.724,4.724,0,0,0,7.276,7.126c0,2.109,3.087,5.954,4.27,7.349a.592.592,0,0,0,.908,0c1.183-1.395,4.27-5.24,4.27-7.349A4.724,4.724,0,0,0,12,2.4Zm0,6.3a1.575,1.575,0,1,1,1.575-1.574A1.574,1.574,0,0,1,12,8.7ZM1.956,10.5A1.2,1.2,0,0,0,1.2,11.612V21a.6.6,0,0,0,.822.557L7.2,19.2V10.46a11.278,11.278,0,0,1-.8-1.741ZM12,15.887a1.791,1.791,0,0,1-1.369-.636c-.737-.87-1.521-1.86-2.231-2.876V19.2l7.2,2.4V12.375c-.709,1.016-1.493,2.007-2.23,2.877A1.794,1.794,0,0,1,12,15.887Zm9.976-7.443L16.8,10.8V21.6l5.245-2.1a1.2,1.2,0,0,0,.754-1.114V9a.6.6,0,0,0-.822-.557Z\"/></svg>";
1040
+ export const IconsMove = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>move</title><path d=\"M15.2085342,17.7315566 L12.7512705,20.1888203 C12.3363311,20.6037598 11.6636025,20.6037598 11.2486631,20.1888203 L8.79139941,17.7315566 C8.48018652,17.4203437 8.48018652,16.9157891 8.79139941,16.6046094 L9.15132129,16.2446875 C9.46861035,15.9273984 9.98515137,15.9345371 10.2935752,16.2604258 L11.0702959,17.1254004 L11.0702959,12.9296875 L6.87458301,12.9296875 L7.73955762,13.706375 C8.06544629,14.0147988 8.07258496,14.5313398 7.7552959,14.8486289 L7.39537402,15.2085508 C7.08416113,15.5197637 6.57960645,15.5197637 6.26842676,15.2085508 L3.81119629,12.7512871 C3.39625684,12.3363477 3.39625684,11.6636191 3.81119629,11.2486797 L6.26845996,8.79141602 C6.57967285,8.48020312 7.08422754,8.48020312 7.39540723,8.79141602 L7.7553291,9.15133789 C8.07261816,9.46862695 8.06547949,9.98520117 7.73959082,10.2935918 L6.87458301,11.0703125 L11.0702959,11.0703125 L11.0702959,6.87459961 L10.2936084,7.73957422 C9.98518457,8.06546289 9.46864355,8.07260156 9.15135449,7.7553125 L8.79143262,7.39539062 C8.48021973,7.08417773 8.48021973,6.57962305 8.79143262,6.26844336 L11.2486963,3.81117969 C11.6636357,3.39624023 12.3363643,3.39624023 12.7513037,3.81117969 L15.2085674,6.26844336 C15.5197803,6.57965625 15.5197803,7.08421094 15.2085674,7.39539062 L14.8486455,7.7553125 C14.5313564,8.07260156 14.0148154,8.06546289 13.7063916,7.73957422 L12.9296709,6.87459961 L12.9296709,11.0703125 L17.1253838,11.0703125 L16.2604092,10.293625 C15.9345205,9.98520117 15.9273818,9.46866016 16.2446709,9.15137109 L16.6045928,8.79144922 C16.9158057,8.48023633 17.4203604,8.48023633 17.73154,8.79144922 L20.1888037,11.2487129 C20.6037432,11.6636523 20.6037432,12.3363809 20.1888037,12.7513203 L17.73154,15.208584 C17.4203271,15.5197969 16.9157725,15.5197969 16.6045928,15.208584 L16.2446709,14.8486621 C15.9273818,14.531373 15.9345205,14.014832 16.2604092,13.7064082 L17.1253838,12.9296875 L12.9296709,12.9296875 L12.9296709,17.1254004 L13.7063584,16.2604258 C14.0147822,15.9345371 14.5313232,15.9273984 14.8486123,16.2446875 L15.2085342,16.6046094 C15.5197471,16.9157891 15.5197471,17.4203437 15.2085342,17.7315566 Z\"></path></svg>";
1041
+ export const IconsPerson = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>person</title><path d=\"M12,12c2.3,0,4.3-1.9,4.3-4.3S14.3,3.5,12,3.5S7.7,5.4,7.7,7.7S9.6,12,12,12z M12,14.1c-2.9,0-8.5,1.4-8.5,4.3v2.1h16.9 v-2.1C20.5,15.6,14.9,14.1,12,14.1z\" /><path fill=\"none\" d=\"M0,0h24v24H0V0z\" /></svg>";
1042
+ export const IconsPhone = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>phone</title><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\" /></svg>";
1043
+ export const IconsPlace = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>place</title><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\" /><path d=\"M0 0h24v24H0z\" fill=\"none\" /></svg>";
1044
+ export const IconsPrint = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>print</title><path d=\"M19.2,9.6V5.3a1.2,1.2,0,0,0-.351-.849l-1.7-1.7A1.2,1.2,0,0,0,16.3,2.4H6A1.2,1.2,0,0,0,4.8,3.6v6A2.4,2.4,0,0,0,2.4,12v4.2a.6.6,0,0,0,.6.6H4.8v3.6A1.2,1.2,0,0,0,6,21.6H18a1.2,1.2,0,0,0,1.2-1.2V16.8H21a.6.6,0,0,0,.6-.6V12A2.4,2.4,0,0,0,19.2,9.6Zm-2.4,9.6H7.2V15.6h9.6Zm0-8.4H7.2v-6h7.2V6.6a.6.6,0,0,0,.6.6h1.8Zm1.8,2.7a.9.9,0,1,1,.9-.9A.9.9,0,0,1,18.6,13.5Z\"/></svg>";
1045
+ export const IconsRefresh = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>refresh</title><path d=\"M18.130957,3.91736297 L18.2637695,6.66558563 C16.7023798,4.82365157 14.4090296,3.76284653 11.9943555,3.76562469 C7.97345703,3.76562469 4.62591797,6.65164031 3.90806641,10.4666794 C3.88656775,10.5830514 3.91791175,10.7029583 3.99360885,10.7939232 C4.06930594,10.884888 4.18152205,10.9374965 4.29986328,10.9374997 L5.92847656,10.9374997 C6.11331876,10.9372995 6.27375148,10.8099981 6.31595703,10.6300388 C6.85866603,8.37771734 8.68131585,6.65907316 10.9616057,6.24948419 C13.2418955,5.83989522 15.5487231,6.81679667 16.8413477,8.73945281 L13.4725586,8.57808563 C13.3636471,8.57290641 13.2573713,8.61258679 13.1785048,8.68787701 C13.0996383,8.76316724 13.0550722,8.86748859 13.0551953,8.97652313 L13.0551953,10.5506833 C13.0551953,10.7707342 13.2335819,10.9491208 13.4536328,10.9491208 L20.1015625,10.9491208 C20.3216135,10.9491208 20.5,10.7707342 20.5,10.5506833 L20.5,3.89843719 C20.5,3.67838623 20.3216135,3.49999969 20.1015625,3.49999969 L18.5287305,3.49999969 C18.4198112,3.49999969 18.3156642,3.54470384 18.2405193,3.62354953 C18.1653744,3.70239523 18.1257834,3.80856668 18.130957,3.91736297 Z M11.9943555,17.8437497 C10.0486857,17.8454167 8.23038411,16.8764861 7.14669922,15.2605466 L10.5267773,15.4222458 C10.6356889,15.427425 10.7419647,15.3877446 10.8208312,15.3124544 C10.8996977,15.2371642 10.9442637,15.1328428 10.9441406,15.0238083 L10.9441406,13.4499802 C10.9441406,13.2299292 10.7657541,13.0515427 10.5457031,13.0515427 L3.8984375,13.0515427 C3.67838654,13.0515427 3.5,13.2299292 3.5,13.4499802 L3.5,20.1015622 C3.5,20.3216131 3.67838654,20.5 3.8984375,20.5 L5.47060547,20.5 C5.57982167,20.5001363 5.68430597,20.4554346 5.75962755,20.376347 C5.83494913,20.2972593 5.87450387,20.19072 5.86904297,20.0816403 L5.73125,17.3400583 C7.29231015,19.1781686 9.58280965,20.236658 11.9943555,20.2343747 C16.0155859,20.2343747 19.363125,17.3483591 20.0809766,13.53332 C20.1024752,13.416948 20.0711312,13.297041 19.9954341,13.2060762 C19.919737,13.1151114 19.8075209,13.0625029 19.6891797,13.0624997 L18.0605664,13.0624997 C17.8757242,13.0626999 17.7152915,13.1900013 17.6730859,13.3699606 C17.0418879,15.9946066 14.6938327,17.8444398 11.9943555,17.8437497 Z\"></path></svg>";
1046
+ export const IconsSearch = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>search</title><path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\" /></svg>";
1047
+ export const IconsShare = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>share</title><path d=\"M23.718,9.055l-5.4,5.1A.9.9,0,0,1,16.8,13.5V10.8c-5.421.036-7.708,1.317-6.178,6.425a.6.6,0,0,1-.938.65A7.219,7.219,0,0,1,6.9,12.5c0-5.4,4.41-6.468,9.9-6.5V3.3a.9.9,0,0,1,1.518-.655l5.4,5.1A.9.9,0,0,1,23.718,9.055ZM16.8,16.617V19.2H4.8V7.2H6.712a.448.448,0,0,0,.324-.139A7.288,7.288,0,0,1,8.949,5.65.45.45,0,0,0,8.741,4.8H4.2A1.8,1.8,0,0,0,2.4,6.6V19.8a1.8,1.8,0,0,0,1.8,1.8H17.4a1.8,1.8,0,0,0,1.8-1.8v-3.33a.451.451,0,0,0-.6-.424,2.684,2.684,0,0,1-1.282.127.451.451,0,0,0-.517.445Z\"/></svg>";
1048
+ export const IconsStarOutline = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>star-outline</title><path d=\"M12 1.688a.808.808 0 00-.732.455L8.371 8.011 1.9 8.95a.816.816 0 00-.453 1.393l4.688 4.572-1.106 6.44a.819.819 0 00.805.957c.126 0 .256-.03.381-.096l5.784-3.042 5.794 3.041a.81.81 0 00.38.096.82.82 0 00.805-.956l-1.107-6.447 4.682-4.566A.816.816 0 0022.1 8.95l-6.471-.938-2.897-5.87A.807.807 0 0012 1.689m0 4.394l2.035 4.124 4.545.659-3.287 3.207.777 4.529-4.072-2.137-4.06 2.135.776-4.521-3.294-3.213 4.545-.66L12 6.083\" fill-rule=\"evenodd\"/></svg>";
1049
+ export const IconsStar = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>star</title><path d=\"M10.924,3.068,8.475,8.032,3,8.831a1.2,1.2,0,0,0-.664,2.047L6.3,14.74,5.36,20.2A1.2,1.2,0,0,0,7.1,21.459L12,18.883l4.9,2.576A1.2,1.2,0,0,0,18.64,20.2L17.7,14.74l3.963-3.862A1.2,1.2,0,0,0,21,8.831l-5.478-.8L13.076,3.068a1.2,1.2,0,0,0-2.152,0Z\"/></svg>";
1050
+ export const IconsTime = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>time</title><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\" /><path d=\"M0 0h24v24H0z\" fill=\"none\" /><path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\" /></svg>";
1051
+ export const IconsTwitter = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>twitter</title><path d=\"M19.6,6.2c0.8-0.5,1.5-1.4,1.8-2.4c-0.8,0.5-1.7,0.8-2.6,1C18,4,17,3.5,15.8,3.5c-2.2,0-4.1,1.9-4.1,4.3c0,0.3,0,0.7,0.1,1 C8.5,8.6,5.5,6.9,3.5,4.3C3.1,4.9,2.9,5.7,2.9,6.5c0,1.5,0.7,2.8,1.8,3.6c-0.7,0-1.3-0.2-1.8-0.5v0.1c0,2.1,1.4,3.8,3.3,4.2 c-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.8-0.1c0.5,1.7,2,2.9,3.8,3c-1.4,1.1-3.1,1.8-5,1.8c-0.3,0-0.6,0-1-0.1 c1.8,1.2,3.9,1.9,6.2,1.9c7.5,0,11.5-6.5,11.5-12.2c0-0.2,0-0.4,0-0.6c0.8-0.6,1.5-1.4,2-2.2C21.2,5.9,20.4,6.1,19.6,6.2L19.6,6.2z\" /></svg>";
1052
+ export const IconsUpload = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>upload</title><path d=\"M13.5,16.8h-3a.9.9,0,0,1-.9-.9V9.6H6.31a.75.75,0,0,1-.53-1.28l5.71-5.71a.72.72,0,0,1,1,0l5.71,5.71a.75.75,0,0,1-.53,1.28H14.4v6.3A.9.9,0,0,1,13.5,16.8Zm8.1-.3v4.2a.9.9,0,0,1-.9.9H3.3a.9.9,0,0,1-.9-.9V16.5a.9.9,0,0,1,.9-.9H8.4v.3A2.1,2.1,0,0,0,10.5,18h3a2.1,2.1,0,0,0,2.1-2.1v-.3h5.1A.9.9,0,0,1,21.6,16.5ZM17,19.8a.75.75,0,1,0-.75.75A.76.76,0,0,0,17,19.8Zm2.4,0a.75.75,0,1,0-.75.75A.76.76,0,0,0,19.35,19.8Z\"/></svg>";
1053
+ export const IconsWhatsapp = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 512 512\"><title>whatsapp</title><path d=\"M308 273c-3-2-6-3-9 1l-12 16c-3 2-5 3-9 1-15-8-36-17-54-47-1-4 1-6 3-8l9-14c2-2 1-4 0-6l-12-29c-3-8-6-7-9-7h-8c-2 0-6 1-10 5-22 22-13 53 3 73 3 4 23 40 66 59 32 14 39 12 48 10 11-1 22-10 27-19 1-3 6-16 2-18\" /><path d=\"M264 384c-41 0-72-22-72-22l-49 13 12-48s-20-31-20-70c0-72 59-132 132-132 68 0 126 53 126 127 0 72-58 131-129 132m-159 29l83-23a158 158 0 0 0 230-140c0-86-68-155-154-155a158 158 0 0 0-137 236\" /></svg>";
1054
+ export const IconsXing = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>xing</title><path d=\"M9.3,7.1C9.1,6.7,8.9,6.6,8.6,6.6H6c-0.2,0-0.3,0.1-0.3,0.2C5.6,6.8,5.6,7,5.7,7.1l1.7,3c0,0,0,0,0,0L4.7,15 c-0.1,0.1-0.1,0.3,0,0.4c0.1,0.1,0.2,0.2,0.3,0.2h2.6c0.3,0,0.5-0.2,0.7-0.5c1.8-3.2,2.7-4.8,2.8-4.9L9.3,7.1z M19.8,3.6 c0.1-0.2,0.1-0.3,0-0.4C19.8,3.1,19.7,3,19.5,3h-2.6c-0.3,0-0.5,0.2-0.7,0.5c-3.7,6.6-5.6,10-5.8,10.2l3.7,6.7 c0.2,0.3,0.4,0.5,0.7,0.5h2.6c0.2,0,0.3-0.1,0.3-0.2c0.1-0.1,0.1-0.3,0-0.4l-3.6-6.7v0L19.8,3.6z\" /></svg>";
1055
+ export const IconsYoutube = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>youtube</title><path d=\"M9.8,14.7l0-5.9l5.7,2.9L9.8,14.7L9.8,14.7z M22.3,7.8c0,0-0.2-1.4-0.8-2.1c-0.8-0.8-1.7-0.8-2.1-0.9 c-3-0.2-7.4-0.2-7.4-0.2h0c0,0-4.4,0-7.4,0.2c-0.4,0-1.3,0.1-2.1,0.9C1.9,6.4,1.7,7.8,1.7,7.8s-0.2,1.7-0.2,3.4v1.6 c0,1.7,0.2,3.4,0.2,3.4s0.2,1.4,0.8,2.1c0.8,0.8,1.9,0.8,2.3,0.9c1.7,0.2,7.2,0.2,7.2,0.2s4.4,0,7.4-0.2c0.4,0,1.3-0.1,2.1-0.9 c0.6-0.6,0.8-2.1,0.8-2.1s0.2-1.7,0.2-3.4v-1.6C22.5,9.5,22.3,7.8,22.3,7.8L22.3,7.8z\" /></svg>";
1056
+ export const IconsZoom = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><title>zoom</title><path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"/><path fill=\"none\" d=\"M0 0h24v24H0V0z\"/><path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"/></svg>";