@kickstartds/ds-agency-premium 1.6.71--canary.45.1846.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.
- package/dist/{BlogAsideProps-c760fd2a.d.ts → BlogAsideProps-d9decb7c.d.ts} +5 -5
- package/dist/{BlogAuthorProps-fb0241df.d.ts → BlogAuthorProps-88a11566.d.ts} +2 -7
- package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-3f6e4072.d.ts} +1 -6
- package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
- package/dist/BlogPostProps-6b3cff22.d.ts +4 -4
- package/dist/BlogTeaserProps-f5855e93.d.ts +4 -9
- package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-03ff6d21.d.ts} +4 -4
- package/dist/{CtaProps-babe4ee6.d.ts → CtaProps-93230a76.d.ts} +11 -21
- package/dist/FeatureProps-f8a75850.d.ts +52 -0
- package/dist/FeaturesProps-b05859d6.d.ts +34 -0
- package/dist/{FooterProps-a0a104ca.d.ts → FooterProps-171a3067.d.ts} +2 -2
- package/dist/{HeaderProps-72763967.d.ts → HeaderProps-e22382f1.d.ts} +2 -2
- package/dist/{HeroProps-40f6c7f5.d.ts → HeroProps-cf82a16d.d.ts} +5 -10
- package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-21d04028.d.ts → SectionProps-83d399b4.d.ts} +11 -23
- package/dist/{SliderProps-babe4ee6.d.ts → SliderProps-93230a76.d.ts} +5 -5
- package/dist/{TeaserCardProps-994cb119.d.ts → TeaserCardProps-b9c28e78.d.ts} +4 -4
- package/dist/{TestimonialsProps-e344f597.d.ts → TestimonialProps-94bdeac9.d.ts} +2 -22
- package/dist/TestimonialsProps-f7211553.d.ts +22 -0
- package/dist/{VideoCurtainProps-a2c0cc7f.d.ts → VideoCurtainProps-6c625a69.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.css +4 -4
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +9 -19
- package/dist/components/blog-aside/blog-aside.schema.json +4 -5
- package/dist/components/blog-aside/index.d.ts +1 -2
- package/dist/components/blog-aside/index.js +3 -3
- package/dist/components/blog-author/blog-author.schema.dereffed.json +5 -14
- package/dist/components/blog-author/index.d.ts +1 -2
- package/dist/components/blog-head/blog-head.css +3 -3
- package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -8
- package/dist/components/blog-head/blog-head.schema.json +0 -6
- package/dist/components/blog-head/index.d.ts +1 -2
- package/dist/components/blog-head/index.js +2 -2
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +192 -363
- package/dist/components/blog-overview/index.d.ts +0 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +183 -348
- package/dist/components/blog-post/index.d.ts +0 -1
- package/dist/components/blog-post/index.js +2 -4
- package/dist/components/blog-teaser/blog-teaser.css +7 -9
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -14
- package/dist/components/blog-teaser/blog-teaser.schema.json +5 -11
- package/dist/components/blog-teaser/index.d.ts +3 -4
- package/dist/components/blog-teaser/index.js +10 -8
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/button.schema.dereffed.json +3 -4
- package/dist/components/button/button.schema.json +3 -4
- package/dist/components/button/index.d.ts +1 -2
- package/dist/components/button/index.js +1 -1
- package/dist/components/button-group/button-group.schema.dereffed.json +3 -4
- package/dist/components/button-group/index.d.ts +1 -2
- package/dist/components/contact/contact.css +16 -12
- package/dist/components/contact/contact.schema.dereffed.json +6 -15
- package/dist/components/contact/contact.schema.json +6 -13
- package/dist/components/contact/index.d.ts +1 -7
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/cta.css +72 -49
- package/dist/components/cta/cta.schema.dereffed.json +11 -29
- package/dist/components/cta/cta.schema.json +10 -23
- package/dist/components/cta/index.d.ts +1 -2
- package/dist/components/cta/index.js +25 -25
- package/dist/components/divider/divider.css +1 -1
- package/dist/components/divider/index.d.ts +26 -2
- package/dist/components/faq/index.d.ts +0 -1
- package/dist/components/feature/feature.schema.dereffed.json +3 -14
- package/dist/components/feature/feature.schema.json +3 -12
- package/dist/components/feature/index.d.ts +1 -58
- package/dist/components/feature/index.js +2 -2
- package/dist/components/features/features.css +6 -19
- package/dist/components/features/features.schema.dereffed.json +40 -13
- package/dist/components/features/features.schema.json +1 -27
- package/dist/components/features/index.d.ts +1 -2
- package/dist/components/features/index.js +2 -11
- package/dist/components/footer/footer.css +5 -5
- package/dist/components/footer/footer.schema.dereffed.json +12 -12
- package/dist/components/footer/index.d.ts +1 -2
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/gallery.css +18 -0
- package/dist/components/gallery/gallery.schema.dereffed.json +1 -2
- package/dist/components/gallery/gallery.schema.json +1 -2
- package/dist/components/gallery/index.d.ts +0 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/header.css +11 -53
- package/dist/components/header/header.schema.dereffed.json +12 -12
- package/dist/components/header/index.d.ts +4 -5
- package/dist/components/header/index.js +5 -5
- package/dist/components/headline/headline.css +41 -49
- package/dist/components/headline/headline.schema.dereffed.json +0 -5
- package/dist/components/headline/headline.schema.json +0 -5
- package/dist/components/headline/index.d.ts +0 -6
- package/dist/components/headline/index.js +1 -1
- package/dist/components/hero/hero.css +22 -91
- package/dist/components/hero/hero.schema.dereffed.json +4 -12
- package/dist/components/hero/hero.schema.json +3 -9
- package/dist/components/hero/index.d.ts +1 -2
- package/dist/components/hero/index.js +37 -39
- package/dist/components/html/html.schema.json +3 -31
- package/dist/components/html/index.d.ts +26 -5
- package/dist/components/html/index.js +3 -17
- package/dist/components/image/image.css +18 -0
- package/dist/components/image/image.schema.dereffed.json +105 -0
- package/dist/components/image/image.schema.json +95 -0
- package/dist/components/image/index.d.ts +87 -0
- package/dist/components/image/index.js +11 -0
- package/dist/components/image-story/image-story.css +7 -10
- package/dist/components/image-story/image-story.schema.dereffed.json +3 -4
- package/dist/components/image-story/image-story.schema.json +1 -5
- package/dist/components/image-story/index.d.ts +0 -1
- package/dist/components/image-story/index.js +1 -0
- package/dist/components/image-text/image-text.css +4 -4
- package/dist/components/image-text/index.d.ts +0 -1
- package/dist/components/index/index.d.ts +3 -9
- package/dist/components/logo/index.d.ts +0 -1
- package/dist/components/logos/index.d.ts +0 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/components/logos/logos.css +4 -4
- package/dist/components/logos/logos.schema.dereffed.json +6 -6
- package/dist/components/logos/logos.schema.json +6 -6
- package/dist/components/mosaic/index.d.ts +0 -1
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/mosaic/mosaic.css +7 -8
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -4
- package/dist/components/nav-dropdown/index.d.ts +1 -2
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +4 -13
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
- package/dist/components/nav-flyout/index.d.ts +2 -3
- package/dist/components/nav-flyout/index.js +8 -6
- package/dist/components/nav-flyout/nav-flyout.css +15 -29
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
- package/dist/components/nav-main/index.d.ts +5 -6
- package/dist/components/nav-main/index.js +2 -0
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -3
- package/dist/components/nav-topbar/index.js +2 -2
- package/dist/components/nav-topbar/nav-topbar.css +3 -16
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
- package/dist/components/page/index.d.ts +0 -1
- package/dist/components/page/page.schema.dereffed.json +163 -292
- package/dist/components/page-wrapper/index.js +368 -135
- package/dist/components/page-wrapper/tokens.css +692 -439
- package/dist/components/picture/picture.schema.json +88 -0
- package/dist/components/presets.json +560 -1883
- package/dist/components/providers/index.js +1 -1
- package/dist/components/section/index.d.ts +1 -2
- package/dist/components/section/index.js +16 -10
- package/dist/components/section/js/Section.client.js +1 -1
- package/dist/components/section/section.css +93 -88
- package/dist/components/section/section.schema.dereffed.json +163 -292
- package/dist/components/section/section.schema.json +10 -21
- package/dist/components/settings/settings.schema.dereffed.json +24 -29
- package/dist/components/settings/settings.schema.json +0 -5
- package/dist/components/slider/index.d.ts +1 -2
- package/dist/components/slider/slider.css +9 -19
- package/dist/components/slider/slider.schema.dereffed.json +71 -78
- package/dist/components/split/index.d.ts +13 -0
- package/dist/components/split/index.js +17 -0
- package/dist/components/split/split.css +53 -0
- package/dist/components/split/split.schema.dereffed.json +29 -0
- package/dist/components/split/split.schema.json +19 -0
- package/dist/components/stat/index.d.ts +0 -1
- package/dist/components/stat/stat.schema.dereffed.json +0 -1
- package/dist/components/stat/stat.schema.json +0 -1
- package/dist/components/stats/index.d.ts +0 -1
- package/dist/components/stats/stats.css +7 -3
- package/dist/components/stats/stats.schema.dereffed.json +0 -1
- package/dist/components/teaser-card/index.d.ts +1 -2
- package/dist/components/teaser-card/index.js +9 -10
- package/dist/components/teaser-card/teaser-card.css +48 -68
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
- package/dist/components/teaser-card/teaser-card.schema.json +4 -4
- package/dist/components/testimonial/index.d.ts +1 -49
- package/dist/components/testimonial/index.js +1 -4
- package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -11
- package/dist/components/testimonial/testimonial.schema.json +0 -7
- package/dist/components/testimonials/index.d.ts +2 -3
- package/dist/components/testimonials/index.js +2 -2
- package/dist/components/testimonials/testimonials.css +28 -60
- package/dist/components/testimonials/testimonials.schema.dereffed.json +5 -11
- package/dist/components/testimonials/testimonials.schema.json +1 -30
- package/dist/components/text/index.d.ts +0 -1
- package/dist/components/text/text.css +2 -2
- package/dist/components/tile/tile.schema.dereffed.json +3 -4
- package/dist/components/tile/tile.schema.json +4 -10
- package/dist/components/video-curtain/index.d.ts +1 -2
- package/dist/components/video-curtain/index.js +4 -12
- package/dist/components/video-curtain/video-curtain.css +33 -57
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +4 -7
- package/dist/components/video-curtain/video-curtain.schema.json +3 -3
- package/dist/global.css +86 -340
- package/dist/static/img/logos/logoipsum-212.svg +12 -0
- package/dist/static/img/logos/logoipsum-217.svg +4 -0
- package/dist/static/img/logos/logoipsum-239.svg +16 -0
- package/dist/static/img/logos/logoipsum-244.svg +19 -0
- package/dist/static/img/logos/logoipsum-250.svg +21 -0
- package/dist/static/img/logos/logoipsum-286.svg +20 -0
- package/dist/static/img/people/author-alex.png +0 -0
- package/dist/static/img/people/author-emily.png +0 -0
- package/dist/static/img/people/author-john.png +0 -0
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/static/logo-inverted.svg +25 -12
- package/dist/static/logo.svg +25 -12
- package/dist/tokens/IconSprite.js +367 -134
- package/dist/tokens/icon-sprite.html +37 -72
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +692 -439
- package/dist/tokens/tokens.js +755 -651
- package/package.json +16 -11
- package/dist/DividerProps-2ef31901.d.ts +0 -26
- package/dist/EventAppointmentProps-443cd1ce.d.ts +0 -38
- package/dist/EventDetailProps-42a7eebe.d.ts +0 -387
- package/dist/EventFilterProps-b190eb86.d.ts +0 -73
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +0 -58
- package/dist/EventListTeaserProps-5cc94436.d.ts +0 -89
- package/dist/EventLocationProps-871bc198.d.ts +0 -41
- package/dist/FeaturesProps-a9041d97.d.ts +0 -67
- package/dist/HtmlProps-9d091769.d.ts +0 -34
- package/dist/SearchFilterProps-2fa6419b.d.ts +0 -29
- package/dist/SearchResultProps-224c2338.d.ts +0 -33
- package/dist/components/breadcrumb/breadcrumb.css +0 -32
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +0 -34
- package/dist/components/breadcrumb/breadcrumb.schema.json +0 -27
- package/dist/components/breadcrumb/index.d.ts +0 -28
- package/dist/components/breadcrumb/index.js +0 -17
- package/dist/components/content-nav/content-nav.css +0 -112
- package/dist/components/content-nav/content-nav.schema.dereffed.json +0 -61
- package/dist/components/content-nav/content-nav.schema.json +0 -52
- package/dist/components/content-nav/index.d.ts +0 -42
- package/dist/components/content-nav/index.js +0 -14
- package/dist/components/downloads/downloads.css +0 -153
- package/dist/components/downloads/downloads.schema.dereffed.json +0 -55
- package/dist/components/downloads/downloads.schema.json +0 -44
- package/dist/components/downloads/index.d.ts +0 -41
- package/dist/components/downloads/index.js +0 -18
- package/dist/components/event-appointment/event-appointment.css +0 -61
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +0 -56
- package/dist/components/event-appointment/event-appointment.schema.json +0 -47
- package/dist/components/event-appointment/index.d.ts +0 -7
- package/dist/components/event-appointment/index.js +0 -14
- package/dist/components/event-detail/event-detail.schema.dereffed.json +0 -287
- package/dist/components/event-detail/event-detail.schema.json +0 -74
- package/dist/components/event-detail/index.d.ts +0 -5
- package/dist/components/event-detail/index.js +0 -36
- package/dist/components/event-filter/event-filter.css +0 -31
- package/dist/components/event-filter/event-filter.schema.dereffed.json +0 -118
- package/dist/components/event-filter/event-filter.schema.json +0 -107
- package/dist/components/event-filter/index.d.ts +0 -7
- package/dist/components/event-filter/index.js +0 -34
- package/dist/components/event-header/event-header.css +0 -6
- package/dist/components/event-header/event-header.schema.dereffed.json +0 -38
- package/dist/components/event-header/event-header.schema.json +0 -34
- package/dist/components/event-header/index.d.ts +0 -35
- package/dist/components/event-header/index.js +0 -20
- package/dist/components/event-latest/event-latest.css +0 -5
- package/dist/components/event-latest/event-latest.schema.dereffed.json +0 -142
- package/dist/components/event-latest/event-latest.schema.json +0 -46
- package/dist/components/event-latest/index.d.ts +0 -30
- package/dist/components/event-latest/index.js +0 -19
- package/dist/components/event-latest-teaser/event-latest-teaser.css +0 -131
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +0 -97
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +0 -73
- package/dist/components/event-latest-teaser/index.d.ts +0 -8
- package/dist/components/event-latest-teaser/index.js +0 -18
- package/dist/components/event-list/event-list.schema.dereffed.json +0 -284
- package/dist/components/event-list/event-list.schema.json +0 -18
- package/dist/components/event-list/index.d.ts +0 -19
- package/dist/components/event-list/index.js +0 -73
- package/dist/components/event-list-teaser/event-list-teaser.css +0 -141
- package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +0 -151
- package/dist/components/event-list-teaser/event-list-teaser.schema.json +0 -116
- package/dist/components/event-list-teaser/index.d.ts +0 -8
- package/dist/components/event-list-teaser/index.js +0 -21
- package/dist/components/event-location/event-location.css +0 -71
- package/dist/components/event-location/event-location.schema.dereffed.json +0 -126
- package/dist/components/event-location/event-location.schema.json +0 -61
- package/dist/components/event-location/index.d.ts +0 -7
- package/dist/components/event-location/index.js +0 -18
- package/dist/components/event-login/event-login.css +0 -31
- package/dist/components/event-login/event-login.schema.dereffed.json +0 -125
- package/dist/components/event-login/event-login.schema.json +0 -98
- package/dist/components/event-login/index.d.ts +0 -78
- package/dist/components/event-login/index.js +0 -21
- package/dist/components/event-registration/event-registration.css +0 -91
- package/dist/components/event-registration/event-registration.schema.dereffed.json +0 -174
- package/dist/components/event-registration/event-registration.schema.json +0 -138
- package/dist/components/event-registration/index.d.ts +0 -106
- package/dist/components/event-registration/index.js +0 -23
- package/dist/components/html/Html.client.d.ts +0 -5
- package/dist/components/html/Html.client.js +0 -41
- package/dist/components/html/html.css +0 -52
- package/dist/components/html/html.schema.dereffed.json +0 -61
- package/dist/components/pagination/index.d.ts +0 -47
- package/dist/components/pagination/index.js +0 -52
- package/dist/components/pagination/pagination.css +0 -66
- package/dist/components/pagination/pagination.schema.dereffed.json +0 -64
- package/dist/components/pagination/pagination.schema.json +0 -57
- package/dist/components/search/index.d.ts +0 -19
- package/dist/components/search/index.js +0 -39
- package/dist/components/search/search.schema.dereffed.json +0 -134
- package/dist/components/search/search.schema.json +0 -18
- package/dist/components/search-bar/index.d.ts +0 -35
- package/dist/components/search-bar/index.js +0 -17
- package/dist/components/search-bar/search-bar.css +0 -33
- package/dist/components/search-bar/search-bar.schema.dereffed.json +0 -48
- package/dist/components/search-bar/search-bar.schema.json +0 -35
- package/dist/components/search-filter/index.d.ts +0 -7
- package/dist/components/search-filter/index.js +0 -15
- package/dist/components/search-filter/search-filter.css +0 -20
- package/dist/components/search-filter/search-filter.schema.dereffed.json +0 -69
- package/dist/components/search-filter/search-filter.schema.json +0 -46
- package/dist/components/search-result/index.d.ts +0 -7
- package/dist/components/search-result/index.js +0 -15
- package/dist/components/search-result/search-result.css +0 -26
- package/dist/components/search-result/search-result.schema.dereffed.json +0 -50
- package/dist/components/search-result/search-result.schema.json +0 -41
- package/dist/components/split-even/index.d.ts +0 -74
- package/dist/components/split-even/index.js +0 -7
- package/dist/components/split-even/split-even.css +0 -100
- package/dist/components/split-even/split-even.schema.dereffed.json +0 -5899
- package/dist/components/split-even/split-even.schema.json +0 -170
- package/dist/components/split-weighted/index.d.ts +0 -104
- package/dist/components/split-weighted/index.js +0 -13
- package/dist/components/split-weighted/split-weighted.css +0 -133
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +0 -5959
- package/dist/components/split-weighted/split-weighted.schema.json +0 -212
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +0 -72
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +0 -112
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +0 -197
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +0 -76
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +0 -82
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +0 -219
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +0 -85
- package/dist/static/img/logos/logoipsum-344.svg +0 -174
- package/dist/static/img/logos/logoipsum-347.svg +0 -52
- package/dist/static/img/logos/logoipsum-352.svg +0 -22
- package/dist/static/img/logos/logoipsum-356.svg +0 -20
- package/dist/static/img/logos/logoipsum-358.svg +0 -29
- package/dist/static/img/logos/logoipsum-369.svg +0 -20
- package/dist/static/img/logos/logoipsum-373.svg +0 -17
- package/dist/static/img/people/contact-person.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +0 -0
- package/dist/static/logo-dark.svg +0 -13
- package/dist/static/logo-dsa-inverted.svg +0 -26
- package/dist/static/logo-dsa.svg +0 -26
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,443 +1,466 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 20 Jun 2025 07:55:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const KsBackgroundColorAccentBase = "#
|
|
7
|
-
export const KsBackgroundColorAccentInvertedBase = "#
|
|
8
|
-
export const KsBackgroundColorBoldBase = "#
|
|
9
|
-
export const KsBackgroundColorBoldInvertedBase = "#
|
|
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(
|
|
13
|
-
export const KsBackgroundColorClearInteractiveActiveBase = "rgba(
|
|
14
|
-
export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(
|
|
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(
|
|
18
|
-
export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(
|
|
19
|
-
export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(
|
|
20
|
-
export const KsBackgroundColorDefaultBase = "#
|
|
21
|
-
export const KsBackgroundColorDefaultInvertedBase = "#
|
|
22
|
-
export const KsBackgroundColorInterfaceBase = "rgba(
|
|
23
|
-
export const KsBackgroundColorInterfaceInteractiveBase = "rgba(
|
|
24
|
-
export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(
|
|
25
|
-
export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(
|
|
26
|
-
export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(
|
|
27
|
-
export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#
|
|
28
|
-
export const KsBackgroundColorInterfaceInvertedBase = "rgba(
|
|
29
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(
|
|
30
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(
|
|
31
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(
|
|
32
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(
|
|
33
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
34
|
-
export const KsBackgroundColorCardBase = "
|
|
35
|
-
export const KsBackgroundColorCardInteractiveBase = "
|
|
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 = "#
|
|
40
|
-
export const KsBackgroundColorCardInvertedBase = "#
|
|
41
|
-
export const KsBackgroundColorCardInvertedInteractiveBase = "
|
|
42
|
-
export const KsBackgroundColorCardInvertedInteractiveDisabledBase = "rgba(
|
|
43
|
-
export const KsBackgroundColorCardInvertedInteractiveHoverBase = "rgba(
|
|
44
|
-
export const KsBackgroundColorCardInvertedInteractiveActiveBase = "rgba(
|
|
45
|
-
export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#
|
|
46
|
-
export const KsBackgroundColorPrimaryBase = "#
|
|
47
|
-
export const KsBackgroundColorPrimaryInteractiveBase = "#
|
|
48
|
-
export const KsBackgroundColorPrimaryInteractiveHoverBase = "#
|
|
49
|
-
export const KsBackgroundColorPrimaryInteractiveActiveBase = "#
|
|
50
|
-
export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#
|
|
51
|
-
export const KsBackgroundColorPrimaryTranslucentBase = "rgba(
|
|
52
|
-
export const KsBackgroundColorPrimaryInvertedBase = "#
|
|
53
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#
|
|
54
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#
|
|
55
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#
|
|
56
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#
|
|
57
|
-
export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(
|
|
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 = "#
|
|
61
|
-
export const KsBackgroundColorPositiveInteractiveActiveBase = "#
|
|
62
|
-
export const KsBackgroundColorPositiveInteractiveSelectedBase = "#
|
|
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 = "#
|
|
67
|
-
export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#
|
|
68
|
-
export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#
|
|
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 = "#
|
|
73
|
-
export const KsBackgroundColorInformativeInteractiveActiveBase = "#
|
|
74
|
-
export const KsBackgroundColorInformativeInteractiveSelectedBase = "#
|
|
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 = "#
|
|
79
|
-
export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#
|
|
80
|
-
export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#
|
|
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 = "#
|
|
85
|
-
export const KsBackgroundColorNoticeInteractiveActiveBase = "#
|
|
86
|
-
export const KsBackgroundColorNoticeInteractiveSelectedBase = "#
|
|
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 = "#
|
|
91
|
-
export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#
|
|
92
|
-
export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#
|
|
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 = "#
|
|
97
|
-
export const KsBackgroundColorNegativeInteractiveActiveBase = "#
|
|
98
|
-
export const KsBackgroundColorNegativeInteractiveSelectedBase = "#
|
|
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 = "#
|
|
103
|
-
export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#
|
|
104
|
-
export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#
|
|
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
|
|
107
|
-
export const
|
|
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(
|
|
111
|
-
export const KsBorderColorClearInteractiveActiveBase = "rgba(
|
|
112
|
-
export const KsBorderColorClearInteractiveSelectedBase = "rgba(
|
|
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(
|
|
116
|
-
export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(
|
|
117
|
-
export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(
|
|
118
|
-
export const KsBorderColorDefaultBase = "rgba(
|
|
119
|
-
export const KsBorderColorDefaultInvertedBase = "rgba(
|
|
120
|
-
export const KsBorderColorInterfaceBase = "rgba(
|
|
121
|
-
export const KsBorderColorInterfaceInteractiveBase = "rgba(
|
|
122
|
-
export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(
|
|
123
|
-
export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(
|
|
124
|
-
export const KsBorderColorInterfaceInteractiveActiveBase = "
|
|
125
|
-
export const KsBorderColorInterfaceInteractiveSelectedBase = "#
|
|
126
|
-
export const KsBorderColorInterfaceInvertedBase = "rgba(
|
|
127
|
-
export const KsBorderColorInterfaceInvertedInteractiveBase = "rgba(
|
|
128
|
-
export const KsBorderColorInterfaceInvertedInteractiveDisabledBase = "rgba(
|
|
129
|
-
export const KsBorderColorInterfaceInvertedInteractiveHoverBase = "rgba(
|
|
130
|
-
export const KsBorderColorInterfaceInvertedInteractiveActiveBase = "rgba(
|
|
131
|
-
export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
132
|
-
export const KsBorderColorCardBase = "rgba(
|
|
133
|
-
export const KsBorderColorCardInteractiveBase = "rgba(
|
|
134
|
-
export const KsBorderColorCardInteractiveDisabledBase = "rgba(
|
|
135
|
-
export const KsBorderColorCardInteractiveHoverBase = "rgba(
|
|
136
|
-
export const KsBorderColorCardInteractiveActiveBase = "rgba(
|
|
137
|
-
export const KsBorderColorCardInteractiveSelectedBase = "#
|
|
138
|
-
export const KsBorderColorCardInvertedBase = "rgba(
|
|
139
|
-
export const KsBorderColorCardInvertedInteractiveBase = "rgba(
|
|
140
|
-
export const KsBorderColorCardInvertedInteractiveDisabledBase = "rgba(
|
|
141
|
-
export const KsBorderColorCardInvertedInteractiveHoverBase = "rgba(
|
|
142
|
-
export const KsBorderColorCardInvertedInteractiveActiveBase = "rgba(
|
|
143
|
-
export const KsBorderColorCardInvertedInteractiveSelectedBase = "#
|
|
144
|
-
export const KsBorderColorPrimaryBase = "#
|
|
145
|
-
export const KsBorderColorPrimaryInteractiveBase = "#
|
|
146
|
-
export const KsBorderColorPrimaryInteractiveHoverBase = "#
|
|
147
|
-
export const KsBorderColorPrimaryInteractiveActiveBase = "#
|
|
148
|
-
export const KsBorderColorPrimaryInteractiveSelectedBase = "#
|
|
149
|
-
export const KsBorderColorPrimaryTranslucentBase = "rgba(
|
|
150
|
-
export const KsBorderColorPrimaryInvertedBase = "#
|
|
151
|
-
export const KsBorderColorPrimaryInvertedInteractiveBase = "#
|
|
152
|
-
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#
|
|
153
|
-
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#
|
|
154
|
-
export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#
|
|
155
|
-
export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(
|
|
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 = "#
|
|
159
|
-
export const KsBorderColorPositiveInteractiveActiveBase = "#
|
|
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 = "#
|
|
165
|
-
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#
|
|
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 = "#
|
|
171
|
-
export const KsBorderColorInformativeInteractiveActiveBase = "#
|
|
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 = "#
|
|
177
|
-
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#
|
|
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 = "#
|
|
183
|
-
export const KsBorderColorNoticeInteractiveActiveBase = "#
|
|
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 = "#
|
|
189
|
-
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#
|
|
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 = "#
|
|
195
|
-
export const KsBorderColorNegativeInteractiveActiveBase = "#
|
|
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 = "#
|
|
201
|
-
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#
|
|
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 = "
|
|
207
|
-
export const KsBorderRadiusCard = "
|
|
208
|
-
export const KsBorderRadiusSurface = "
|
|
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.
|
|
216
|
-
export const KsBoxShadowOpacityCardHover = "0.
|
|
217
|
-
export const KsBoxShadowOpacityCardInverted = "0.
|
|
218
|
-
export const KsBoxShadowOpacityCardInvertedHover = "0.
|
|
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(
|
|
224
|
-
export const KsBoxShadowColorControlHover = "rgba(
|
|
225
|
-
export const KsBoxShadowColorControlInverted = "rgba(
|
|
226
|
-
export const KsBoxShadowColorControlInvertedHover = "rgba(
|
|
227
|
-
export const KsBoxShadowColorCard = "rgba(
|
|
228
|
-
export const KsBoxShadowColorCardHover = "rgba(
|
|
229
|
-
export const KsBoxShadowColorCardInverted = "rgba(
|
|
230
|
-
export const KsBoxShadowColorCardInvertedHover = "rgba(
|
|
231
|
-
export const KsBoxShadowColorSurface = "rgba(
|
|
232
|
-
export const KsBoxShadowColorSurfaceHover = "rgba(
|
|
233
|
-
export const KsBoxShadowColorSurfaceInverted = "rgba(
|
|
234
|
-
export const KsBoxShadowColorSurfaceInvertedHover = "rgba(
|
|
235
|
-
export const KsBoxShadowControl = "0 1px 2.75px rgba(
|
|
236
|
-
export const KsBoxShadowControlHover = "0 1px 5.5px rgba(
|
|
237
|
-
export const KsBoxShadowControlInverted = "0 1px 2.75px rgba(
|
|
238
|
-
export const KsBoxShadowControlInvertedHover = "0 1px 5.5px rgba(
|
|
239
|
-
export const KsBoxShadowCard = "0 1px 5.5px rgba(
|
|
240
|
-
export const KsBoxShadowCardHover = "0 1px 11px rgba(
|
|
241
|
-
export const KsBoxShadowCardInverted = "0 1px 5.5px rgba(
|
|
242
|
-
export const KsBoxShadowCardInvertedHover = "0 1px 11px rgba(
|
|
243
|
-
export const KsBoxShadowSurface = "0 1px 11px rgba(
|
|
244
|
-
export const KsBoxShadowSurfaceHover = "0 1px 22px rgba(
|
|
245
|
-
export const KsBoxShadowSurfaceInverted = "0 1px 11px rgba(
|
|
246
|
-
export const KsBoxShadowSurfaceInvertedHover = "0 1px 22px rgba(
|
|
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
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
export const
|
|
255
|
-
export const
|
|
256
|
-
export const
|
|
257
|
-
export const
|
|
258
|
-
export const
|
|
259
|
-
export const
|
|
260
|
-
export const
|
|
261
|
-
export const
|
|
262
|
-
export const
|
|
263
|
-
export const
|
|
264
|
-
export const
|
|
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 = "#
|
|
268
|
-
export const KsColorFgToBg7Base = "#
|
|
269
|
-
export const KsColorFgToBg8Base = "#
|
|
270
|
-
export const KsColorFgToBg9Base = "#
|
|
271
|
-
export const KsColorFgInvertedBase = "#
|
|
272
|
-
export const KsColorFgInvertedAlpha1Base = "rgba(
|
|
273
|
-
export const KsColorFgInvertedAlpha2Base = "rgba(
|
|
274
|
-
export const KsColorFgInvertedAlpha3Base = "rgba(
|
|
275
|
-
export const KsColorFgInvertedAlpha4Base = "rgba(
|
|
276
|
-
export const KsColorFgInvertedAlpha5Base = "rgba(
|
|
277
|
-
export const KsColorFgInvertedAlpha6Base = "rgba(
|
|
278
|
-
export const KsColorFgInvertedAlpha7Base = "rgba(
|
|
279
|
-
export const KsColorFgInvertedAlpha8Base = "rgba(
|
|
280
|
-
export const KsColorFgInvertedAlpha9Base = "rgba(
|
|
281
|
-
export const KsColorFgInvertedToBg1Base = "#
|
|
282
|
-
export const KsColorFgInvertedToBg2Base = "#
|
|
283
|
-
export const KsColorFgInvertedToBg3Base = "#
|
|
284
|
-
export const KsColorFgInvertedToBg4Base = "#
|
|
285
|
-
export const KsColorFgInvertedToBg5Base = "#
|
|
286
|
-
export const KsColorFgInvertedToBg6Base = "#
|
|
287
|
-
export const KsColorFgInvertedToBg7Base = "#
|
|
288
|
-
export const KsColorFgInvertedToBg8Base = "#
|
|
289
|
-
export const KsColorFgInvertedToBg9Base = "#
|
|
290
|
-
export const KsColorBgBase = "#
|
|
291
|
-
export const KsColorBgAlpha1Base = "rgba(
|
|
292
|
-
export const KsColorBgAlpha2Base = "rgba(
|
|
293
|
-
export const KsColorBgAlpha3Base = "rgba(
|
|
294
|
-
export const KsColorBgAlpha4Base = "rgba(
|
|
295
|
-
export const KsColorBgAlpha5Base = "rgba(
|
|
296
|
-
export const KsColorBgAlpha6Base = "rgba(
|
|
297
|
-
export const KsColorBgAlpha7Base = "rgba(
|
|
298
|
-
export const KsColorBgAlpha8Base = "rgba(
|
|
299
|
-
export const KsColorBgAlpha9Base = "rgba(
|
|
300
|
-
export const KsColorBgToFg1Base = "#
|
|
301
|
-
export const KsColorBgToFg2Base = "#
|
|
302
|
-
export const KsColorBgToFg3Base = "#
|
|
303
|
-
export const KsColorBgToFg4Base = "#
|
|
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 = "#
|
|
306
|
-
export const KsColorBgToFg7Base = "#
|
|
307
|
-
export const KsColorBgToFg8Base = "#
|
|
308
|
-
export const KsColorBgToFg9Base = "#
|
|
309
|
-
export const KsColorBgInvertedBase = "#
|
|
310
|
-
export const KsColorBgInvertedAlpha1Base = "rgba(
|
|
311
|
-
export const KsColorBgInvertedAlpha2Base = "rgba(
|
|
312
|
-
export const KsColorBgInvertedAlpha3Base = "rgba(
|
|
313
|
-
export const KsColorBgInvertedAlpha4Base = "rgba(
|
|
314
|
-
export const KsColorBgInvertedAlpha5Base = "rgba(
|
|
315
|
-
export const KsColorBgInvertedAlpha6Base = "rgba(
|
|
316
|
-
export const KsColorBgInvertedAlpha7Base = "rgba(
|
|
317
|
-
export const KsColorBgInvertedAlpha8Base = "rgba(
|
|
318
|
-
export const KsColorBgInvertedAlpha9Base = "rgba(
|
|
319
|
-
export const KsColorBgInvertedToFg1Base = "#
|
|
320
|
-
export const KsColorBgInvertedToFg2Base = "#
|
|
321
|
-
export const KsColorBgInvertedToFg3Base = "#
|
|
322
|
-
export const KsColorBgInvertedToFg4Base = "#
|
|
323
|
-
export const KsColorBgInvertedToFg5Base = "#
|
|
324
|
-
export const KsColorBgInvertedToFg6Base = "#
|
|
325
|
-
export const KsColorBgInvertedToFg7Base = "#
|
|
326
|
-
export const KsColorBgInvertedToFg8Base = "#
|
|
327
|
-
export const KsColorBgInvertedToFg9Base = "#
|
|
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 = "#
|
|
330
|
-
export const KsColorPrimaryAlpha1Base = "rgba(
|
|
331
|
-
export const KsColorPrimaryAlpha2Base = "rgba(
|
|
332
|
-
export const KsColorPrimaryAlpha3Base = "rgba(
|
|
333
|
-
export const KsColorPrimaryAlpha4Base = "rgba(
|
|
334
|
-
export const KsColorPrimaryAlpha5Base = "rgba(
|
|
335
|
-
export const KsColorPrimaryAlpha6Base = "rgba(
|
|
336
|
-
export const KsColorPrimaryAlpha7Base = "rgba(
|
|
337
|
-
export const KsColorPrimaryAlpha8Base = "rgba(
|
|
338
|
-
export const KsColorPrimaryAlpha9Base = "rgba(
|
|
339
|
-
export const KsColorPrimaryToBg1Base = "#
|
|
340
|
-
export const KsColorPrimaryToBg2Base = "#
|
|
341
|
-
export const KsColorPrimaryToBg3Base = "#
|
|
342
|
-
export const KsColorPrimaryToBg4Base = "#
|
|
343
|
-
export const KsColorPrimaryToBg5Base = "#
|
|
344
|
-
export const KsColorPrimaryToBg6Base = "#
|
|
345
|
-
export const KsColorPrimaryToBg7Base = "#
|
|
346
|
-
export const KsColorPrimaryToBg8Base = "#
|
|
347
|
-
export const KsColorPrimaryToBg9Base = "#
|
|
348
|
-
export const KsColorPrimaryToFg1Base = "#
|
|
349
|
-
export const KsColorPrimaryToFg2Base = "#
|
|
350
|
-
export const KsColorPrimaryToFg3Base = "#
|
|
351
|
-
export const KsColorPrimaryToFg4Base = "#
|
|
352
|
-
export const KsColorPrimaryToFg5Base = "#
|
|
353
|
-
export const KsColorPrimaryToFg6Base = "#
|
|
354
|
-
export const KsColorPrimaryToFg7Base = "#
|
|
355
|
-
export const KsColorPrimaryToFg8Base = "#
|
|
356
|
-
export const KsColorPrimaryToFg9Base = "#
|
|
357
|
-
export const KsColorPrimaryInvertedBase = "#
|
|
358
|
-
export const KsColorPrimaryInvertedAlpha1Base = "rgba(
|
|
359
|
-
export const KsColorPrimaryInvertedAlpha2Base = "rgba(
|
|
360
|
-
export const KsColorPrimaryInvertedAlpha3Base = "rgba(
|
|
361
|
-
export const KsColorPrimaryInvertedAlpha4Base = "rgba(
|
|
362
|
-
export const KsColorPrimaryInvertedAlpha5Base = "rgba(
|
|
363
|
-
export const KsColorPrimaryInvertedAlpha6Base = "rgba(
|
|
364
|
-
export const KsColorPrimaryInvertedAlpha7Base = "rgba(
|
|
365
|
-
export const KsColorPrimaryInvertedAlpha8Base = "rgba(
|
|
366
|
-
export const KsColorPrimaryInvertedAlpha9Base = "rgba(
|
|
367
|
-
export const KsColorPrimaryInvertedToBg1Base = "#
|
|
368
|
-
export const KsColorPrimaryInvertedToBg2Base = "#
|
|
369
|
-
export const KsColorPrimaryInvertedToBg3Base = "#
|
|
370
|
-
export const KsColorPrimaryInvertedToBg4Base = "#
|
|
371
|
-
export const KsColorPrimaryInvertedToBg5Base = "#
|
|
372
|
-
export const KsColorPrimaryInvertedToBg6Base = "#
|
|
373
|
-
export const KsColorPrimaryInvertedToBg7Base = "#
|
|
374
|
-
export const KsColorPrimaryInvertedToBg8Base = "#
|
|
375
|
-
export const KsColorPrimaryInvertedToBg9Base = "#
|
|
376
|
-
export const KsColorPrimaryInvertedToFg1Base = "#
|
|
377
|
-
export const KsColorPrimaryInvertedToFg2Base = "#
|
|
378
|
-
export const KsColorPrimaryInvertedToFg3Base = "#
|
|
379
|
-
export const KsColorPrimaryInvertedToFg4Base = "#
|
|
380
|
-
export const KsColorPrimaryInvertedToFg5Base = "#
|
|
381
|
-
export const KsColorPrimaryInvertedToFg6Base = "#
|
|
382
|
-
export const KsColorPrimaryInvertedToFg7Base = "#
|
|
383
|
-
export const KsColorPrimaryInvertedToFg8Base = "#
|
|
384
|
-
export const KsColorPrimaryInvertedToFg9Base = "#
|
|
385
|
-
export const KsColorLinkBase = "#
|
|
386
|
-
export const KsColorLinkAlpha1Base = "rgba(
|
|
387
|
-
export const KsColorLinkAlpha2Base = "rgba(
|
|
388
|
-
export const KsColorLinkAlpha3Base = "rgba(
|
|
389
|
-
export const KsColorLinkAlpha4Base = "rgba(
|
|
390
|
-
export const KsColorLinkAlpha5Base = "rgba(
|
|
391
|
-
export const KsColorLinkAlpha6Base = "rgba(
|
|
392
|
-
export const KsColorLinkAlpha7Base = "rgba(
|
|
393
|
-
export const KsColorLinkAlpha8Base = "rgba(
|
|
394
|
-
export const KsColorLinkAlpha9Base = "rgba(
|
|
395
|
-
export const KsColorLinkToBg1Base = "#
|
|
396
|
-
export const KsColorLinkToBg2Base = "#
|
|
397
|
-
export const KsColorLinkToBg3Base = "#
|
|
398
|
-
export const KsColorLinkToBg4Base = "#
|
|
399
|
-
export const KsColorLinkToBg5Base = "#
|
|
400
|
-
export const KsColorLinkToBg6Base = "#
|
|
401
|
-
export const KsColorLinkToBg7Base = "#
|
|
402
|
-
export const KsColorLinkToBg8Base = "#
|
|
403
|
-
export const KsColorLinkToBg9Base = "#
|
|
404
|
-
export const KsColorLinkToFg1Base = "#
|
|
405
|
-
export const KsColorLinkToFg2Base = "#
|
|
406
|
-
export const KsColorLinkToFg3Base = "#
|
|
407
|
-
export const KsColorLinkToFg4Base = "#
|
|
408
|
-
export const KsColorLinkToFg5Base = "#
|
|
409
|
-
export const KsColorLinkToFg6Base = "#
|
|
410
|
-
export const KsColorLinkToFg7Base = "#
|
|
411
|
-
export const KsColorLinkToFg8Base = "#
|
|
412
|
-
export const KsColorLinkToFg9Base = "#
|
|
413
|
-
export const KsColorLinkInvertedBase = "#
|
|
414
|
-
export const KsColorLinkInvertedAlpha1Base = "rgba(
|
|
415
|
-
export const KsColorLinkInvertedAlpha2Base = "rgba(
|
|
416
|
-
export const KsColorLinkInvertedAlpha3Base = "rgba(
|
|
417
|
-
export const KsColorLinkInvertedAlpha4Base = "rgba(
|
|
418
|
-
export const KsColorLinkInvertedAlpha5Base = "rgba(
|
|
419
|
-
export const KsColorLinkInvertedAlpha6Base = "rgba(
|
|
420
|
-
export const KsColorLinkInvertedAlpha7Base = "rgba(
|
|
421
|
-
export const KsColorLinkInvertedAlpha8Base = "rgba(
|
|
422
|
-
export const KsColorLinkInvertedAlpha9Base = "rgba(
|
|
423
|
-
export const KsColorLinkInvertedToBg1Base = "#
|
|
424
|
-
export const KsColorLinkInvertedToBg2Base = "#
|
|
425
|
-
export const KsColorLinkInvertedToBg3Base = "#
|
|
426
|
-
export const KsColorLinkInvertedToBg4Base = "#
|
|
427
|
-
export const KsColorLinkInvertedToBg5Base = "#
|
|
428
|
-
export const KsColorLinkInvertedToBg6Base = "#
|
|
429
|
-
export const KsColorLinkInvertedToBg7Base = "#
|
|
430
|
-
export const KsColorLinkInvertedToBg8Base = "#
|
|
431
|
-
export const KsColorLinkInvertedToBg9Base = "#
|
|
432
|
-
export const KsColorLinkInvertedToFg1Base = "#
|
|
433
|
-
export const KsColorLinkInvertedToFg2Base = "#
|
|
434
|
-
export const KsColorLinkInvertedToFg3Base = "#
|
|
435
|
-
export const KsColorLinkInvertedToFg4Base = "#
|
|
436
|
-
export const KsColorLinkInvertedToFg5Base = "#
|
|
437
|
-
export const KsColorLinkInvertedToFg6Base = "#
|
|
438
|
-
export const KsColorLinkInvertedToFg7Base = "#
|
|
439
|
-
export const KsColorLinkInvertedToFg8Base = "#
|
|
440
|
-
export const KsColorLinkInvertedToFg9Base = "#
|
|
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 = "#
|
|
452
|
-
export const KsColorPositiveToBg2Base = "#
|
|
453
|
-
export const KsColorPositiveToBg3Base = "#
|
|
454
|
-
export const KsColorPositiveToBg4Base = "#
|
|
455
|
-
export const KsColorPositiveToBg5Base = "#
|
|
456
|
-
export const KsColorPositiveToBg6Base = "#
|
|
457
|
-
export const KsColorPositiveToBg7Base = "#
|
|
458
|
-
export const KsColorPositiveToBg8Base = "#
|
|
459
|
-
export const KsColorPositiveToBg9Base = "#
|
|
460
|
-
export const KsColorPositiveToFg1Base = "#
|
|
461
|
-
export const KsColorPositiveToFg2Base = "#
|
|
462
|
-
export const KsColorPositiveToFg3Base = "#
|
|
463
|
-
export const KsColorPositiveToFg4Base = "#
|
|
464
|
-
export const KsColorPositiveToFg5Base = "#
|
|
465
|
-
export const KsColorPositiveToFg6Base = "#
|
|
466
|
-
export const KsColorPositiveToFg7Base = "#
|
|
467
|
-
export const KsColorPositiveToFg8Base = "#
|
|
468
|
-
export const KsColorPositiveToFg9Base = "#
|
|
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 = "#
|
|
480
|
-
export const KsColorPositiveInvertedToBg2Base = "#
|
|
481
|
-
export const KsColorPositiveInvertedToBg3Base = "#
|
|
482
|
-
export const KsColorPositiveInvertedToBg4Base = "#
|
|
483
|
-
export const KsColorPositiveInvertedToBg5Base = "#
|
|
484
|
-
export const KsColorPositiveInvertedToBg6Base = "#
|
|
485
|
-
export const KsColorPositiveInvertedToBg7Base = "#
|
|
486
|
-
export const KsColorPositiveInvertedToBg8Base = "#
|
|
487
|
-
export const KsColorPositiveInvertedToBg9Base = "#
|
|
488
|
-
export const KsColorPositiveInvertedToFg1Base = "#
|
|
489
|
-
export const KsColorPositiveInvertedToFg2Base = "#
|
|
490
|
-
export const KsColorPositiveInvertedToFg3Base = "#
|
|
491
|
-
export const KsColorPositiveInvertedToFg4Base = "#
|
|
492
|
-
export const KsColorPositiveInvertedToFg5Base = "#
|
|
493
|
-
export const KsColorPositiveInvertedToFg6Base = "#
|
|
494
|
-
export const KsColorPositiveInvertedToFg7Base = "#
|
|
495
|
-
export const KsColorPositiveInvertedToFg8Base = "#
|
|
496
|
-
export const KsColorPositiveInvertedToFg9Base = "#
|
|
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 = "#
|
|
508
|
-
export const KsColorInformativeToBg2Base = "#
|
|
509
|
-
export const KsColorInformativeToBg3Base = "#
|
|
510
|
-
export const KsColorInformativeToBg4Base = "#
|
|
511
|
-
export const KsColorInformativeToBg5Base = "#
|
|
512
|
-
export const KsColorInformativeToBg6Base = "#
|
|
513
|
-
export const KsColorInformativeToBg7Base = "#
|
|
514
|
-
export const KsColorInformativeToBg8Base = "#
|
|
515
|
-
export const KsColorInformativeToBg9Base = "#
|
|
516
|
-
export const KsColorInformativeToFg1Base = "#
|
|
517
|
-
export const KsColorInformativeToFg2Base = "#
|
|
518
|
-
export const KsColorInformativeToFg3Base = "#
|
|
519
|
-
export const KsColorInformativeToFg4Base = "#
|
|
520
|
-
export const KsColorInformativeToFg5Base = "#
|
|
521
|
-
export const KsColorInformativeToFg6Base = "#
|
|
522
|
-
export const KsColorInformativeToFg7Base = "#
|
|
523
|
-
export const KsColorInformativeToFg8Base = "#
|
|
524
|
-
export const KsColorInformativeToFg9Base = "#
|
|
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 = "#
|
|
536
|
-
export const KsColorInformativeInvertedToBg2Base = "#
|
|
537
|
-
export const KsColorInformativeInvertedToBg3Base = "#
|
|
538
|
-
export const KsColorInformativeInvertedToBg4Base = "#
|
|
539
|
-
export const KsColorInformativeInvertedToBg5Base = "#
|
|
540
|
-
export const KsColorInformativeInvertedToBg6Base = "#
|
|
541
|
-
export const KsColorInformativeInvertedToBg7Base = "#
|
|
542
|
-
export const KsColorInformativeInvertedToBg8Base = "#
|
|
543
|
-
export const KsColorInformativeInvertedToBg9Base = "#
|
|
544
|
-
export const KsColorInformativeInvertedToFg1Base = "#
|
|
545
|
-
export const KsColorInformativeInvertedToFg2Base = "#
|
|
546
|
-
export const KsColorInformativeInvertedToFg3Base = "#
|
|
547
|
-
export const KsColorInformativeInvertedToFg4Base = "#
|
|
548
|
-
export const KsColorInformativeInvertedToFg5Base = "#
|
|
549
|
-
export const KsColorInformativeInvertedToFg6Base = "#
|
|
550
|
-
export const KsColorInformativeInvertedToFg7Base = "#
|
|
551
|
-
export const KsColorInformativeInvertedToFg8Base = "#
|
|
552
|
-
export const KsColorInformativeInvertedToFg9Base = "#
|
|
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 = "#
|
|
564
|
-
export const KsColorNoticeToBg2Base = "#
|
|
565
|
-
export const KsColorNoticeToBg3Base = "#
|
|
566
|
-
export const KsColorNoticeToBg4Base = "#
|
|
567
|
-
export const KsColorNoticeToBg5Base = "#
|
|
568
|
-
export const KsColorNoticeToBg6Base = "#
|
|
569
|
-
export const KsColorNoticeToBg7Base = "#
|
|
570
|
-
export const KsColorNoticeToBg8Base = "#
|
|
571
|
-
export const KsColorNoticeToBg9Base = "#
|
|
572
|
-
export const KsColorNoticeToFg1Base = "#
|
|
573
|
-
export const KsColorNoticeToFg2Base = "#
|
|
574
|
-
export const KsColorNoticeToFg3Base = "#
|
|
575
|
-
export const KsColorNoticeToFg4Base = "#
|
|
576
|
-
export const KsColorNoticeToFg5Base = "#
|
|
577
|
-
export const KsColorNoticeToFg6Base = "#
|
|
578
|
-
export const KsColorNoticeToFg7Base = "#
|
|
579
|
-
export const KsColorNoticeToFg8Base = "#
|
|
580
|
-
export const KsColorNoticeToFg9Base = "#
|
|
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 = "#
|
|
592
|
-
export const KsColorNoticeInvertedToBg2Base = "#
|
|
593
|
-
export const KsColorNoticeInvertedToBg3Base = "#
|
|
594
|
-
export const KsColorNoticeInvertedToBg4Base = "#
|
|
595
|
-
export const KsColorNoticeInvertedToBg5Base = "#
|
|
596
|
-
export const KsColorNoticeInvertedToBg6Base = "#
|
|
597
|
-
export const KsColorNoticeInvertedToBg7Base = "#
|
|
598
|
-
export const KsColorNoticeInvertedToBg8Base = "#
|
|
599
|
-
export const KsColorNoticeInvertedToBg9Base = "#
|
|
600
|
-
export const KsColorNoticeInvertedToFg1Base = "#
|
|
601
|
-
export const KsColorNoticeInvertedToFg2Base = "#
|
|
602
|
-
export const KsColorNoticeInvertedToFg3Base = "#
|
|
603
|
-
export const KsColorNoticeInvertedToFg4Base = "#
|
|
604
|
-
export const KsColorNoticeInvertedToFg5Base = "#
|
|
605
|
-
export const KsColorNoticeInvertedToFg6Base = "#
|
|
606
|
-
export const KsColorNoticeInvertedToFg7Base = "#
|
|
607
|
-
export const KsColorNoticeInvertedToFg8Base = "#
|
|
608
|
-
export const KsColorNoticeInvertedToFg9Base = "#
|
|
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 = "#
|
|
620
|
-
export const KsColorNegativeToBg2Base = "#
|
|
621
|
-
export const KsColorNegativeToBg3Base = "#
|
|
622
|
-
export const KsColorNegativeToBg4Base = "#
|
|
623
|
-
export const KsColorNegativeToBg5Base = "#
|
|
624
|
-
export const KsColorNegativeToBg6Base = "#
|
|
625
|
-
export const KsColorNegativeToBg7Base = "#
|
|
626
|
-
export const KsColorNegativeToBg8Base = "#
|
|
627
|
-
export const KsColorNegativeToBg9Base = "#
|
|
628
|
-
export const KsColorNegativeToFg1Base = "#
|
|
629
|
-
export const KsColorNegativeToFg2Base = "#
|
|
630
|
-
export const KsColorNegativeToFg3Base = "#
|
|
631
|
-
export const KsColorNegativeToFg4Base = "#
|
|
632
|
-
export const KsColorNegativeToFg5Base = "#
|
|
633
|
-
export const KsColorNegativeToFg6Base = "#
|
|
634
|
-
export const KsColorNegativeToFg7Base = "#
|
|
635
|
-
export const KsColorNegativeToFg8Base = "#
|
|
636
|
-
export const KsColorNegativeToFg9Base = "#
|
|
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 = "#
|
|
648
|
-
export const KsColorNegativeInvertedToBg2Base = "#
|
|
649
|
-
export const KsColorNegativeInvertedToBg3Base = "#
|
|
650
|
-
export const KsColorNegativeInvertedToBg4Base = "#
|
|
651
|
-
export const KsColorNegativeInvertedToBg5Base = "#
|
|
652
|
-
export const KsColorNegativeInvertedToBg6Base = "#
|
|
653
|
-
export const KsColorNegativeInvertedToBg7Base = "#
|
|
654
|
-
export const KsColorNegativeInvertedToBg8Base = "#
|
|
655
|
-
export const KsColorNegativeInvertedToBg9Base = "#
|
|
656
|
-
export const KsColorNegativeInvertedToFg1Base = "#
|
|
657
|
-
export const KsColorNegativeInvertedToFg2Base = "#
|
|
658
|
-
export const KsColorNegativeInvertedToFg3Base = "#
|
|
659
|
-
export const KsColorNegativeInvertedToFg4Base = "#
|
|
660
|
-
export const KsColorNegativeInvertedToFg5Base = "#
|
|
661
|
-
export const KsColorNegativeInvertedToFg6Base = "#
|
|
662
|
-
export const KsColorNegativeInvertedToFg7Base = "#
|
|
663
|
-
export const KsColorNegativeInvertedToFg8Base = "#
|
|
664
|
-
export const KsColorNegativeInvertedToFg9Base = "#
|
|
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.
|
|
667
|
-
export const KsSpacingXxsBase = "0.
|
|
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
|
|
673
|
-
export const
|
|
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
|
|
680
|
-
export const
|
|
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
|
|
694
|
-
export const
|
|
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
|
|
701
|
-
export const
|
|
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
|
|
708
|
-
export const
|
|
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
|
|
715
|
-
export const
|
|
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.
|
|
719
|
-
export const KsSpacingStackXl = "1.
|
|
720
|
-
export const KsSpacingInlineXs = "0.
|
|
721
|
-
export const KsSpacingInlineS = "0.
|
|
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.
|
|
724
|
-
export const KsSpacingInlineXl = "1.
|
|
725
|
-
export const KsSpacingInsetXs = "0.
|
|
726
|
-
export const KsSpacingInsetS = "0.
|
|
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.
|
|
729
|
-
export const KsSpacingInsetXl = "1.
|
|
730
|
-
export const KsSpacingInsetSquishXs = "0.
|
|
731
|
-
export const KsSpacingInsetSquishS = "0.
|
|
732
|
-
export const KsSpacingInsetSquishM = "0.
|
|
733
|
-
export const KsSpacingInsetSquishL = "0.875rem 1.
|
|
734
|
-
export const KsSpacingInsetSquishXl = "1.
|
|
735
|
-
export const KsSpacingInsetStretchXs = "0.
|
|
736
|
-
export const KsSpacingInsetStretchS = "0.875rem 0.
|
|
737
|
-
export const KsSpacingInsetStretchM = "1.
|
|
738
|
-
export const KsSpacingInsetStretchL = "1.
|
|
739
|
-
export const KsSpacingInsetStretchXl = "2.
|
|
740
|
-
export const KsTextColorDefaultBase = "
|
|
741
|
-
export const KsTextColorDefaultInteractiveBase = "#
|
|
742
|
-
export const KsTextColorDefaultInteractiveHoverBase = "
|
|
743
|
-
export const KsTextColorDefaultInteractiveActiveBase = "#
|
|
744
|
-
export const KsTextColorDefaultInteractiveSelectedBase = "#
|
|
745
|
-
export const KsTextColorDefaultInvertedBase = "
|
|
746
|
-
export const KsTextColorDefaultInvertedInteractiveBase = "#
|
|
747
|
-
export const KsTextColorDefaultInvertedInteractiveHoverBase = "
|
|
748
|
-
export const KsTextColorDefaultInvertedInteractiveActiveBase = "#
|
|
749
|
-
export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#
|
|
750
|
-
export const KsTextColorCopyBase = "rgba(
|
|
751
|
-
export const KsTextColorCopyInteractiveBase = "#
|
|
752
|
-
export const KsTextColorCopyInteractiveHoverBase = "#
|
|
753
|
-
export const KsTextColorCopyInteractiveActiveBase = "#
|
|
754
|
-
export const KsTextColorCopyInteractiveSelectedBase = "#
|
|
755
|
-
export const KsTextColorCopyInvertedBase = "rgba(
|
|
756
|
-
export const KsTextColorCopyInvertedInteractiveBase = "#
|
|
757
|
-
export const KsTextColorCopyInvertedInteractiveHoverBase = "#
|
|
758
|
-
export const KsTextColorCopyInvertedInteractiveActiveBase = "#
|
|
759
|
-
export const KsTextColorCopyInvertedInteractiveSelectedBase = "#
|
|
760
|
-
export const KsTextColorDisplayBase = "#
|
|
761
|
-
export const KsTextColorDisplayInteractiveBase = "#
|
|
762
|
-
export const KsTextColorDisplayInteractiveHoverBase = "#
|
|
763
|
-
export const KsTextColorDisplayInteractiveActiveBase = "#
|
|
764
|
-
export const KsTextColorDisplayInteractiveSelectedBase = "#
|
|
765
|
-
export const KsTextColorDisplayInvertedBase = "#
|
|
766
|
-
export const KsTextColorDisplayInvertedInteractiveBase = "#
|
|
767
|
-
export const KsTextColorDisplayInvertedInteractiveHoverBase = "#
|
|
768
|
-
export const KsTextColorDisplayInvertedInteractiveActiveBase = "#
|
|
769
|
-
export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#
|
|
770
|
-
export const KsTextColorInterfaceBase = "rgba(
|
|
771
|
-
export const KsTextColorInterfaceInteractiveBase = "rgba(
|
|
772
|
-
export const KsTextColorInterfaceInteractiveHoverBase = "#
|
|
773
|
-
export const KsTextColorInterfaceInteractiveActiveBase = "#
|
|
774
|
-
export const KsTextColorInterfaceInteractiveSelectedBase = "#
|
|
775
|
-
export const KsTextColorInterfaceInvertedBase = "rgba(
|
|
776
|
-
export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(
|
|
777
|
-
export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#
|
|
778
|
-
export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#
|
|
779
|
-
export const KsTextColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
780
|
-
export const KsTextColorCardBase = "rgba(
|
|
781
|
-
export const KsTextColorCardInteractiveBase = "#
|
|
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(
|
|
786
|
-
export const KsTextColorCardInvertedInteractiveBase = "#
|
|
787
|
-
export const KsTextColorCardInvertedInteractiveHoverBase = "#
|
|
788
|
-
export const KsTextColorCardInvertedInteractiveActiveBase = "#
|
|
789
|
-
export const KsTextColorCardInvertedInteractiveSelectedBase = "#
|
|
790
|
-
export const KsTextColorPrimaryBase = "#
|
|
791
|
-
export const KsTextColorPrimaryInteractiveBase = "#
|
|
792
|
-
export const KsTextColorPrimaryInteractiveHoverBase = "rgba(
|
|
793
|
-
export const KsTextColorPrimaryInteractiveActiveBase = "rgba(
|
|
794
|
-
export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(
|
|
795
|
-
export const KsTextColorPrimaryInvertedBase = "#
|
|
796
|
-
export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(
|
|
797
|
-
export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(
|
|
798
|
-
export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(
|
|
799
|
-
export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(
|
|
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 = "
|
|
931
|
+
export const KsTransitionCollapse = "300ms ease-out";
|
|
850
932
|
export const KsTransitionHover = "100ms ease-in-out";
|
|
851
|
-
export const KsTransitionFade = "
|
|
852
|
-
export const KsFontFamilyDisplay = "
|
|
853
|
-
export const KsFontFamilyCopy = "
|
|
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
|
|
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.
|
|
862
|
-
export const KsFontSizeDisplayBpFactorLaptop = 1.
|
|
863
|
-
export const KsFontSizeDisplayBpFactorDesktop = 1.
|
|
864
|
-
export const KsFontSizeDisplayXxsBase = "0.
|
|
865
|
-
export const KsFontSizeDisplayXsBase = "0.
|
|
866
|
-
export const KsFontSizeDisplaySBase = "
|
|
867
|
-
export const KsFontSizeDisplayMBase = "
|
|
868
|
-
export const KsFontSizeDisplayLBase = "1.
|
|
869
|
-
export const KsFontSizeDisplayXlBase = "1.
|
|
870
|
-
export const KsFontSizeDisplayXxlBase = "
|
|
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.
|
|
873
|
-
export const KsFontSizeCopyXsBase = "0.
|
|
874
|
-
export const KsFontSizeCopySBase = "0.
|
|
875
|
-
export const KsFontSizeCopyMBase = "
|
|
876
|
-
export const KsFontSizeCopyLBase = "1.
|
|
877
|
-
export const KsFontSizeCopyXlBase = "1.
|
|
878
|
-
export const KsFontSizeCopyXxlBase = "
|
|
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.
|
|
889
|
-
export const KsFontSizeMonoXsBase = "0.
|
|
890
|
-
export const KsFontSizeMonoSBase = "0.
|
|
891
|
-
export const KsFontSizeMonoMBase = "
|
|
892
|
-
export const KsFontSizeMonoLBase = "1.
|
|
893
|
-
export const KsFontSizeMonoXlBase = "1.
|
|
894
|
-
export const KsFontSizeMonoXxlBase = "
|
|
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
|
|
926
|
-
export const
|
|
927
|
-
export const
|
|
928
|
-
export const
|
|
929
|
-
export const
|
|
930
|
-
export const
|
|
931
|
-
export const
|
|
932
|
-
export const
|
|
933
|
-
export const
|
|
934
|
-
export const
|
|
935
|
-
export const
|
|
936
|
-
export const
|
|
937
|
-
export const
|
|
938
|
-
export const
|
|
939
|
-
export const
|
|
940
|
-
export const
|
|
941
|
-
export const
|
|
942
|
-
export const
|
|
943
|
-
export const
|
|
944
|
-
export const
|
|
945
|
-
export const
|
|
946
|
-
export const
|
|
947
|
-
export const
|
|
948
|
-
export const
|
|
949
|
-
export const
|
|
950
|
-
export const
|
|
951
|
-
export const
|
|
952
|
-
export const
|
|
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>";
|