@kickstartds/ds-agency-premium 1.6.71--canary.45.1950.0 → 1.6.71--canary.1954.71f9342.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/{BlogOverviewProps-21d04028.d.ts → BlogOverviewProps-9f207f1c.d.ts} +2 -2
- package/dist/BlogPostProps-c760fd2a.d.ts +1 -1
- package/dist/{PageProps-21d04028.d.ts → PageProps-aa29c554.d.ts} +1 -1
- package/dist/{SectionProps-00ddee3a.d.ts → SectionProps-2fd5dbde.d.ts} +2 -2
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +3 -1
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +3 -1
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/button/button.css +2 -2
- package/dist/components/footer/footer.css +3 -3
- package/dist/components/footer/footer.schema.dereffed.json +20 -12
- package/dist/components/header/header.schema.dereffed.json +20 -12
- package/dist/components/headline/headline.css +44 -2
- package/dist/components/hero/hero.css +22 -0
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +20 -12
- package/dist/components/nav-main/nav-main.schema.dereffed.json +20 -12
- package/dist/components/nav-main/nav-main.schema.json +20 -12
- package/dist/components/nav-topbar/nav-topbar.css +3 -3
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +20 -12
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +3 -1
- package/dist/components/page-wrapper/index.js +6 -0
- package/dist/components/page-wrapper/tokens.css +251 -251
- package/dist/components/presets.json +42 -26
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +3 -1
- package/dist/components/section/section.css +60 -19
- package/dist/components/section/section.schema.dereffed.json +3 -1
- package/dist/components/section/section.schema.json +1 -1
- package/dist/components/settings/settings.schema.dereffed.json +40 -24
- package/dist/components/split-even/index.d.ts +1 -1
- package/dist/components/split-weighted/index.d.ts +1 -1
- package/dist/components/stats/stats.css +4 -4
- package/dist/components/teaser-card/teaser-card.css +9 -11
- package/dist/global.css +2 -2
- package/dist/static/favicon/android-chrome-192x192.png +0 -0
- package/dist/static/favicon/android-chrome-512x512.png +0 -0
- package/dist/static/favicon/apple-touch-icon.png +0 -0
- package/dist/static/favicon/favicon-16x16.png +0 -0
- package/dist/static/favicon/favicon-32x32.png +0 -0
- package/dist/static/favicon/favicon.ico +0 -0
- package/dist/static/favicon/site.webmanifest +1 -19
- package/dist/static/guenther/brands/cadillac.png +0 -0
- package/dist/static/guenther/brands/corvette.png +0 -0
- package/dist/static/guenther/brands/infiniti.png +0 -0
- package/dist/static/guenther/brands/isuzu.png +0 -0
- package/dist/static/guenther/brands/kia.png +0 -0
- package/dist/static/guenther/brands/maserati.png +0 -0
- package/dist/static/guenther/brands/micro.png +0 -0
- package/dist/static/guenther/brands/msg.png +0 -0
- package/dist/static/guenther/brands/nissan.png +0 -0
- package/dist/static/guenther/brands/saab.png +0 -0
- package/dist/static/guenther/brands/subaru.png +0 -0
- package/dist/static/guenther/car-1.webp +0 -0
- package/dist/static/guenther/car-2.webp +0 -0
- package/dist/static/guenther/car-cutout-1.avif +0 -0
- package/dist/static/guenther/car-cutout-2.avif +0 -0
- package/dist/static/guenther/car-cutout-3.png +0 -0
- package/dist/static/guenther/car-red.png +0 -0
- package/dist/static/guenther/car-store.png +0 -0
- package/dist/static/guenther/car-yellow.webp +0 -0
- package/dist/static/guenther/contact.jpg +0 -0
- package/dist/static/guenther/header-2.png +0 -0
- package/dist/static/guenther/header.jpg +0 -0
- package/dist/static/guenther/header.png +0 -0
- package/dist/static/guenther/kia-header.webp +0 -0
- package/dist/static/guenther/visual.png +0 -0
- package/dist/static/logo-inverted.svg +27 -12
- package/dist/static/logo.svg +27 -12
- package/dist/tokens/IconSprite.js +6 -0
- package/dist/tokens/icon-sprite.html +2 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +251 -251
- package/dist/tokens/tokens.js +377 -376
- package/package.json +1 -1
- package/dist/static/favicon/browserconfig.xml +0 -9
- package/dist/static/favicon/favicon-192-192.png +0 -20
- package/dist/static/favicon/mstile-144x144.png +0 -0
- package/dist/static/favicon/mstile-150x150.png +0 -0
- package/dist/static/favicon/mstile-310x150.png +0 -0
- package/dist/static/favicon/mstile-310x310.png +0 -0
- package/dist/static/favicon/mstile-70x70.png +0 -0
- package/dist/static/favicon/safari-pinned-tab.svg +0 -30
- /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
- /package/dist/{ImageStoryProps-00ddee3a.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 01 Aug 2025 04:58:
|
|
3
|
+
* Generated on Fri, 01 Aug 2025 04:58:22 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 = "#f2f2f2";
|
|
7
|
+
export const KsBackgroundColorAccentInvertedBase = "#2b2b2b";
|
|
8
|
+
export const KsBackgroundColorBoldBase = "#dedede";
|
|
9
|
+
export const KsBackgroundColorBoldInvertedBase = "#3d3d3d";
|
|
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(195, 0, 47, 0.13)";
|
|
13
|
+
export const KsBackgroundColorClearInteractiveActiveBase = "rgba(195, 0, 47, 0.24)";
|
|
14
|
+
export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(195, 0, 47, 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(
|
|
17
|
+
export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.24)";
|
|
18
|
+
export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.37)";
|
|
19
|
+
export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.5)";
|
|
20
20
|
export const KsBackgroundColorDefaultBase = "#ffffff";
|
|
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 = "#
|
|
21
|
+
export const KsBackgroundColorDefaultInvertedBase = "#202020";
|
|
22
|
+
export const KsBackgroundColorInterfaceBase = "rgba(0, 0, 0, 0.05)";
|
|
23
|
+
export const KsBackgroundColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.13)";
|
|
24
|
+
export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(0, 0, 0, 0.05)";
|
|
25
|
+
export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(0, 0, 0, 0.24)";
|
|
26
|
+
export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(0, 0, 0, 0.37)";
|
|
27
|
+
export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#c3002f";
|
|
28
28
|
export const KsBackgroundColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.05)";
|
|
29
29
|
export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.13)";
|
|
30
30
|
export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.05)";
|
|
31
31
|
export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.37)";
|
|
32
32
|
export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
|
|
33
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
34
|
-
export const KsBackgroundColorCardBase = "rgba(
|
|
33
|
+
export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#c41631";
|
|
34
|
+
export const KsBackgroundColorCardBase = "rgba(0, 0, 0, 0.05)";
|
|
35
35
|
export const KsBackgroundColorCardInteractiveBase = "#ffffff";
|
|
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
39
|
export const KsBackgroundColorCardInteractiveSelectedBase = "#ffffff";
|
|
40
|
-
export const KsBackgroundColorCardInvertedBase = "#
|
|
41
|
-
export const KsBackgroundColorCardInvertedInteractiveBase = "#
|
|
40
|
+
export const KsBackgroundColorCardInvertedBase = "#2b2b2b";
|
|
41
|
+
export const KsBackgroundColorCardInvertedInteractiveBase = "#2b2b2b";
|
|
42
42
|
export const KsBackgroundColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.24)";
|
|
43
43
|
export const KsBackgroundColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.05)";
|
|
44
44
|
export const KsBackgroundColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
|
|
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(
|
|
45
|
+
export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#c41631";
|
|
46
|
+
export const KsBackgroundColorPrimaryBase = "#c3002f";
|
|
47
|
+
export const KsBackgroundColorPrimaryInteractiveBase = "#c3002f";
|
|
48
|
+
export const KsBackgroundColorPrimaryInteractiveHoverBase = "#cb214a";
|
|
49
|
+
export const KsBackgroundColorPrimaryInteractiveActiveBase = "#cb214a";
|
|
50
|
+
export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#d95e7c";
|
|
51
|
+
export const KsBackgroundColorPrimaryTranslucentBase = "rgba(195, 0, 47, 0.5)";
|
|
52
|
+
export const KsBackgroundColorPrimaryInvertedBase = "#c41631";
|
|
53
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#c41631";
|
|
54
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#af172f";
|
|
55
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#af172f";
|
|
56
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#871a2b";
|
|
57
|
+
export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(196, 22, 49, 0.5)";
|
|
58
58
|
export const KsBackgroundColorPositiveBase = "#6edb64";
|
|
59
59
|
export const KsBackgroundColorPositiveInteractiveBase = "#6edb64";
|
|
60
60
|
export const KsBackgroundColorPositiveInteractiveHoverBase = "#81e078";
|
|
@@ -63,9 +63,9 @@ export const KsBackgroundColorPositiveInteractiveSelectedBase = "#a4e89d";
|
|
|
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 = "#23761c";
|
|
67
|
+
export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#23761c";
|
|
68
|
+
export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#225e1d";
|
|
69
69
|
export const KsBackgroundColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.5)";
|
|
70
70
|
export const KsBackgroundColorInformativeBase = "#64c2db";
|
|
71
71
|
export const KsBackgroundColorInformativeInteractiveBase = "#64c2db";
|
|
@@ -75,9 +75,9 @@ export const KsBackgroundColorInformativeInteractiveSelectedBase = "#9dd9e8";
|
|
|
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 = "#046681";
|
|
79
|
+
export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#046681";
|
|
80
|
+
export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#0c5366";
|
|
81
81
|
export const KsBackgroundColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.5)";
|
|
82
82
|
export const KsBackgroundColorNoticeBase = "#f9de55";
|
|
83
83
|
export const KsBackgroundColorNoticeInteractiveBase = "#f9de55";
|
|
@@ -87,9 +87,9 @@ export const KsBackgroundColorNoticeInteractiveSelectedBase = "#fbea94";
|
|
|
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 = "#e2554c";
|
|
91
|
+
export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#e2554c";
|
|
92
|
+
export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#ac4640";
|
|
93
93
|
export const KsBackgroundColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.5)";
|
|
94
94
|
export const KsBackgroundColorNegativeBase = "#ff1a57";
|
|
95
95
|
export const KsBackgroundColorNegativeInteractiveBase = "#ff1a57";
|
|
@@ -99,60 +99,60 @@ export const KsBackgroundColorNegativeInteractiveSelectedBase = "#ff6f95";
|
|
|
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 = "#bb1d43";
|
|
103
|
+
export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#bb1d43";
|
|
104
|
+
export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#901e39";
|
|
105
105
|
export const KsBackgroundColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.5)";
|
|
106
|
-
export const KsBorderColorAccentBase = "#
|
|
107
|
-
export const KsBorderColorAccentInvertedBase = "#
|
|
106
|
+
export const KsBorderColorAccentBase = "#dedede";
|
|
107
|
+
export const KsBorderColorAccentInvertedBase = "#3d3d3d";
|
|
108
108
|
export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
|
|
109
109
|
export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
110
|
-
export const KsBorderColorClearInteractiveHoverBase = "rgba(
|
|
111
|
-
export const KsBorderColorClearInteractiveActiveBase = "rgba(
|
|
112
|
-
export const KsBorderColorClearInteractiveSelectedBase = "rgba(
|
|
110
|
+
export const KsBorderColorClearInteractiveHoverBase = "rgba(195, 0, 47, 0.13)";
|
|
111
|
+
export const KsBorderColorClearInteractiveActiveBase = "rgba(195, 0, 47, 0.24)";
|
|
112
|
+
export const KsBorderColorClearInteractiveSelectedBase = "rgba(195, 0, 47, 0.37)";
|
|
113
113
|
export const KsBorderColorClearInvertedBase = "rgba(0, 0, 0, 0)";
|
|
114
114
|
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(
|
|
115
|
+
export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.24)";
|
|
116
|
+
export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.37)";
|
|
117
|
+
export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.5)";
|
|
118
|
+
export const KsBorderColorDefaultBase = "rgba(0, 0, 0, 0.13)";
|
|
119
119
|
export const KsBorderColorDefaultInvertedBase = "rgba(255, 255, 255, 0.13)";
|
|
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 = "#
|
|
120
|
+
export const KsBorderColorInterfaceBase = "rgba(0, 0, 0, 0.13)";
|
|
121
|
+
export const KsBorderColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.24)";
|
|
122
|
+
export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(0, 0, 0, 0.13)";
|
|
123
|
+
export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(0, 0, 0, 0.5)";
|
|
124
|
+
export const KsBorderColorInterfaceInteractiveActiveBase = "#c3002f";
|
|
125
|
+
export const KsBorderColorInterfaceInteractiveSelectedBase = "#c3002f";
|
|
126
126
|
export const KsBorderColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.13)";
|
|
127
127
|
export const KsBorderColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.24)";
|
|
128
128
|
export const KsBorderColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
|
|
129
129
|
export const KsBorderColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.5)";
|
|
130
130
|
export const KsBorderColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.5)";
|
|
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 = "#
|
|
131
|
+
export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#c41631";
|
|
132
|
+
export const KsBorderColorCardBase = "rgba(0, 0, 0, 0.05)";
|
|
133
|
+
export const KsBorderColorCardInteractiveBase = "rgba(0, 0, 0, 0.13)";
|
|
134
|
+
export const KsBorderColorCardInteractiveDisabledBase = "rgba(0, 0, 0, 0.13)";
|
|
135
|
+
export const KsBorderColorCardInteractiveHoverBase = "rgba(0, 0, 0, 0.5)";
|
|
136
|
+
export const KsBorderColorCardInteractiveActiveBase = "rgba(0, 0, 0, 0.76)";
|
|
137
|
+
export const KsBorderColorCardInteractiveSelectedBase = "#c3002f";
|
|
138
138
|
export const KsBorderColorCardInvertedBase = "rgba(255, 255, 255, 0.05)";
|
|
139
139
|
export const KsBorderColorCardInvertedInteractiveBase = "rgba(255, 255, 255, 0.5)";
|
|
140
140
|
export const KsBorderColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.87)";
|
|
141
141
|
export const KsBorderColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.76)";
|
|
142
142
|
export const KsBorderColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.95)";
|
|
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(
|
|
143
|
+
export const KsBorderColorCardInvertedInteractiveSelectedBase = "#c41631";
|
|
144
|
+
export const KsBorderColorPrimaryBase = "#c3002f";
|
|
145
|
+
export const KsBorderColorPrimaryInteractiveBase = "#c3002f";
|
|
146
|
+
export const KsBorderColorPrimaryInteractiveHoverBase = "#cb214a";
|
|
147
|
+
export const KsBorderColorPrimaryInteractiveActiveBase = "#d13d61";
|
|
148
|
+
export const KsBorderColorPrimaryInteractiveSelectedBase = "#c3002f";
|
|
149
|
+
export const KsBorderColorPrimaryTranslucentBase = "rgba(195, 0, 47, 0.87)";
|
|
150
|
+
export const KsBorderColorPrimaryInvertedBase = "#c41631";
|
|
151
|
+
export const KsBorderColorPrimaryInvertedInteractiveBase = "#c41631";
|
|
152
|
+
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#af172f";
|
|
153
|
+
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#9d182d";
|
|
154
|
+
export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#c41631";
|
|
155
|
+
export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(196, 22, 49, 0.87)";
|
|
156
156
|
export const KsBorderColorPositiveBase = "#6edb64";
|
|
157
157
|
export const KsBorderColorPositiveInteractiveBase = "#6edb64";
|
|
158
158
|
export const KsBorderColorPositiveInteractiveHoverBase = "#81e078";
|
|
@@ -161,8 +161,8 @@ export const KsBorderColorPositiveInteractiveSelectedBase = "#6edb64";
|
|
|
161
161
|
export const KsBorderColorPositiveTranslucentBase = "rgba(110, 219, 100, 0.87)";
|
|
162
162
|
export const KsBorderColorPositiveInvertedBase = "#23831b";
|
|
163
163
|
export const KsBorderColorPositiveInvertedInteractiveBase = "#23831b";
|
|
164
|
-
export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#
|
|
165
|
-
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#
|
|
164
|
+
export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#23761c";
|
|
165
|
+
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#226b1c";
|
|
166
166
|
export const KsBorderColorPositiveInvertedInteractiveSelectedBase = "#23831b";
|
|
167
167
|
export const KsBorderColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.87)";
|
|
168
168
|
export const KsBorderColorInformativeBase = "#64c2db";
|
|
@@ -173,8 +173,8 @@ export const KsBorderColorInformativeInteractiveSelectedBase = "#64c2db";
|
|
|
173
173
|
export const KsBorderColorInformativeTranslucentBase = "rgba(100, 194, 219, 0.87)";
|
|
174
174
|
export const KsBorderColorInformativeInvertedBase = "#00718f";
|
|
175
175
|
export const KsBorderColorInformativeInvertedInteractiveBase = "#00718f";
|
|
176
|
-
export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#
|
|
177
|
-
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#
|
|
176
|
+
export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#046681";
|
|
177
|
+
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#085e74";
|
|
178
178
|
export const KsBorderColorInformativeInvertedInteractiveSelectedBase = "#00718f";
|
|
179
179
|
export const KsBorderColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.87)";
|
|
180
180
|
export const KsBorderColorNoticeBase = "#f9de55";
|
|
@@ -185,8 +185,8 @@ export const KsBorderColorNoticeInteractiveSelectedBase = "#f9de55";
|
|
|
185
185
|
export const KsBorderColorNoticeTranslucentBase = "rgba(249, 222, 85, 0.87)";
|
|
186
186
|
export const KsBorderColorNoticeInvertedBase = "#ff5d53";
|
|
187
187
|
export const KsBorderColorNoticeInvertedInteractiveBase = "#ff5d53";
|
|
188
|
-
export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#
|
|
189
|
-
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#
|
|
188
|
+
export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#e2554c";
|
|
189
|
+
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#c94e47";
|
|
190
190
|
export const KsBorderColorNoticeInvertedInteractiveSelectedBase = "#ff5d53";
|
|
191
191
|
export const KsBorderColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.87)";
|
|
192
192
|
export const KsBorderColorNegativeBase = "#ff1a57";
|
|
@@ -197,13 +197,13 @@ export const KsBorderColorNegativeInteractiveSelectedBase = "#ff1a57";
|
|
|
197
197
|
export const KsBorderColorNegativeTranslucentBase = "rgba(255, 26, 87, 0.87)";
|
|
198
198
|
export const KsBorderColorNegativeInvertedBase = "#d21d48";
|
|
199
199
|
export const KsBorderColorNegativeInvertedInteractiveBase = "#d21d48";
|
|
200
|
-
export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#
|
|
201
|
-
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#
|
|
200
|
+
export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#bb1d43";
|
|
201
|
+
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#a71e3e";
|
|
202
202
|
export const KsBorderColorNegativeInvertedInteractiveSelectedBase = "#d21d48";
|
|
203
203
|
export const KsBorderColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.87)";
|
|
204
204
|
export const KsBorderWidthDefault = "1px";
|
|
205
205
|
export const KsBorderWidthEmphasized = "2px";
|
|
206
|
-
export const KsBorderRadiusControl = "
|
|
206
|
+
export const KsBorderRadiusControl = "6px";
|
|
207
207
|
export const KsBorderRadiusCard = "8px";
|
|
208
208
|
export const KsBorderRadiusSurface = "16px";
|
|
209
209
|
export const KsBorderRadiusPill = "999px";
|
|
@@ -249,25 +249,25 @@ export const KsBreakpointTablet = "48em";
|
|
|
249
249
|
export const KsBreakpointLaptop = "62em";
|
|
250
250
|
export const KsBreakpointDesktop = "75em";
|
|
251
251
|
export const KsBreakpointTv = "122em";
|
|
252
|
-
export const KsColorFgBase = "#
|
|
253
|
-
export const KsColorFgAlpha1Base = "rgba(
|
|
254
|
-
export const KsColorFgAlpha2Base = "rgba(
|
|
255
|
-
export const KsColorFgAlpha3Base = "rgba(
|
|
256
|
-
export const KsColorFgAlpha4Base = "rgba(
|
|
257
|
-
export const KsColorFgAlpha5Base = "rgba(
|
|
258
|
-
export const KsColorFgAlpha6Base = "rgba(
|
|
259
|
-
export const KsColorFgAlpha7Base = "rgba(
|
|
260
|
-
export const KsColorFgAlpha8Base = "rgba(
|
|
261
|
-
export const KsColorFgAlpha9Base = "rgba(
|
|
262
|
-
export const KsColorFgToBg1Base = "#
|
|
263
|
-
export const KsColorFgToBg2Base = "#
|
|
264
|
-
export const KsColorFgToBg3Base = "#
|
|
265
|
-
export const KsColorFgToBg4Base = "#
|
|
266
|
-
export const KsColorFgToBg5Base = "#
|
|
267
|
-
export const KsColorFgToBg6Base = "#
|
|
268
|
-
export const KsColorFgToBg7Base = "#
|
|
269
|
-
export const KsColorFgToBg8Base = "#
|
|
270
|
-
export const KsColorFgToBg9Base = "#
|
|
252
|
+
export const KsColorFgBase = "#000000";
|
|
253
|
+
export const KsColorFgAlpha1Base = "rgba(0, 0, 0, 0.95)";
|
|
254
|
+
export const KsColorFgAlpha2Base = "rgba(0, 0, 0, 0.87)";
|
|
255
|
+
export const KsColorFgAlpha3Base = "rgba(0, 0, 0, 0.76)";
|
|
256
|
+
export const KsColorFgAlpha4Base = "rgba(0, 0, 0, 0.63)";
|
|
257
|
+
export const KsColorFgAlpha5Base = "rgba(0, 0, 0, 0.5)";
|
|
258
|
+
export const KsColorFgAlpha6Base = "rgba(0, 0, 0, 0.37)";
|
|
259
|
+
export const KsColorFgAlpha7Base = "rgba(0, 0, 0, 0.24)";
|
|
260
|
+
export const KsColorFgAlpha8Base = "rgba(0, 0, 0, 0.13)";
|
|
261
|
+
export const KsColorFgAlpha9Base = "rgba(0, 0, 0, 0.05)";
|
|
262
|
+
export const KsColorFgToBg1Base = "#0d0d0d";
|
|
263
|
+
export const KsColorFgToBg2Base = "#212121";
|
|
264
|
+
export const KsColorFgToBg3Base = "#3d3d3d";
|
|
265
|
+
export const KsColorFgToBg4Base = "#5e5e5e";
|
|
266
|
+
export const KsColorFgToBg5Base = "#808080";
|
|
267
|
+
export const KsColorFgToBg6Base = "#a1a1a1";
|
|
268
|
+
export const KsColorFgToBg7Base = "#c2c2c2";
|
|
269
|
+
export const KsColorFgToBg8Base = "#dedede";
|
|
270
|
+
export const KsColorFgToBg9Base = "#f2f2f2";
|
|
271
271
|
export const KsColorFgInvertedBase = "#ffffff";
|
|
272
272
|
export const KsColorFgInvertedAlpha1Base = "rgba(255, 255, 255, 0.95)";
|
|
273
273
|
export const KsColorFgInvertedAlpha2Base = "rgba(255, 255, 255, 0.87)";
|
|
@@ -278,15 +278,15 @@ export const KsColorFgInvertedAlpha6Base = "rgba(255, 255, 255, 0.37)";
|
|
|
278
278
|
export const KsColorFgInvertedAlpha7Base = "rgba(255, 255, 255, 0.24)";
|
|
279
279
|
export const KsColorFgInvertedAlpha8Base = "rgba(255, 255, 255, 0.13)";
|
|
280
280
|
export const KsColorFgInvertedAlpha9Base = "rgba(255, 255, 255, 0.05)";
|
|
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 = "#
|
|
281
|
+
export const KsColorFgInvertedToBg1Base = "#f4f4f4";
|
|
282
|
+
export const KsColorFgInvertedToBg2Base = "#e2e2e2";
|
|
283
|
+
export const KsColorFgInvertedToBg3Base = "#c9c9c9";
|
|
284
|
+
export const KsColorFgInvertedToBg4Base = "#acacac";
|
|
285
|
+
export const KsColorFgInvertedToBg5Base = "#909090";
|
|
286
|
+
export const KsColorFgInvertedToBg6Base = "#737373";
|
|
287
|
+
export const KsColorFgInvertedToBg7Base = "#565656";
|
|
288
|
+
export const KsColorFgInvertedToBg8Base = "#3d3d3d";
|
|
289
|
+
export const KsColorFgInvertedToBg9Base = "#2b2b2b";
|
|
290
290
|
export const KsColorBgBase = "#ffffff";
|
|
291
291
|
export const KsColorBgAlpha1Base = "rgba(255, 255, 255, 0.95)";
|
|
292
292
|
export const KsColorBgAlpha2Base = "rgba(255, 255, 255, 0.87)";
|
|
@@ -297,147 +297,147 @@ export const KsColorBgAlpha6Base = "rgba(255, 255, 255, 0.37)";
|
|
|
297
297
|
export const KsColorBgAlpha7Base = "rgba(255, 255, 255, 0.24)";
|
|
298
298
|
export const KsColorBgAlpha8Base = "rgba(255, 255, 255, 0.13)";
|
|
299
299
|
export const KsColorBgAlpha9Base = "rgba(255, 255, 255, 0.05)";
|
|
300
|
-
export const KsColorBgToFg1Base = "#
|
|
301
|
-
export const KsColorBgToFg2Base = "#
|
|
302
|
-
export const KsColorBgToFg3Base = "#
|
|
303
|
-
export const KsColorBgToFg4Base = "#
|
|
304
|
-
export const KsColorBgToFg5Base = "#
|
|
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 = "#
|
|
300
|
+
export const KsColorBgToFg1Base = "#f2f2f2";
|
|
301
|
+
export const KsColorBgToFg2Base = "#dedede";
|
|
302
|
+
export const KsColorBgToFg3Base = "#c2c2c2";
|
|
303
|
+
export const KsColorBgToFg4Base = "#a1a1a1";
|
|
304
|
+
export const KsColorBgToFg5Base = "#808080";
|
|
305
|
+
export const KsColorBgToFg6Base = "#5e5e5e";
|
|
306
|
+
export const KsColorBgToFg7Base = "#3d3d3d";
|
|
307
|
+
export const KsColorBgToFg8Base = "#212121";
|
|
308
|
+
export const KsColorBgToFg9Base = "#0d0d0d";
|
|
309
|
+
export const KsColorBgInvertedBase = "#202020";
|
|
310
|
+
export const KsColorBgInvertedAlpha1Base = "rgba(32, 32, 32, 0.95)";
|
|
311
|
+
export const KsColorBgInvertedAlpha2Base = "rgba(32, 32, 32, 0.87)";
|
|
312
|
+
export const KsColorBgInvertedAlpha3Base = "rgba(32, 32, 32, 0.76)";
|
|
313
|
+
export const KsColorBgInvertedAlpha4Base = "rgba(32, 32, 32, 0.63)";
|
|
314
|
+
export const KsColorBgInvertedAlpha5Base = "rgba(32, 32, 32, 0.5)";
|
|
315
|
+
export const KsColorBgInvertedAlpha6Base = "rgba(32, 32, 32, 0.37)";
|
|
316
|
+
export const KsColorBgInvertedAlpha7Base = "rgba(32, 32, 32, 0.24)";
|
|
317
|
+
export const KsColorBgInvertedAlpha8Base = "rgba(32, 32, 32, 0.13)";
|
|
318
|
+
export const KsColorBgInvertedAlpha9Base = "rgba(32, 32, 32, 0.05)";
|
|
319
|
+
export const KsColorBgInvertedToFg1Base = "#2b2b2b";
|
|
320
|
+
export const KsColorBgInvertedToFg2Base = "#3d3d3d";
|
|
321
|
+
export const KsColorBgInvertedToFg3Base = "#565656";
|
|
322
|
+
export const KsColorBgInvertedToFg4Base = "#737373";
|
|
323
|
+
export const KsColorBgInvertedToFg5Base = "#909090";
|
|
324
|
+
export const KsColorBgInvertedToFg6Base = "#acacac";
|
|
325
|
+
export const KsColorBgInvertedToFg7Base = "#c9c9c9";
|
|
326
|
+
export const KsColorBgInvertedToFg8Base = "#e2e2e2";
|
|
327
|
+
export const KsColorBgInvertedToFg9Base = "#f4f4f4";
|
|
328
328
|
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 = "#
|
|
329
|
+
export const KsColorPrimaryBase = "#c3002f";
|
|
330
|
+
export const KsColorPrimaryAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
331
|
+
export const KsColorPrimaryAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
332
|
+
export const KsColorPrimaryAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
333
|
+
export const KsColorPrimaryAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
334
|
+
export const KsColorPrimaryAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
335
|
+
export const KsColorPrimaryAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
336
|
+
export const KsColorPrimaryAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
337
|
+
export const KsColorPrimaryAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
338
|
+
export const KsColorPrimaryAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
339
|
+
export const KsColorPrimaryToBg1Base = "#c60d39";
|
|
340
|
+
export const KsColorPrimaryToBg2Base = "#cb214a";
|
|
341
|
+
export const KsColorPrimaryToBg3Base = "#d13d61";
|
|
342
|
+
export const KsColorPrimaryToBg4Base = "#d95e7c";
|
|
343
|
+
export const KsColorPrimaryToBg5Base = "#e18097";
|
|
344
|
+
export const KsColorPrimaryToBg6Base = "#e9a1b2";
|
|
345
|
+
export const KsColorPrimaryToBg7Base = "#f1c2cd";
|
|
346
|
+
export const KsColorPrimaryToBg8Base = "#f7dee4";
|
|
347
|
+
export const KsColorPrimaryToBg9Base = "#fcf2f5";
|
|
348
|
+
export const KsColorPrimaryToFg1Base = "#b9002d";
|
|
349
|
+
export const KsColorPrimaryToFg2Base = "#aa0029";
|
|
350
|
+
export const KsColorPrimaryToFg3Base = "#940024";
|
|
351
|
+
export const KsColorPrimaryToFg4Base = "#7b001e";
|
|
352
|
+
export const KsColorPrimaryToFg5Base = "#620018";
|
|
353
|
+
export const KsColorPrimaryToFg6Base = "#480011";
|
|
354
|
+
export const KsColorPrimaryToFg7Base = "#2f000b";
|
|
355
|
+
export const KsColorPrimaryToFg8Base = "#190006";
|
|
356
|
+
export const KsColorPrimaryToFg9Base = "#0a0002";
|
|
357
|
+
export const KsColorPrimaryInvertedBase = "#c41631";
|
|
358
|
+
export const KsColorPrimaryInvertedAlpha1Base = "rgba(196, 22, 49, 0.95)";
|
|
359
|
+
export const KsColorPrimaryInvertedAlpha2Base = "rgba(196, 22, 49, 0.87)";
|
|
360
|
+
export const KsColorPrimaryInvertedAlpha3Base = "rgba(196, 22, 49, 0.76)";
|
|
361
|
+
export const KsColorPrimaryInvertedAlpha4Base = "rgba(196, 22, 49, 0.63)";
|
|
362
|
+
export const KsColorPrimaryInvertedAlpha5Base = "rgba(196, 22, 49, 0.5)";
|
|
363
|
+
export const KsColorPrimaryInvertedAlpha6Base = "rgba(196, 22, 49, 0.37)";
|
|
364
|
+
export const KsColorPrimaryInvertedAlpha7Base = "rgba(196, 22, 49, 0.24)";
|
|
365
|
+
export const KsColorPrimaryInvertedAlpha8Base = "rgba(196, 22, 49, 0.13)";
|
|
366
|
+
export const KsColorPrimaryInvertedAlpha9Base = "rgba(196, 22, 49, 0.05)";
|
|
367
|
+
export const KsColorPrimaryInvertedToBg1Base = "#bc1730";
|
|
368
|
+
export const KsColorPrimaryInvertedToBg2Base = "#af172f";
|
|
369
|
+
export const KsColorPrimaryInvertedToBg3Base = "#9d182d";
|
|
370
|
+
export const KsColorPrimaryInvertedToBg4Base = "#871a2b";
|
|
371
|
+
export const KsColorPrimaryInvertedToBg5Base = "#721b29";
|
|
372
|
+
export const KsColorPrimaryInvertedToBg6Base = "#5d1c26";
|
|
373
|
+
export const KsColorPrimaryInvertedToBg7Base = "#471e24";
|
|
374
|
+
export const KsColorPrimaryInvertedToBg8Base = "#351f22";
|
|
375
|
+
export const KsColorPrimaryInvertedToBg9Base = "#282021";
|
|
376
|
+
export const KsColorPrimaryInvertedToFg1Base = "#c7223b";
|
|
377
|
+
export const KsColorPrimaryInvertedToFg2Base = "#cc344c";
|
|
378
|
+
export const KsColorPrimaryInvertedToFg3Base = "#d24e62";
|
|
379
|
+
export const KsColorPrimaryInvertedToFg4Base = "#da6c7d";
|
|
380
|
+
export const KsColorPrimaryInvertedToFg5Base = "#e28b98";
|
|
381
|
+
export const KsColorPrimaryInvertedToFg6Base = "#e9a9b3";
|
|
382
|
+
export const KsColorPrimaryInvertedToFg7Base = "#f1c7ce";
|
|
383
|
+
export const KsColorPrimaryInvertedToFg8Base = "#f7e1e4";
|
|
384
|
+
export const KsColorPrimaryInvertedToFg9Base = "#fcf3f5";
|
|
385
|
+
export const KsColorLinkBase = "#c3002f";
|
|
386
|
+
export const KsColorLinkAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
387
|
+
export const KsColorLinkAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
388
|
+
export const KsColorLinkAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
389
|
+
export const KsColorLinkAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
390
|
+
export const KsColorLinkAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
391
|
+
export const KsColorLinkAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
392
|
+
export const KsColorLinkAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
393
|
+
export const KsColorLinkAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
394
|
+
export const KsColorLinkAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
395
|
+
export const KsColorLinkToBg1Base = "#c60d39";
|
|
396
|
+
export const KsColorLinkToBg2Base = "#cb214a";
|
|
397
|
+
export const KsColorLinkToBg3Base = "#d13d61";
|
|
398
|
+
export const KsColorLinkToBg4Base = "#d95e7c";
|
|
399
|
+
export const KsColorLinkToBg5Base = "#e18097";
|
|
400
|
+
export const KsColorLinkToBg6Base = "#e9a1b2";
|
|
401
|
+
export const KsColorLinkToBg7Base = "#f1c2cd";
|
|
402
|
+
export const KsColorLinkToBg8Base = "#f7dee4";
|
|
403
|
+
export const KsColorLinkToBg9Base = "#fcf2f5";
|
|
404
|
+
export const KsColorLinkToFg1Base = "#b9002d";
|
|
405
|
+
export const KsColorLinkToFg2Base = "#aa0029";
|
|
406
|
+
export const KsColorLinkToFg3Base = "#940024";
|
|
407
|
+
export const KsColorLinkToFg4Base = "#7b001e";
|
|
408
|
+
export const KsColorLinkToFg5Base = "#620018";
|
|
409
|
+
export const KsColorLinkToFg6Base = "#480011";
|
|
410
|
+
export const KsColorLinkToFg7Base = "#2f000b";
|
|
411
|
+
export const KsColorLinkToFg8Base = "#190006";
|
|
412
|
+
export const KsColorLinkToFg9Base = "#0a0002";
|
|
413
|
+
export const KsColorLinkInvertedBase = "#c3002f";
|
|
414
|
+
export const KsColorLinkInvertedAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
415
|
+
export const KsColorLinkInvertedAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
416
|
+
export const KsColorLinkInvertedAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
417
|
+
export const KsColorLinkInvertedAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
418
|
+
export const KsColorLinkInvertedAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
419
|
+
export const KsColorLinkInvertedAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
420
|
+
export const KsColorLinkInvertedAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
421
|
+
export const KsColorLinkInvertedAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
422
|
+
export const KsColorLinkInvertedAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
423
|
+
export const KsColorLinkInvertedToBg1Base = "#bb022e";
|
|
424
|
+
export const KsColorLinkInvertedToBg2Base = "#ae042d";
|
|
425
|
+
export const KsColorLinkInvertedToBg3Base = "#9c082b";
|
|
426
|
+
export const KsColorLinkInvertedToBg4Base = "#870c29";
|
|
427
|
+
export const KsColorLinkInvertedToBg5Base = "#721028";
|
|
428
|
+
export const KsColorLinkInvertedToBg6Base = "#5c1426";
|
|
429
|
+
export const KsColorLinkInvertedToBg7Base = "#471824";
|
|
430
|
+
export const KsColorLinkInvertedToBg8Base = "#351c22";
|
|
431
|
+
export const KsColorLinkInvertedToBg9Base = "#281e21";
|
|
432
|
+
export const KsColorLinkInvertedToFg1Base = "#c60d39";
|
|
433
|
+
export const KsColorLinkInvertedToFg2Base = "#cb214a";
|
|
434
|
+
export const KsColorLinkInvertedToFg3Base = "#d13d61";
|
|
435
|
+
export const KsColorLinkInvertedToFg4Base = "#d95e7c";
|
|
436
|
+
export const KsColorLinkInvertedToFg5Base = "#e18097";
|
|
437
|
+
export const KsColorLinkInvertedToFg6Base = "#e9a1b2";
|
|
438
|
+
export const KsColorLinkInvertedToFg7Base = "#f1c2cd";
|
|
439
|
+
export const KsColorLinkInvertedToFg8Base = "#f7dee4";
|
|
440
|
+
export const KsColorLinkInvertedToFg9Base = "#fcf2f5";
|
|
441
441
|
export const KsColorPositiveBase = "#6edb64";
|
|
442
442
|
export const KsColorPositiveAlpha1Base = "rgba(110, 219, 100, 0.95)";
|
|
443
443
|
export const KsColorPositiveAlpha2Base = "rgba(110, 219, 100, 0.87)";
|
|
@@ -457,15 +457,15 @@ export const KsColorPositiveToBg6Base = "#c9f2c6";
|
|
|
457
457
|
export const KsColorPositiveToBg7Base = "#dcf6da";
|
|
458
458
|
export const KsColorPositiveToBg8Base = "#ecfaeb";
|
|
459
459
|
export const KsColorPositiveToBg9Base = "#f8fdf7";
|
|
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 = "#
|
|
460
|
+
export const KsColorPositiveToFg1Base = "#69d05f";
|
|
461
|
+
export const KsColorPositiveToFg2Base = "#60bf57";
|
|
462
|
+
export const KsColorPositiveToFg3Base = "#54a64c";
|
|
463
|
+
export const KsColorPositiveToFg4Base = "#458a3f";
|
|
464
|
+
export const KsColorPositiveToFg5Base = "#376e32";
|
|
465
|
+
export const KsColorPositiveToFg6Base = "#295125";
|
|
466
|
+
export const KsColorPositiveToFg7Base = "#1a3518";
|
|
467
|
+
export const KsColorPositiveToFg8Base = "#0e1c0d";
|
|
468
|
+
export const KsColorPositiveToFg9Base = "#060b05";
|
|
469
469
|
export const KsColorPositiveInvertedBase = "#23831b";
|
|
470
470
|
export const KsColorPositiveInvertedAlpha1Base = "rgba(35, 131, 27, 0.95)";
|
|
471
471
|
export const KsColorPositiveInvertedAlpha2Base = "rgba(35, 131, 27, 0.87)";
|
|
@@ -476,15 +476,15 @@ export const KsColorPositiveInvertedAlpha6Base = "rgba(35, 131, 27, 0.37)";
|
|
|
476
476
|
export const KsColorPositiveInvertedAlpha7Base = "rgba(35, 131, 27, 0.24)";
|
|
477
477
|
export const KsColorPositiveInvertedAlpha8Base = "rgba(35, 131, 27, 0.13)";
|
|
478
478
|
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 = "#
|
|
479
|
+
export const KsColorPositiveInvertedToBg1Base = "#237e1b";
|
|
480
|
+
export const KsColorPositiveInvertedToBg2Base = "#23761c";
|
|
481
|
+
export const KsColorPositiveInvertedToBg3Base = "#226b1c";
|
|
482
|
+
export const KsColorPositiveInvertedToBg4Base = "#225e1d";
|
|
483
|
+
export const KsColorPositiveInvertedToBg5Base = "#22521e";
|
|
484
|
+
export const KsColorPositiveInvertedToBg6Base = "#21451e";
|
|
485
|
+
export const KsColorPositiveInvertedToBg7Base = "#21381f";
|
|
486
|
+
export const KsColorPositiveInvertedToBg8Base = "#202d1f";
|
|
487
|
+
export const KsColorPositiveInvertedToBg9Base = "#202520";
|
|
488
488
|
export const KsColorPositiveInvertedToFg1Base = "#2e8926";
|
|
489
489
|
export const KsColorPositiveInvertedToFg2Base = "#409339";
|
|
490
490
|
export const KsColorPositiveInvertedToFg3Base = "#58a152";
|
|
@@ -513,15 +513,15 @@ export const KsColorInformativeToBg6Base = "#c6e8f2";
|
|
|
513
513
|
export const KsColorInformativeToBg7Base = "#daf0f6";
|
|
514
514
|
export const KsColorInformativeToBg8Base = "#ebf7fa";
|
|
515
515
|
export const KsColorInformativeToBg9Base = "#f7fcfd";
|
|
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 = "#
|
|
516
|
+
export const KsColorInformativeToFg1Base = "#5fb8d0";
|
|
517
|
+
export const KsColorInformativeToFg2Base = "#57a9bf";
|
|
518
|
+
export const KsColorInformativeToFg3Base = "#4c93a6";
|
|
519
|
+
export const KsColorInformativeToFg4Base = "#3f7a8a";
|
|
520
|
+
export const KsColorInformativeToFg5Base = "#32616e";
|
|
521
|
+
export const KsColorInformativeToFg6Base = "#254851";
|
|
522
|
+
export const KsColorInformativeToFg7Base = "#182f35";
|
|
523
|
+
export const KsColorInformativeToFg8Base = "#0d191c";
|
|
524
|
+
export const KsColorInformativeToFg9Base = "#050a0b";
|
|
525
525
|
export const KsColorInformativeInvertedBase = "#00718f";
|
|
526
526
|
export const KsColorInformativeInvertedAlpha1Base = "rgba(0, 113, 143, 0.95)";
|
|
527
527
|
export const KsColorInformativeInvertedAlpha2Base = "rgba(0, 113, 143, 0.87)";
|
|
@@ -532,15 +532,15 @@ export const KsColorInformativeInvertedAlpha6Base = "rgba(0, 113, 143, 0.37)";
|
|
|
532
532
|
export const KsColorInformativeInvertedAlpha7Base = "rgba(0, 113, 143, 0.24)";
|
|
533
533
|
export const KsColorInformativeInvertedAlpha8Base = "rgba(0, 113, 143, 0.13)";
|
|
534
534
|
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 = "#
|
|
535
|
+
export const KsColorInformativeInvertedToBg1Base = "#026d89";
|
|
536
|
+
export const KsColorInformativeInvertedToBg2Base = "#046681";
|
|
537
|
+
export const KsColorInformativeInvertedToBg3Base = "#085e74";
|
|
538
|
+
export const KsColorInformativeInvertedToBg4Base = "#0c5366";
|
|
539
|
+
export const KsColorInformativeInvertedToBg5Base = "#104958";
|
|
540
|
+
export const KsColorInformativeInvertedToBg6Base = "#143e49";
|
|
541
|
+
export const KsColorInformativeInvertedToBg7Base = "#18333b";
|
|
542
|
+
export const KsColorInformativeInvertedToBg8Base = "#1c2b2e";
|
|
543
|
+
export const KsColorInformativeInvertedToBg9Base = "#1e2426";
|
|
544
544
|
export const KsColorInformativeInvertedToFg1Base = "#0d7895";
|
|
545
545
|
export const KsColorInformativeInvertedToFg2Base = "#21839e";
|
|
546
546
|
export const KsColorInformativeInvertedToFg3Base = "#3d93aa";
|
|
@@ -569,15 +569,15 @@ export const KsColorNoticeToBg6Base = "#fdf3c0";
|
|
|
569
569
|
export const KsColorNoticeToBg7Base = "#fef7d6";
|
|
570
570
|
export const KsColorNoticeToBg8Base = "#fefbe9";
|
|
571
571
|
export const KsColorNoticeToBg9Base = "#fffdf7";
|
|
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 = "#
|
|
572
|
+
export const KsColorNoticeToFg1Base = "#edd351";
|
|
573
|
+
export const KsColorNoticeToFg2Base = "#d9c14a";
|
|
574
|
+
export const KsColorNoticeToFg3Base = "#bda941";
|
|
575
|
+
export const KsColorNoticeToFg4Base = "#9d8c36";
|
|
576
|
+
export const KsColorNoticeToFg5Base = "#7d6f2b";
|
|
577
|
+
export const KsColorNoticeToFg6Base = "#5c521f";
|
|
578
|
+
export const KsColorNoticeToFg7Base = "#3c3514";
|
|
579
|
+
export const KsColorNoticeToFg8Base = "#201d0b";
|
|
580
|
+
export const KsColorNoticeToFg9Base = "#0c0b04";
|
|
581
581
|
export const KsColorNoticeInvertedBase = "#ff5d53";
|
|
582
582
|
export const KsColorNoticeInvertedAlpha1Base = "rgba(255, 93, 83, 0.95)";
|
|
583
583
|
export const KsColorNoticeInvertedAlpha2Base = "rgba(255, 93, 83, 0.87)";
|
|
@@ -588,15 +588,15 @@ export const KsColorNoticeInvertedAlpha6Base = "rgba(255, 93, 83, 0.37)";
|
|
|
588
588
|
export const KsColorNoticeInvertedAlpha7Base = "rgba(255, 93, 83, 0.24)";
|
|
589
589
|
export const KsColorNoticeInvertedAlpha8Base = "rgba(255, 93, 83, 0.13)";
|
|
590
590
|
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 = "#
|
|
591
|
+
export const KsColorNoticeInvertedToBg1Base = "#f45a50";
|
|
592
|
+
export const KsColorNoticeInvertedToBg2Base = "#e2554c";
|
|
593
|
+
export const KsColorNoticeInvertedToBg3Base = "#c94e47";
|
|
594
|
+
export const KsColorNoticeInvertedToBg4Base = "#ac4640";
|
|
595
|
+
export const KsColorNoticeInvertedToBg5Base = "#903f3a";
|
|
596
|
+
export const KsColorNoticeInvertedToBg6Base = "#733733";
|
|
597
|
+
export const KsColorNoticeInvertedToBg7Base = "#562f2c";
|
|
598
|
+
export const KsColorNoticeInvertedToBg8Base = "#3d2827";
|
|
599
|
+
export const KsColorNoticeInvertedToBg9Base = "#2b2323";
|
|
600
600
|
export const KsColorNoticeInvertedToFg1Base = "#ff655c";
|
|
601
601
|
export const KsColorNoticeInvertedToFg2Base = "#ff7269";
|
|
602
602
|
export const KsColorNoticeInvertedToFg3Base = "#ff847c";
|
|
@@ -625,15 +625,15 @@ export const KsColorNegativeToBg6Base = "#ffaac1";
|
|
|
625
625
|
export const KsColorNegativeToBg7Base = "#ffc8d7";
|
|
626
626
|
export const KsColorNegativeToBg8Base = "#ffe1e9";
|
|
627
627
|
export const KsColorNegativeToBg9Base = "#fff4f7";
|
|
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 = "#
|
|
628
|
+
export const KsColorNegativeToFg1Base = "#f21953";
|
|
629
|
+
export const KsColorNegativeToFg2Base = "#de174c";
|
|
630
|
+
export const KsColorNegativeToFg3Base = "#c21442";
|
|
631
|
+
export const KsColorNegativeToFg4Base = "#a11037";
|
|
632
|
+
export const KsColorNegativeToFg5Base = "#800d2c";
|
|
633
|
+
export const KsColorNegativeToFg6Base = "#5e0a20";
|
|
634
|
+
export const KsColorNegativeToFg7Base = "#3d0615";
|
|
635
|
+
export const KsColorNegativeToFg8Base = "#21030b";
|
|
636
|
+
export const KsColorNegativeToFg9Base = "#0d0104";
|
|
637
637
|
export const KsColorNegativeInvertedBase = "#d21d48";
|
|
638
638
|
export const KsColorNegativeInvertedAlpha1Base = "rgba(210, 29, 72, 0.95)";
|
|
639
639
|
export const KsColorNegativeInvertedAlpha2Base = "rgba(210, 29, 72, 0.87)";
|
|
@@ -644,15 +644,15 @@ export const KsColorNegativeInvertedAlpha6Base = "rgba(210, 29, 72, 0.37)";
|
|
|
644
644
|
export const KsColorNegativeInvertedAlpha7Base = "rgba(210, 29, 72, 0.24)";
|
|
645
645
|
export const KsColorNegativeInvertedAlpha8Base = "rgba(210, 29, 72, 0.13)";
|
|
646
646
|
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 = "#
|
|
647
|
+
export const KsColorNegativeInvertedToBg1Base = "#c91d46";
|
|
648
|
+
export const KsColorNegativeInvertedToBg2Base = "#bb1d43";
|
|
649
|
+
export const KsColorNegativeInvertedToBg3Base = "#a71e3e";
|
|
650
|
+
export const KsColorNegativeInvertedToBg4Base = "#901e39";
|
|
651
|
+
export const KsColorNegativeInvertedToBg5Base = "#791f34";
|
|
652
|
+
export const KsColorNegativeInvertedToBg6Base = "#621f2f";
|
|
653
|
+
export const KsColorNegativeInvertedToBg7Base = "#4b1f2a";
|
|
654
|
+
export const KsColorNegativeInvertedToBg8Base = "#372025";
|
|
655
|
+
export const KsColorNegativeInvertedToBg9Base = "#292022";
|
|
656
656
|
export const KsColorNegativeInvertedToFg1Base = "#d42851";
|
|
657
657
|
export const KsColorNegativeInvertedToFg2Base = "#d83a60";
|
|
658
658
|
export const KsColorNegativeInvertedToFg3Base = "#dd5374";
|
|
@@ -737,48 +737,48 @@ export const KsSpacingInsetStretchS = "0.875rem 0.6364rem";
|
|
|
737
737
|
export const KsSpacingInsetStretchM = "1.2031rem 0.875rem";
|
|
738
738
|
export const KsSpacingInsetStretchL = "1.6543rem 1.2031rem";
|
|
739
739
|
export const KsSpacingInsetStretchXl = "2.2747rem 1.6543rem";
|
|
740
|
-
export const KsTextColorDefaultBase = "rgba(
|
|
741
|
-
export const KsTextColorDefaultInteractiveBase = "#
|
|
742
|
-
export const KsTextColorDefaultInteractiveHoverBase = "rgba(
|
|
743
|
-
export const KsTextColorDefaultInteractiveActiveBase = "#
|
|
744
|
-
export const KsTextColorDefaultInteractiveSelectedBase = "#
|
|
740
|
+
export const KsTextColorDefaultBase = "rgba(0, 0, 0, 0.87)";
|
|
741
|
+
export const KsTextColorDefaultInteractiveBase = "#c3002f";
|
|
742
|
+
export const KsTextColorDefaultInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
743
|
+
export const KsTextColorDefaultInteractiveActiveBase = "#c3002f";
|
|
744
|
+
export const KsTextColorDefaultInteractiveSelectedBase = "#c3002f";
|
|
745
745
|
export const KsTextColorDefaultInvertedBase = "rgba(255, 255, 255, 0.87)";
|
|
746
|
-
export const KsTextColorDefaultInvertedInteractiveBase = "#
|
|
747
|
-
export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(
|
|
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(255, 255, 255, 0.
|
|
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 = "#
|
|
746
|
+
export const KsTextColorDefaultInvertedInteractiveBase = "#c3002f";
|
|
747
|
+
export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
748
|
+
export const KsTextColorDefaultInvertedInteractiveActiveBase = "#c3002f";
|
|
749
|
+
export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#c3002f";
|
|
750
|
+
export const KsTextColorCopyBase = "rgba(0, 0, 0, 0.87)";
|
|
751
|
+
export const KsTextColorCopyInteractiveBase = "#c3002f";
|
|
752
|
+
export const KsTextColorCopyInteractiveHoverBase = "#aa0029";
|
|
753
|
+
export const KsTextColorCopyInteractiveActiveBase = "#940024";
|
|
754
|
+
export const KsTextColorCopyInteractiveSelectedBase = "#940024";
|
|
755
|
+
export const KsTextColorCopyInvertedBase = "rgba(255, 255, 255, 0.87)";
|
|
756
|
+
export const KsTextColorCopyInvertedInteractiveBase = "#c3002f";
|
|
757
|
+
export const KsTextColorCopyInvertedInteractiveHoverBase = "#cb214a";
|
|
758
|
+
export const KsTextColorCopyInvertedInteractiveActiveBase = "#cb214a";
|
|
759
|
+
export const KsTextColorCopyInvertedInteractiveSelectedBase = "#cb214a";
|
|
760
|
+
export const KsTextColorDisplayBase = "#000000";
|
|
761
|
+
export const KsTextColorDisplayInteractiveBase = "#c3002f";
|
|
762
|
+
export const KsTextColorDisplayInteractiveHoverBase = "#aa0029";
|
|
763
|
+
export const KsTextColorDisplayInteractiveActiveBase = "#940024";
|
|
764
|
+
export const KsTextColorDisplayInteractiveSelectedBase = "#940024";
|
|
765
765
|
export const KsTextColorDisplayInvertedBase = "#ffffff";
|
|
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 = "#
|
|
766
|
+
export const KsTextColorDisplayInvertedInteractiveBase = "#c3002f";
|
|
767
|
+
export const KsTextColorDisplayInvertedInteractiveHoverBase = "#cb214a";
|
|
768
|
+
export const KsTextColorDisplayInvertedInteractiveActiveBase = "#cb214a";
|
|
769
|
+
export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#cb214a";
|
|
770
|
+
export const KsTextColorInterfaceBase = "rgba(0, 0, 0, 0.87)";
|
|
771
|
+
export const KsTextColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.63)";
|
|
772
|
+
export const KsTextColorInterfaceInteractiveHoverBase = "#000000";
|
|
773
|
+
export const KsTextColorInterfaceInteractiveActiveBase = "#000000";
|
|
774
|
+
export const KsTextColorInterfaceInteractiveSelectedBase = "#000000";
|
|
775
775
|
export const KsTextColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.63)";
|
|
776
776
|
export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.76)";
|
|
777
777
|
export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#ffffff";
|
|
778
778
|
export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#ffffff";
|
|
779
779
|
export const KsTextColorInterfaceInvertedInteractiveSelectedBase = "#ffffff";
|
|
780
|
-
export const KsTextColorCardBase = "rgba(
|
|
781
|
-
export const KsTextColorCardInteractiveBase = "#
|
|
780
|
+
export const KsTextColorCardBase = "rgba(0, 0, 0, 0.87)";
|
|
781
|
+
export const KsTextColorCardInteractiveBase = "#000000";
|
|
782
782
|
export const KsTextColorCardInteractiveHoverBase = "#000000";
|
|
783
783
|
export const KsTextColorCardInteractiveActiveBase = "#000000";
|
|
784
784
|
export const KsTextColorCardInteractiveSelectedBase = "#000000";
|
|
@@ -787,16 +787,16 @@ export const KsTextColorCardInvertedInteractiveBase = "#ffffff";
|
|
|
787
787
|
export const KsTextColorCardInvertedInteractiveHoverBase = "#ffffff";
|
|
788
788
|
export const KsTextColorCardInvertedInteractiveActiveBase = "#ffffff";
|
|
789
789
|
export const KsTextColorCardInvertedInteractiveSelectedBase = "#ffffff";
|
|
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(
|
|
790
|
+
export const KsTextColorPrimaryBase = "#c3002f";
|
|
791
|
+
export const KsTextColorPrimaryInteractiveBase = "#c3002f";
|
|
792
|
+
export const KsTextColorPrimaryInteractiveHoverBase = "rgba(195, 0, 47, 0.87)";
|
|
793
|
+
export const KsTextColorPrimaryInteractiveActiveBase = "rgba(195, 0, 47, 0.87)";
|
|
794
|
+
export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(195, 0, 47, 0.87)";
|
|
795
|
+
export const KsTextColorPrimaryInvertedBase = "#e18097";
|
|
796
|
+
export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(196, 22, 49, 0.87)";
|
|
797
|
+
export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.87)";
|
|
798
|
+
export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.87)";
|
|
799
|
+
export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.87)";
|
|
800
800
|
export const KsTextColorPositiveBase = "#6edb64";
|
|
801
801
|
export const KsTextColorPositiveInteractiveBase = "#6edb64";
|
|
802
802
|
export const KsTextColorPositiveInteractiveHoverBase = "rgba(110, 219, 100, 0.87)";
|
|
@@ -932,6 +932,7 @@ export const IconsSearch = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"htt
|
|
|
932
932
|
export const IconsSkipBack = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.375 3.21875C18.6752 2.97861 19.0871 2.93211 19.4336 3.09863C19.7799 3.26521 20 3.61571 20 4V20C20 20.3843 19.7799 20.7348 19.4336 20.9014C19.0871 21.0679 18.6752 21.0214 18.375 20.7812L8.375 12.7813C8.13778 12.5915 8 12.3038 8 12C8 11.6962 8.13778 11.4085 8.375 11.2188L18.375 3.21875ZM10.6016 12L18 17.918V6.08106L10.6016 12Z\"\n />\n <path\n d=\"M4 19V5C4 4.44772 4.44772 4 5 4C5.55228 4 6 4.44772 6 5V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19Z\"\n />\n</svg>";
|
|
933
933
|
export const IconsSkipForward = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.56641 3.09863C4.91287 2.93211 5.32483 2.97861 5.625 3.21875L15.625 11.2188C15.8622 11.4085 16 11.6962 16 12C16 12.3038 15.8622 12.5915 15.625 12.7813L5.625 20.7812C5.32483 21.0214 4.91287 21.0679 4.56641 20.9014C4.22012 20.7348 4 20.3843 4 20V4C4 3.61571 4.22012 3.26521 4.56641 3.09863ZM6 17.918L13.3984 12L6 6.08106V17.918Z\"\n />\n <path\n d=\"M18 19V5C18 4.44772 18.4477 4 19 4C19.5523 4 20 4.44772 20 5V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19Z\"\n />\n</svg>";
|
|
934
934
|
export const IconsZoom = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21.7 20.3L18 16.6C19.2 15.1 20 13.1 20 11C20 6 16 2 11 2C6 2 2 6 2 11C2 16 6 20 11 20C13.1 20 15.1 19.3 16.6 18L20.3 21.7C20.5 21.9 20.8 22 21 22C21.2 22 21.5 21.9 21.7 21.7C22.1 21.3 22.1 20.7 21.7 20.3ZM4 11C4 7.1 7.1 4 11 4C14.9 4 18 7.1 18 11C18 12.9 17.2 14.7 16 15.9C14.7 17.2 13 17.9 11.1 17.9C7.1 18 4 14.9 4 11Z\" />\n <path\n d=\"M14 10H12V8C12 7.4 11.6 7 11 7C10.4 7 10 7.4 10 8V10H8C7.4 10 7 10.4 7 11C7 11.6 7.4 12 8 12H10V14C10 14.6 10.4 15 11 15C11.6 15 12 14.6 12 14V12H14C14.6 12 15 11.6 15 11C15 10.4 14.6 10 14 10Z\" />\n</svg>";
|
|
935
|
+
export const IconsHeart = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21.452 8.50012C21.452 7.90903 21.3355 7.32354 21.1093 6.77747C20.883 6.23136 20.5508 5.7354 20.1327 5.3175C19.7149 4.89956 19.2187 4.56718 18.6727 4.34094C18.1266 4.11467 17.5412 3.99818 16.9501 3.99817C16.3589 3.99817 15.7735 4.11466 15.2274 4.34094C14.6815 4.56717 14.1853 4.89859 13.7675 5.31653L12.7069 6.37708C12.3164 6.76752 11.6833 6.76757 11.2928 6.37708L10.2333 5.3175C9.38912 4.47335 8.2435 3.99915 7.04968 3.99915C5.85598 3.99923 4.71115 4.47342 3.86707 5.3175C3.02305 6.16164 2.54871 7.30641 2.54871 8.50012C2.54874 9.69385 3.023 10.8386 3.86707 11.6827L11.9999 19.8156L20.1327 11.6827L20.286 11.5226C20.6326 11.1402 20.9113 10.7006 21.1093 10.2228C21.3355 9.67671 21.452 9.0912 21.452 8.50012ZM23.452 8.50012C23.452 9.35393 23.2837 10.1996 22.9569 10.9884C22.6301 11.7771 22.1505 12.4933 21.5468 13.0968L12.7069 21.9366C12.3164 22.3272 11.6834 22.3272 11.2928 21.9366L2.453 13.0968C1.23386 11.8776 0.54874 10.2243 0.548706 8.50012C0.548706 6.77587 1.23377 5.12169 2.453 3.90247C3.67213 2.68348 5.32567 1.99923 7.04968 1.99915C8.77389 1.99915 10.4281 2.6833 11.6473 3.90247L11.9999 4.255L12.3524 3.90247C12.956 3.29864 13.6731 2.82011 14.4618 2.49329C15.2506 2.16644 16.0962 1.99817 16.9501 1.99817C17.8039 1.99818 18.6496 2.16645 19.4384 2.49329C20.2269 2.82003 20.9433 3.29887 21.5468 3.90247C22.1507 4.50609 22.6301 5.22303 22.9569 6.01184C23.2837 6.80064 23.452 7.64629 23.452 8.50012Z\"\n />\n</svg>";
|
|
935
936
|
export const IconsArrowDown = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M19.7 11.3C19.3 10.9 18.7 10.9 18.3 11.3L13 16.6V5C13 4.4 12.6 4 12 4C11.4 4 11 4.4 11 5V16.6L5.7 11.3C5.3 10.9 4.7 10.9 4.3 11.3C3.9 11.7 3.9 12.3 4.3 12.7L11.3 19.7C11.4 19.8 11.5 19.9 11.6 19.9C11.7 20 11.9 20 12 20C12.1 20 12.3 20 12.4 19.9C12.5 19.8 12.6 19.8 12.7 19.7L19.7 12.7C20.1 12.3 20.1 11.7 19.7 11.3Z\" />\n</svg>";
|
|
936
937
|
export const IconsDate = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M19 3H17V2C17 1.4 16.6 1 16 1C15.4 1 15 1.4 15 2V3H9V2C9 1.4 8.6 1 8 1C7.4 1 7 1.4 7 2V3H5C3.3 3 2 4.3 2 6V20C2 21.7 3.3 23 5 23H19C20.7 23 22 21.7 22 20V6C22 4.3 20.7 3 19 3ZM5 5H7V6C7 6.6 7.4 7 8 7C8.6 7 9 6.6 9 6V5H15V6C15 6.6 15.4 7 16 7C16.6 7 17 6.6 17 6V5H19C19.6 5 20 5.4 20 6V9H4V6C4 5.4 4.4 5 5 5ZM19 21H5C4.4 21 4 20.6 4 20V11H20V20C20 20.6 19.6 21 19 21Z\" />\n</svg>";
|
|
937
938
|
export const IconsDownload = "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M2 19V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V19L4.00488 19.0986C4.02757 19.3276 4.12883 19.5429 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20H19C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22H5C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7956 2 19Z\" />\n <path\n d=\"M16.293 9.29297C16.6835 8.90244 17.3165 8.90244 17.707 9.29297C18.0976 9.68349 18.0976 10.3165 17.707 10.707L12.707 15.707C12.3165 16.0976 11.6835 16.0976 11.293 15.707L6.29297 10.707C5.90244 10.3165 5.90244 9.68349 6.29297 9.29297C6.68349 8.90244 7.31651 8.90244 7.70703 9.29297L12 13.5859L16.293 9.29297Z\" />\n <path\n d=\"M11 15V3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15Z\" />\n</svg>";
|