@kickstartds/ds-agency-premium 1.6.68--canary.1593.79f68de.0 → 1.6.68--canary.1597.5fb463e.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/SectionProps-7caa223c.d.ts +1 -1
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +83 -83
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +83 -83
- package/dist/tokens/tokens.js +112 -112
- package/package.json +1 -1
- /package/dist/{BlogOverviewProps-7caa223c.d.ts → BlogOverviewProps-9f207f1c.d.ts} +0 -0
- /package/dist/{BlogPostProps-7caa223c.d.ts → BlogPostProps-d9decb7c.d.ts} +0 -0
- /package/dist/{ImageStoryProps-03ff6d21.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
- /package/dist/{PageProps-7caa223c.d.ts → PageProps-aa29c554.d.ts} +0 -0
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-aa4e6431.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
13
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
14
14
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
15
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
16
16
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
|
|
4
4
|
export type { BlogOverviewProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-d9decb7c.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
3
|
+
import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
|
|
4
4
|
declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -29,7 +29,7 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
34
|
-
export * from "../../PageProps-
|
|
32
|
+
export * from "../../BlogPostProps-d9decb7c.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
|
+
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 12 May 2025
|
|
3
|
+
* Generated on Mon, 12 May 2025 13:01:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
|
|
@@ -273,15 +273,15 @@
|
|
|
273
273
|
--ks-color-fg-inverted-alpha-7-base: hsla(0,0%,100%,.24);
|
|
274
274
|
--ks-color-fg-inverted-alpha-8-base: hsla(0,0%,100%,.13);
|
|
275
275
|
--ks-color-fg-inverted-alpha-9-base: hsla(0,0%,100%,.05);
|
|
276
|
-
--ks-color-fg-inverted-to-bg-1-base: #
|
|
277
|
-
--ks-color-fg-inverted-to-bg-2-base: #
|
|
278
|
-
--ks-color-fg-inverted-to-bg-3-base: #
|
|
279
|
-
--ks-color-fg-inverted-to-bg-4-base: #
|
|
280
|
-
--ks-color-fg-inverted-to-bg-5-base: #
|
|
281
|
-
--ks-color-fg-inverted-to-bg-6-base: #
|
|
282
|
-
--ks-color-fg-inverted-to-bg-7-base: #
|
|
283
|
-
--ks-color-fg-inverted-to-bg-8-base: #
|
|
284
|
-
--ks-color-fg-inverted-to-bg-9-base: #
|
|
276
|
+
--ks-color-fg-inverted-to-bg-1-base: #f3f3f5;
|
|
277
|
+
--ks-color-fg-inverted-to-bg-2-base: #dfe1e4;
|
|
278
|
+
--ks-color-fg-inverted-to-bg-3-base: #c4c7cd;
|
|
279
|
+
--ks-color-fg-inverted-to-bg-4-base: #a4a9b2;
|
|
280
|
+
--ks-color-fg-inverted-to-bg-5-base: #858b97;
|
|
281
|
+
--ks-color-fg-inverted-to-bg-6-base: #656d7b;
|
|
282
|
+
--ks-color-fg-inverted-to-bg-7-base: #454f60;
|
|
283
|
+
--ks-color-fg-inverted-to-bg-8-base: #2a3549;
|
|
284
|
+
--ks-color-fg-inverted-to-bg-9-base: #162338;
|
|
285
285
|
--ks-color-bg-base: #fff;
|
|
286
286
|
--ks-color-bg-alpha-1-base: hsla(0,0%,100%,.95);
|
|
287
287
|
--ks-color-bg-alpha-2-base: hsla(0,0%,100%,.87);
|
|
@@ -301,25 +301,25 @@
|
|
|
301
301
|
--ks-color-bg-to-fg-7-base: #424355;
|
|
302
302
|
--ks-color-bg-to-fg-8-base: #26283c;
|
|
303
303
|
--ks-color-bg-to-fg-9-base: #12142a;
|
|
304
|
-
--ks-color-bg-inverted-base: #
|
|
305
|
-
--ks-color-bg-inverted-alpha-1-base: rgba(
|
|
306
|
-
--ks-color-bg-inverted-alpha-2-base: rgba(
|
|
307
|
-
--ks-color-bg-inverted-alpha-3-base: rgba(
|
|
308
|
-
--ks-color-bg-inverted-alpha-4-base: rgba(
|
|
309
|
-
--ks-color-bg-inverted-alpha-5-base: rgba(
|
|
310
|
-
--ks-color-bg-inverted-alpha-6-base: rgba(
|
|
311
|
-
--ks-color-bg-inverted-alpha-7-base: rgba(
|
|
312
|
-
--ks-color-bg-inverted-alpha-8-base: rgba(
|
|
313
|
-
--ks-color-bg-inverted-alpha-9-base: rgba(
|
|
314
|
-
--ks-color-bg-inverted-to-fg-1-base: #
|
|
315
|
-
--ks-color-bg-inverted-to-fg-2-base: #
|
|
316
|
-
--ks-color-bg-inverted-to-fg-3-base: #
|
|
317
|
-
--ks-color-bg-inverted-to-fg-4-base: #
|
|
318
|
-
--ks-color-bg-inverted-to-fg-5-base: #
|
|
319
|
-
--ks-color-bg-inverted-to-fg-6-base: #
|
|
320
|
-
--ks-color-bg-inverted-to-fg-7-base: #
|
|
321
|
-
--ks-color-bg-inverted-to-fg-8-base: #
|
|
322
|
-
--ks-color-bg-inverted-to-fg-9-base: #
|
|
304
|
+
--ks-color-bg-inverted-base: #0a172e;
|
|
305
|
+
--ks-color-bg-inverted-alpha-1-base: rgba(10,23,46,.95);
|
|
306
|
+
--ks-color-bg-inverted-alpha-2-base: rgba(10,23,46,.87);
|
|
307
|
+
--ks-color-bg-inverted-alpha-3-base: rgba(10,23,46,.76);
|
|
308
|
+
--ks-color-bg-inverted-alpha-4-base: rgba(10,23,46,.63);
|
|
309
|
+
--ks-color-bg-inverted-alpha-5-base: rgba(10,23,46,.5);
|
|
310
|
+
--ks-color-bg-inverted-alpha-6-base: rgba(10,23,46,.37);
|
|
311
|
+
--ks-color-bg-inverted-alpha-7-base: rgba(10,23,46,.24);
|
|
312
|
+
--ks-color-bg-inverted-alpha-8-base: rgba(10,23,46,.13);
|
|
313
|
+
--ks-color-bg-inverted-alpha-9-base: rgba(10,23,46,.05);
|
|
314
|
+
--ks-color-bg-inverted-to-fg-1-base: #162338;
|
|
315
|
+
--ks-color-bg-inverted-to-fg-2-base: #2a3549;
|
|
316
|
+
--ks-color-bg-inverted-to-fg-3-base: #454f60;
|
|
317
|
+
--ks-color-bg-inverted-to-fg-4-base: #656d7b;
|
|
318
|
+
--ks-color-bg-inverted-to-fg-5-base: #858b97;
|
|
319
|
+
--ks-color-bg-inverted-to-fg-6-base: #a4a9b2;
|
|
320
|
+
--ks-color-bg-inverted-to-fg-7-base: #c4c7cd;
|
|
321
|
+
--ks-color-bg-inverted-to-fg-8-base: #dfe1e4;
|
|
322
|
+
--ks-color-bg-inverted-to-fg-9-base: #f3f3f5;
|
|
323
323
|
--ks-color-transparent-base: rgba(0,0,0,0);
|
|
324
324
|
--ks-color-primary-base: #3065c0;
|
|
325
325
|
--ks-color-primary-alpha-1-base: rgba(48,101,192,.95);
|
|
@@ -359,15 +359,15 @@
|
|
|
359
359
|
--ks-color-primary-inverted-alpha-7-base: rgba(48,101,192,.24);
|
|
360
360
|
--ks-color-primary-inverted-alpha-8-base: rgba(48,101,192,.13);
|
|
361
361
|
--ks-color-primary-inverted-alpha-9-base: rgba(48,101,192,.05);
|
|
362
|
-
--ks-color-primary-inverted-to-bg-1-base: #
|
|
363
|
-
--ks-color-primary-inverted-to-bg-2-base: #
|
|
364
|
-
--ks-color-primary-inverted-to-bg-3-base: #
|
|
365
|
-
--ks-color-primary-inverted-to-bg-4-base: #
|
|
366
|
-
--ks-color-primary-inverted-to-bg-5-base: #
|
|
367
|
-
--ks-color-primary-inverted-to-bg-6-base: #
|
|
368
|
-
--ks-color-primary-inverted-to-bg-7-base: #
|
|
369
|
-
--ks-color-primary-inverted-to-bg-8-base: #
|
|
370
|
-
--ks-color-primary-inverted-to-bg-9-base: #
|
|
362
|
+
--ks-color-primary-inverted-to-bg-1-base: #2e61b9;
|
|
363
|
+
--ks-color-primary-inverted-to-bg-2-base: #2b5bad;
|
|
364
|
+
--ks-color-primary-inverted-to-bg-3-base: #27529d;
|
|
365
|
+
--ks-color-primary-inverted-to-bg-4-base: #22488a;
|
|
366
|
+
--ks-color-primary-inverted-to-bg-5-base: #1d3e77;
|
|
367
|
+
--ks-color-primary-inverted-to-bg-6-base: #183464;
|
|
368
|
+
--ks-color-primary-inverted-to-bg-7-base: #132a51;
|
|
369
|
+
--ks-color-primary-inverted-to-bg-8-base: #0f2141;
|
|
370
|
+
--ks-color-primary-inverted-to-bg-9-base: #0c1b35;
|
|
371
371
|
--ks-color-primary-inverted-to-fg-1-base: #3a6dc3;
|
|
372
372
|
--ks-color-primary-inverted-to-fg-2-base: #4b79c8;
|
|
373
373
|
--ks-color-primary-inverted-to-fg-3-base: #628acf;
|
|
@@ -415,15 +415,15 @@
|
|
|
415
415
|
--ks-color-link-inverted-alpha-7-base: rgba(48,101,192,.24);
|
|
416
416
|
--ks-color-link-inverted-alpha-8-base: rgba(48,101,192,.13);
|
|
417
417
|
--ks-color-link-inverted-alpha-9-base: rgba(48,101,192,.05);
|
|
418
|
-
--ks-color-link-inverted-to-bg-1-base: #
|
|
419
|
-
--ks-color-link-inverted-to-bg-2-base: #
|
|
420
|
-
--ks-color-link-inverted-to-bg-3-base: #
|
|
421
|
-
--ks-color-link-inverted-to-bg-4-base: #
|
|
422
|
-
--ks-color-link-inverted-to-bg-5-base: #
|
|
423
|
-
--ks-color-link-inverted-to-bg-6-base: #
|
|
424
|
-
--ks-color-link-inverted-to-bg-7-base: #
|
|
425
|
-
--ks-color-link-inverted-to-bg-8-base: #
|
|
426
|
-
--ks-color-link-inverted-to-bg-9-base: #
|
|
418
|
+
--ks-color-link-inverted-to-bg-1-base: #2e61b9;
|
|
419
|
+
--ks-color-link-inverted-to-bg-2-base: #2b5bad;
|
|
420
|
+
--ks-color-link-inverted-to-bg-3-base: #27529d;
|
|
421
|
+
--ks-color-link-inverted-to-bg-4-base: #22488a;
|
|
422
|
+
--ks-color-link-inverted-to-bg-5-base: #1d3e77;
|
|
423
|
+
--ks-color-link-inverted-to-bg-6-base: #183464;
|
|
424
|
+
--ks-color-link-inverted-to-bg-7-base: #132a51;
|
|
425
|
+
--ks-color-link-inverted-to-bg-8-base: #0f2141;
|
|
426
|
+
--ks-color-link-inverted-to-bg-9-base: #0c1b35;
|
|
427
427
|
--ks-color-link-inverted-to-fg-1-base: #3a6dc3;
|
|
428
428
|
--ks-color-link-inverted-to-fg-2-base: #4b79c8;
|
|
429
429
|
--ks-color-link-inverted-to-fg-3-base: #628acf;
|
|
@@ -471,15 +471,15 @@
|
|
|
471
471
|
--ks-color-positive-inverted-alpha-7-base: rgba(35,131,27,.24);
|
|
472
472
|
--ks-color-positive-inverted-alpha-8-base: rgba(35,131,27,.13);
|
|
473
473
|
--ks-color-positive-inverted-alpha-9-base: rgba(35,131,27,.05);
|
|
474
|
-
--ks-color-positive-inverted-to-bg-1-base: #
|
|
475
|
-
--ks-color-positive-inverted-to-bg-2-base: #
|
|
476
|
-
--ks-color-positive-inverted-to-bg-3-base: #
|
|
477
|
-
--ks-color-positive-inverted-to-bg-4-base: #
|
|
478
|
-
--ks-color-positive-inverted-to-bg-5-base: #
|
|
479
|
-
--ks-color-positive-inverted-to-bg-6-base: #
|
|
480
|
-
--ks-color-positive-inverted-to-bg-7-base: #
|
|
481
|
-
--ks-color-positive-inverted-to-bg-8-base: #
|
|
482
|
-
--ks-color-positive-inverted-to-bg-9-base: #
|
|
474
|
+
--ks-color-positive-inverted-to-bg-1-base: #227e1c;
|
|
475
|
+
--ks-color-positive-inverted-to-bg-2-base: #20751d;
|
|
476
|
+
--ks-color-positive-inverted-to-bg-3-base: #1d6920;
|
|
477
|
+
--ks-color-positive-inverted-to-bg-4-base: #1a5b22;
|
|
478
|
+
--ks-color-positive-inverted-to-bg-5-base: #174d25;
|
|
479
|
+
--ks-color-positive-inverted-to-bg-6-base: #133f27;
|
|
480
|
+
--ks-color-positive-inverted-to-bg-7-base: #103129;
|
|
481
|
+
--ks-color-positive-inverted-to-bg-8-base: #0d252c;
|
|
482
|
+
--ks-color-positive-inverted-to-bg-9-base: #0b1c2d;
|
|
483
483
|
--ks-color-positive-inverted-to-fg-1-base: #2e8926;
|
|
484
484
|
--ks-color-positive-inverted-to-fg-2-base: #409339;
|
|
485
485
|
--ks-color-positive-inverted-to-fg-3-base: #58a152;
|
|
@@ -527,15 +527,15 @@
|
|
|
527
527
|
--ks-color-informative-inverted-alpha-7-base: rgba(0,113,143,.24);
|
|
528
528
|
--ks-color-informative-inverted-alpha-8-base: rgba(0,113,143,.13);
|
|
529
529
|
--ks-color-informative-inverted-alpha-9-base: rgba(0,113,143,.05);
|
|
530
|
-
--ks-color-informative-inverted-to-bg-1-base: #
|
|
531
|
-
--ks-color-informative-inverted-to-bg-2-base: #
|
|
532
|
-
--ks-color-informative-inverted-to-bg-3-base: #
|
|
533
|
-
--ks-color-informative-inverted-to-bg-4-base: #
|
|
534
|
-
--ks-color-informative-inverted-to-bg-5-base: #
|
|
535
|
-
--ks-color-informative-inverted-to-bg-6-base: #
|
|
536
|
-
--ks-color-informative-inverted-to-bg-7-base: #
|
|
537
|
-
--ks-color-informative-inverted-to-bg-8-base: #
|
|
538
|
-
--ks-color-informative-inverted-to-bg-9-base: #
|
|
530
|
+
--ks-color-informative-inverted-to-bg-1-base: #016d8a;
|
|
531
|
+
--ks-color-informative-inverted-to-bg-2-base: #016582;
|
|
532
|
+
--ks-color-informative-inverted-to-bg-3-base: #025b78;
|
|
533
|
+
--ks-color-informative-inverted-to-bg-4-base: #04506b;
|
|
534
|
+
--ks-color-informative-inverted-to-bg-5-base: #05445f;
|
|
535
|
+
--ks-color-informative-inverted-to-bg-6-base: #063852;
|
|
536
|
+
--ks-color-informative-inverted-to-bg-7-base: #082d45;
|
|
537
|
+
--ks-color-informative-inverted-to-bg-8-base: #09233b;
|
|
538
|
+
--ks-color-informative-inverted-to-bg-9-base: #0a1c33;
|
|
539
539
|
--ks-color-informative-inverted-to-fg-1-base: #0d7895;
|
|
540
540
|
--ks-color-informative-inverted-to-fg-2-base: #21839e;
|
|
541
541
|
--ks-color-informative-inverted-to-fg-3-base: #3d93aa;
|
|
@@ -583,15 +583,15 @@
|
|
|
583
583
|
--ks-color-notice-inverted-alpha-7-base: rgba(255,93,83,.24);
|
|
584
584
|
--ks-color-notice-inverted-alpha-8-base: rgba(255,93,83,.13);
|
|
585
585
|
--ks-color-notice-inverted-alpha-9-base: rgba(255,93,83,.05);
|
|
586
|
-
--ks-color-notice-inverted-to-bg-1-base: #
|
|
587
|
-
--ks-color-notice-inverted-to-bg-2-base: #
|
|
588
|
-
--ks-color-notice-inverted-to-bg-3-base: #
|
|
589
|
-
--ks-color-notice-inverted-to-bg-4-base: #
|
|
590
|
-
--ks-color-notice-inverted-to-bg-5-base: #
|
|
591
|
-
--ks-color-notice-inverted-to-bg-6-base: #
|
|
592
|
-
--ks-color-notice-inverted-to-bg-7-base: #
|
|
593
|
-
--ks-color-notice-inverted-to-bg-8-base: #
|
|
594
|
-
--ks-color-notice-inverted-to-bg-9-base: #
|
|
586
|
+
--ks-color-notice-inverted-to-bg-1-base: #f35a51;
|
|
587
|
+
--ks-color-notice-inverted-to-bg-2-base: #df544e;
|
|
588
|
+
--ks-color-notice-inverted-to-bg-3-base: #c44c4a;
|
|
589
|
+
--ks-color-notice-inverted-to-bg-4-base: #a44345;
|
|
590
|
+
--ks-color-notice-inverted-to-bg-5-base: #853a41;
|
|
591
|
+
--ks-color-notice-inverted-to-bg-6-base: #65313c;
|
|
592
|
+
--ks-color-notice-inverted-to-bg-7-base: #452837;
|
|
593
|
+
--ks-color-notice-inverted-to-bg-8-base: #2a2033;
|
|
594
|
+
--ks-color-notice-inverted-to-bg-9-base: #161b30;
|
|
595
595
|
--ks-color-notice-inverted-to-fg-1-base: #ff655c;
|
|
596
596
|
--ks-color-notice-inverted-to-fg-2-base: #ff7269;
|
|
597
597
|
--ks-color-notice-inverted-to-fg-3-base: #ff847c;
|
|
@@ -639,15 +639,15 @@
|
|
|
639
639
|
--ks-color-negative-inverted-alpha-7-base: rgba(210,29,72,.24);
|
|
640
640
|
--ks-color-negative-inverted-alpha-8-base: rgba(210,29,72,.13);
|
|
641
641
|
--ks-color-negative-inverted-alpha-9-base: rgba(210,29,72,.05);
|
|
642
|
-
--ks-color-negative-inverted-to-bg-1-base: #
|
|
643
|
-
--ks-color-negative-inverted-to-bg-2-base: #
|
|
644
|
-
--ks-color-negative-inverted-to-bg-3-base: #
|
|
645
|
-
--ks-color-negative-inverted-to-bg-4-base: #
|
|
646
|
-
--ks-color-negative-inverted-to-bg-5-base: #
|
|
647
|
-
--ks-color-negative-inverted-to-bg-6-base: #
|
|
648
|
-
--ks-color-negative-inverted-to-bg-7-base: #
|
|
649
|
-
--ks-color-negative-inverted-to-bg-8-base: #
|
|
650
|
-
--ks-color-negative-inverted-to-bg-9-base: #
|
|
642
|
+
--ks-color-negative-inverted-to-bg-1-base: #c81d47;
|
|
643
|
+
--ks-color-negative-inverted-to-bg-2-base: #b81c45;
|
|
644
|
+
--ks-color-negative-inverted-to-bg-3-base: #a21c42;
|
|
645
|
+
--ks-color-negative-inverted-to-bg-4-base: #881b3e;
|
|
646
|
+
--ks-color-negative-inverted-to-bg-5-base: #6e1a3b;
|
|
647
|
+
--ks-color-negative-inverted-to-bg-6-base: #541938;
|
|
648
|
+
--ks-color-negative-inverted-to-bg-7-base: #3a1834;
|
|
649
|
+
--ks-color-negative-inverted-to-bg-8-base: #241831;
|
|
650
|
+
--ks-color-negative-inverted-to-bg-9-base: #14172f;
|
|
651
651
|
--ks-color-negative-inverted-to-fg-1-base: #d42851;
|
|
652
652
|
--ks-color-negative-inverted-to-fg-2-base: #d83a60;
|
|
653
653
|
--ks-color-negative-inverted-to-fg-3-base: #dd5374;
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 12 May 2025
|
|
3
|
+
* Generated on Mon, 12 May 2025 13:01:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root [ks-theme=business] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Do not edit directly
|
|
2730
|
-
* Generated on Mon, 12 May 2025
|
|
2730
|
+
* Generated on Mon, 12 May 2025 13:02:02 GMT
|
|
2731
2731
|
*/
|
|
2732
2732
|
:root [ks-theme=google] {
|
|
2733
2733
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* Do not edit directly
|
|
5461
|
-
* Generated on Mon, 12 May 2025
|
|
5461
|
+
* Generated on Mon, 12 May 2025 13:02:00 GMT
|
|
5462
5462
|
*/
|
|
5463
5463
|
:root [ks-theme=ngo] {
|
|
5464
5464
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
}
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Do not edit directly
|
|
8462
|
-
* Generated on Mon, 12 May 2025
|
|
8462
|
+
* Generated on Mon, 12 May 2025 13:02:04 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 12 May 2025
|
|
3
|
+
* Generated on Mon, 12 May 2025 13:01:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [ks-theme] {
|
|
@@ -274,15 +274,15 @@
|
|
|
274
274
|
--ks-color-fg-inverted-alpha-7-base: hsla(0,0%,100%,.24);
|
|
275
275
|
--ks-color-fg-inverted-alpha-8-base: hsla(0,0%,100%,.13);
|
|
276
276
|
--ks-color-fg-inverted-alpha-9-base: hsla(0,0%,100%,.05);
|
|
277
|
-
--ks-color-fg-inverted-to-bg-1-base: #
|
|
278
|
-
--ks-color-fg-inverted-to-bg-2-base: #
|
|
279
|
-
--ks-color-fg-inverted-to-bg-3-base: #
|
|
280
|
-
--ks-color-fg-inverted-to-bg-4-base: #
|
|
281
|
-
--ks-color-fg-inverted-to-bg-5-base: #
|
|
282
|
-
--ks-color-fg-inverted-to-bg-6-base: #
|
|
283
|
-
--ks-color-fg-inverted-to-bg-7-base: #
|
|
284
|
-
--ks-color-fg-inverted-to-bg-8-base: #
|
|
285
|
-
--ks-color-fg-inverted-to-bg-9-base: #
|
|
277
|
+
--ks-color-fg-inverted-to-bg-1-base: #f3f3f5;
|
|
278
|
+
--ks-color-fg-inverted-to-bg-2-base: #dfe1e4;
|
|
279
|
+
--ks-color-fg-inverted-to-bg-3-base: #c4c7cd;
|
|
280
|
+
--ks-color-fg-inverted-to-bg-4-base: #a4a9b2;
|
|
281
|
+
--ks-color-fg-inverted-to-bg-5-base: #858b97;
|
|
282
|
+
--ks-color-fg-inverted-to-bg-6-base: #656d7b;
|
|
283
|
+
--ks-color-fg-inverted-to-bg-7-base: #454f60;
|
|
284
|
+
--ks-color-fg-inverted-to-bg-8-base: #2a3549;
|
|
285
|
+
--ks-color-fg-inverted-to-bg-9-base: #162338;
|
|
286
286
|
--ks-color-bg-base: #fff;
|
|
287
287
|
--ks-color-bg-alpha-1-base: hsla(0,0%,100%,.95);
|
|
288
288
|
--ks-color-bg-alpha-2-base: hsla(0,0%,100%,.87);
|
|
@@ -302,25 +302,25 @@
|
|
|
302
302
|
--ks-color-bg-to-fg-7-base: #424355;
|
|
303
303
|
--ks-color-bg-to-fg-8-base: #26283c;
|
|
304
304
|
--ks-color-bg-to-fg-9-base: #12142a;
|
|
305
|
-
--ks-color-bg-inverted-base: #
|
|
306
|
-
--ks-color-bg-inverted-alpha-1-base: rgba(
|
|
307
|
-
--ks-color-bg-inverted-alpha-2-base: rgba(
|
|
308
|
-
--ks-color-bg-inverted-alpha-3-base: rgba(
|
|
309
|
-
--ks-color-bg-inverted-alpha-4-base: rgba(
|
|
310
|
-
--ks-color-bg-inverted-alpha-5-base: rgba(
|
|
311
|
-
--ks-color-bg-inverted-alpha-6-base: rgba(
|
|
312
|
-
--ks-color-bg-inverted-alpha-7-base: rgba(
|
|
313
|
-
--ks-color-bg-inverted-alpha-8-base: rgba(
|
|
314
|
-
--ks-color-bg-inverted-alpha-9-base: rgba(
|
|
315
|
-
--ks-color-bg-inverted-to-fg-1-base: #
|
|
316
|
-
--ks-color-bg-inverted-to-fg-2-base: #
|
|
317
|
-
--ks-color-bg-inverted-to-fg-3-base: #
|
|
318
|
-
--ks-color-bg-inverted-to-fg-4-base: #
|
|
319
|
-
--ks-color-bg-inverted-to-fg-5-base: #
|
|
320
|
-
--ks-color-bg-inverted-to-fg-6-base: #
|
|
321
|
-
--ks-color-bg-inverted-to-fg-7-base: #
|
|
322
|
-
--ks-color-bg-inverted-to-fg-8-base: #
|
|
323
|
-
--ks-color-bg-inverted-to-fg-9-base: #
|
|
305
|
+
--ks-color-bg-inverted-base: #0a172e;
|
|
306
|
+
--ks-color-bg-inverted-alpha-1-base: rgba(10,23,46,.95);
|
|
307
|
+
--ks-color-bg-inverted-alpha-2-base: rgba(10,23,46,.87);
|
|
308
|
+
--ks-color-bg-inverted-alpha-3-base: rgba(10,23,46,.76);
|
|
309
|
+
--ks-color-bg-inverted-alpha-4-base: rgba(10,23,46,.63);
|
|
310
|
+
--ks-color-bg-inverted-alpha-5-base: rgba(10,23,46,.5);
|
|
311
|
+
--ks-color-bg-inverted-alpha-6-base: rgba(10,23,46,.37);
|
|
312
|
+
--ks-color-bg-inverted-alpha-7-base: rgba(10,23,46,.24);
|
|
313
|
+
--ks-color-bg-inverted-alpha-8-base: rgba(10,23,46,.13);
|
|
314
|
+
--ks-color-bg-inverted-alpha-9-base: rgba(10,23,46,.05);
|
|
315
|
+
--ks-color-bg-inverted-to-fg-1-base: #162338;
|
|
316
|
+
--ks-color-bg-inverted-to-fg-2-base: #2a3549;
|
|
317
|
+
--ks-color-bg-inverted-to-fg-3-base: #454f60;
|
|
318
|
+
--ks-color-bg-inverted-to-fg-4-base: #656d7b;
|
|
319
|
+
--ks-color-bg-inverted-to-fg-5-base: #858b97;
|
|
320
|
+
--ks-color-bg-inverted-to-fg-6-base: #a4a9b2;
|
|
321
|
+
--ks-color-bg-inverted-to-fg-7-base: #c4c7cd;
|
|
322
|
+
--ks-color-bg-inverted-to-fg-8-base: #dfe1e4;
|
|
323
|
+
--ks-color-bg-inverted-to-fg-9-base: #f3f3f5;
|
|
324
324
|
--ks-color-transparent-base: rgba(0,0,0,0);
|
|
325
325
|
--ks-color-primary-base: #3065c0;
|
|
326
326
|
--ks-color-primary-alpha-1-base: rgba(48,101,192,.95);
|
|
@@ -360,15 +360,15 @@
|
|
|
360
360
|
--ks-color-primary-inverted-alpha-7-base: rgba(48,101,192,.24);
|
|
361
361
|
--ks-color-primary-inverted-alpha-8-base: rgba(48,101,192,.13);
|
|
362
362
|
--ks-color-primary-inverted-alpha-9-base: rgba(48,101,192,.05);
|
|
363
|
-
--ks-color-primary-inverted-to-bg-1-base: #
|
|
364
|
-
--ks-color-primary-inverted-to-bg-2-base: #
|
|
365
|
-
--ks-color-primary-inverted-to-bg-3-base: #
|
|
366
|
-
--ks-color-primary-inverted-to-bg-4-base: #
|
|
367
|
-
--ks-color-primary-inverted-to-bg-5-base: #
|
|
368
|
-
--ks-color-primary-inverted-to-bg-6-base: #
|
|
369
|
-
--ks-color-primary-inverted-to-bg-7-base: #
|
|
370
|
-
--ks-color-primary-inverted-to-bg-8-base: #
|
|
371
|
-
--ks-color-primary-inverted-to-bg-9-base: #
|
|
363
|
+
--ks-color-primary-inverted-to-bg-1-base: #2e61b9;
|
|
364
|
+
--ks-color-primary-inverted-to-bg-2-base: #2b5bad;
|
|
365
|
+
--ks-color-primary-inverted-to-bg-3-base: #27529d;
|
|
366
|
+
--ks-color-primary-inverted-to-bg-4-base: #22488a;
|
|
367
|
+
--ks-color-primary-inverted-to-bg-5-base: #1d3e77;
|
|
368
|
+
--ks-color-primary-inverted-to-bg-6-base: #183464;
|
|
369
|
+
--ks-color-primary-inverted-to-bg-7-base: #132a51;
|
|
370
|
+
--ks-color-primary-inverted-to-bg-8-base: #0f2141;
|
|
371
|
+
--ks-color-primary-inverted-to-bg-9-base: #0c1b35;
|
|
372
372
|
--ks-color-primary-inverted-to-fg-1-base: #3a6dc3;
|
|
373
373
|
--ks-color-primary-inverted-to-fg-2-base: #4b79c8;
|
|
374
374
|
--ks-color-primary-inverted-to-fg-3-base: #628acf;
|
|
@@ -416,15 +416,15 @@
|
|
|
416
416
|
--ks-color-link-inverted-alpha-7-base: rgba(48,101,192,.24);
|
|
417
417
|
--ks-color-link-inverted-alpha-8-base: rgba(48,101,192,.13);
|
|
418
418
|
--ks-color-link-inverted-alpha-9-base: rgba(48,101,192,.05);
|
|
419
|
-
--ks-color-link-inverted-to-bg-1-base: #
|
|
420
|
-
--ks-color-link-inverted-to-bg-2-base: #
|
|
421
|
-
--ks-color-link-inverted-to-bg-3-base: #
|
|
422
|
-
--ks-color-link-inverted-to-bg-4-base: #
|
|
423
|
-
--ks-color-link-inverted-to-bg-5-base: #
|
|
424
|
-
--ks-color-link-inverted-to-bg-6-base: #
|
|
425
|
-
--ks-color-link-inverted-to-bg-7-base: #
|
|
426
|
-
--ks-color-link-inverted-to-bg-8-base: #
|
|
427
|
-
--ks-color-link-inverted-to-bg-9-base: #
|
|
419
|
+
--ks-color-link-inverted-to-bg-1-base: #2e61b9;
|
|
420
|
+
--ks-color-link-inverted-to-bg-2-base: #2b5bad;
|
|
421
|
+
--ks-color-link-inverted-to-bg-3-base: #27529d;
|
|
422
|
+
--ks-color-link-inverted-to-bg-4-base: #22488a;
|
|
423
|
+
--ks-color-link-inverted-to-bg-5-base: #1d3e77;
|
|
424
|
+
--ks-color-link-inverted-to-bg-6-base: #183464;
|
|
425
|
+
--ks-color-link-inverted-to-bg-7-base: #132a51;
|
|
426
|
+
--ks-color-link-inverted-to-bg-8-base: #0f2141;
|
|
427
|
+
--ks-color-link-inverted-to-bg-9-base: #0c1b35;
|
|
428
428
|
--ks-color-link-inverted-to-fg-1-base: #3a6dc3;
|
|
429
429
|
--ks-color-link-inverted-to-fg-2-base: #4b79c8;
|
|
430
430
|
--ks-color-link-inverted-to-fg-3-base: #628acf;
|
|
@@ -472,15 +472,15 @@
|
|
|
472
472
|
--ks-color-positive-inverted-alpha-7-base: rgba(35,131,27,.24);
|
|
473
473
|
--ks-color-positive-inverted-alpha-8-base: rgba(35,131,27,.13);
|
|
474
474
|
--ks-color-positive-inverted-alpha-9-base: rgba(35,131,27,.05);
|
|
475
|
-
--ks-color-positive-inverted-to-bg-1-base: #
|
|
476
|
-
--ks-color-positive-inverted-to-bg-2-base: #
|
|
477
|
-
--ks-color-positive-inverted-to-bg-3-base: #
|
|
478
|
-
--ks-color-positive-inverted-to-bg-4-base: #
|
|
479
|
-
--ks-color-positive-inverted-to-bg-5-base: #
|
|
480
|
-
--ks-color-positive-inverted-to-bg-6-base: #
|
|
481
|
-
--ks-color-positive-inverted-to-bg-7-base: #
|
|
482
|
-
--ks-color-positive-inverted-to-bg-8-base: #
|
|
483
|
-
--ks-color-positive-inverted-to-bg-9-base: #
|
|
475
|
+
--ks-color-positive-inverted-to-bg-1-base: #227e1c;
|
|
476
|
+
--ks-color-positive-inverted-to-bg-2-base: #20751d;
|
|
477
|
+
--ks-color-positive-inverted-to-bg-3-base: #1d6920;
|
|
478
|
+
--ks-color-positive-inverted-to-bg-4-base: #1a5b22;
|
|
479
|
+
--ks-color-positive-inverted-to-bg-5-base: #174d25;
|
|
480
|
+
--ks-color-positive-inverted-to-bg-6-base: #133f27;
|
|
481
|
+
--ks-color-positive-inverted-to-bg-7-base: #103129;
|
|
482
|
+
--ks-color-positive-inverted-to-bg-8-base: #0d252c;
|
|
483
|
+
--ks-color-positive-inverted-to-bg-9-base: #0b1c2d;
|
|
484
484
|
--ks-color-positive-inverted-to-fg-1-base: #2e8926;
|
|
485
485
|
--ks-color-positive-inverted-to-fg-2-base: #409339;
|
|
486
486
|
--ks-color-positive-inverted-to-fg-3-base: #58a152;
|
|
@@ -528,15 +528,15 @@
|
|
|
528
528
|
--ks-color-informative-inverted-alpha-7-base: rgba(0,113,143,.24);
|
|
529
529
|
--ks-color-informative-inverted-alpha-8-base: rgba(0,113,143,.13);
|
|
530
530
|
--ks-color-informative-inverted-alpha-9-base: rgba(0,113,143,.05);
|
|
531
|
-
--ks-color-informative-inverted-to-bg-1-base: #
|
|
532
|
-
--ks-color-informative-inverted-to-bg-2-base: #
|
|
533
|
-
--ks-color-informative-inverted-to-bg-3-base: #
|
|
534
|
-
--ks-color-informative-inverted-to-bg-4-base: #
|
|
535
|
-
--ks-color-informative-inverted-to-bg-5-base: #
|
|
536
|
-
--ks-color-informative-inverted-to-bg-6-base: #
|
|
537
|
-
--ks-color-informative-inverted-to-bg-7-base: #
|
|
538
|
-
--ks-color-informative-inverted-to-bg-8-base: #
|
|
539
|
-
--ks-color-informative-inverted-to-bg-9-base: #
|
|
531
|
+
--ks-color-informative-inverted-to-bg-1-base: #016d8a;
|
|
532
|
+
--ks-color-informative-inverted-to-bg-2-base: #016582;
|
|
533
|
+
--ks-color-informative-inverted-to-bg-3-base: #025b78;
|
|
534
|
+
--ks-color-informative-inverted-to-bg-4-base: #04506b;
|
|
535
|
+
--ks-color-informative-inverted-to-bg-5-base: #05445f;
|
|
536
|
+
--ks-color-informative-inverted-to-bg-6-base: #063852;
|
|
537
|
+
--ks-color-informative-inverted-to-bg-7-base: #082d45;
|
|
538
|
+
--ks-color-informative-inverted-to-bg-8-base: #09233b;
|
|
539
|
+
--ks-color-informative-inverted-to-bg-9-base: #0a1c33;
|
|
540
540
|
--ks-color-informative-inverted-to-fg-1-base: #0d7895;
|
|
541
541
|
--ks-color-informative-inverted-to-fg-2-base: #21839e;
|
|
542
542
|
--ks-color-informative-inverted-to-fg-3-base: #3d93aa;
|
|
@@ -584,15 +584,15 @@
|
|
|
584
584
|
--ks-color-notice-inverted-alpha-7-base: rgba(255,93,83,.24);
|
|
585
585
|
--ks-color-notice-inverted-alpha-8-base: rgba(255,93,83,.13);
|
|
586
586
|
--ks-color-notice-inverted-alpha-9-base: rgba(255,93,83,.05);
|
|
587
|
-
--ks-color-notice-inverted-to-bg-1-base: #
|
|
588
|
-
--ks-color-notice-inverted-to-bg-2-base: #
|
|
589
|
-
--ks-color-notice-inverted-to-bg-3-base: #
|
|
590
|
-
--ks-color-notice-inverted-to-bg-4-base: #
|
|
591
|
-
--ks-color-notice-inverted-to-bg-5-base: #
|
|
592
|
-
--ks-color-notice-inverted-to-bg-6-base: #
|
|
593
|
-
--ks-color-notice-inverted-to-bg-7-base: #
|
|
594
|
-
--ks-color-notice-inverted-to-bg-8-base: #
|
|
595
|
-
--ks-color-notice-inverted-to-bg-9-base: #
|
|
587
|
+
--ks-color-notice-inverted-to-bg-1-base: #f35a51;
|
|
588
|
+
--ks-color-notice-inverted-to-bg-2-base: #df544e;
|
|
589
|
+
--ks-color-notice-inverted-to-bg-3-base: #c44c4a;
|
|
590
|
+
--ks-color-notice-inverted-to-bg-4-base: #a44345;
|
|
591
|
+
--ks-color-notice-inverted-to-bg-5-base: #853a41;
|
|
592
|
+
--ks-color-notice-inverted-to-bg-6-base: #65313c;
|
|
593
|
+
--ks-color-notice-inverted-to-bg-7-base: #452837;
|
|
594
|
+
--ks-color-notice-inverted-to-bg-8-base: #2a2033;
|
|
595
|
+
--ks-color-notice-inverted-to-bg-9-base: #161b30;
|
|
596
596
|
--ks-color-notice-inverted-to-fg-1-base: #ff655c;
|
|
597
597
|
--ks-color-notice-inverted-to-fg-2-base: #ff7269;
|
|
598
598
|
--ks-color-notice-inverted-to-fg-3-base: #ff847c;
|
|
@@ -640,15 +640,15 @@
|
|
|
640
640
|
--ks-color-negative-inverted-alpha-7-base: rgba(210,29,72,.24);
|
|
641
641
|
--ks-color-negative-inverted-alpha-8-base: rgba(210,29,72,.13);
|
|
642
642
|
--ks-color-negative-inverted-alpha-9-base: rgba(210,29,72,.05);
|
|
643
|
-
--ks-color-negative-inverted-to-bg-1-base: #
|
|
644
|
-
--ks-color-negative-inverted-to-bg-2-base: #
|
|
645
|
-
--ks-color-negative-inverted-to-bg-3-base: #
|
|
646
|
-
--ks-color-negative-inverted-to-bg-4-base: #
|
|
647
|
-
--ks-color-negative-inverted-to-bg-5-base: #
|
|
648
|
-
--ks-color-negative-inverted-to-bg-6-base: #
|
|
649
|
-
--ks-color-negative-inverted-to-bg-7-base: #
|
|
650
|
-
--ks-color-negative-inverted-to-bg-8-base: #
|
|
651
|
-
--ks-color-negative-inverted-to-bg-9-base: #
|
|
643
|
+
--ks-color-negative-inverted-to-bg-1-base: #c81d47;
|
|
644
|
+
--ks-color-negative-inverted-to-bg-2-base: #b81c45;
|
|
645
|
+
--ks-color-negative-inverted-to-bg-3-base: #a21c42;
|
|
646
|
+
--ks-color-negative-inverted-to-bg-4-base: #881b3e;
|
|
647
|
+
--ks-color-negative-inverted-to-bg-5-base: #6e1a3b;
|
|
648
|
+
--ks-color-negative-inverted-to-bg-6-base: #541938;
|
|
649
|
+
--ks-color-negative-inverted-to-bg-7-base: #3a1834;
|
|
650
|
+
--ks-color-negative-inverted-to-bg-8-base: #241831;
|
|
651
|
+
--ks-color-negative-inverted-to-bg-9-base: #14172f;
|
|
652
652
|
--ks-color-negative-inverted-to-fg-1-base: #d42851;
|
|
653
653
|
--ks-color-negative-inverted-to-fg-2-base: #d83a60;
|
|
654
654
|
--ks-color-negative-inverted-to-fg-3-base: #dd5374;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 12 May 2025
|
|
3
|
+
* Generated on Mon, 12 May 2025 13:01:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const KsBackgroundColorAccentBase = "#f3f3f4";
|
|
7
|
-
export const KsBackgroundColorAccentInvertedBase = "#
|
|
7
|
+
export const KsBackgroundColorAccentInvertedBase = "#162338";
|
|
8
8
|
export const KsBackgroundColorBoldBase = "#e4ebf7";
|
|
9
|
-
export const KsBackgroundColorBoldInvertedBase = "#
|
|
9
|
+
export const KsBackgroundColorBoldInvertedBase = "#0f2141";
|
|
10
10
|
export const KsBackgroundColorClearBase = "rgba(0, 0, 0, 0)";
|
|
11
11
|
export const KsBackgroundColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
12
12
|
export const KsBackgroundColorClearInteractiveHoverBase = "rgba(48, 101, 192, 0.13)";
|
|
@@ -18,7 +18,7 @@ export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(48, 101,
|
|
|
18
18
|
export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(48, 101, 192, 0.37)";
|
|
19
19
|
export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(48, 101, 192, 0.5)";
|
|
20
20
|
export const KsBackgroundColorDefaultBase = "#ffffff";
|
|
21
|
-
export const KsBackgroundColorDefaultInvertedBase = "#
|
|
21
|
+
export const KsBackgroundColorDefaultInvertedBase = "#0a172e";
|
|
22
22
|
export const KsBackgroundColorInterfaceBase = "rgba(6, 8, 31, 0.05)";
|
|
23
23
|
export const KsBackgroundColorInterfaceInteractiveBase = "rgba(6, 8, 31, 0.13)";
|
|
24
24
|
export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(6, 8, 31, 0.05)";
|
|
@@ -51,9 +51,9 @@ export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#7d9ed7";
|
|
|
51
51
|
export const KsBackgroundColorPrimaryTranslucentBase = "rgba(48, 101, 192, 0.5)";
|
|
52
52
|
export const KsBackgroundColorPrimaryInvertedBase = "#3065c0";
|
|
53
53
|
export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#3065c0";
|
|
54
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#
|
|
55
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#
|
|
56
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#
|
|
54
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#2b5bad";
|
|
55
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#2b5bad";
|
|
56
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#22488a";
|
|
57
57
|
export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(48, 101, 192, 0.5)";
|
|
58
58
|
export const KsBackgroundColorPositiveBase = "#6edb64";
|
|
59
59
|
export const KsBackgroundColorPositiveInteractiveBase = "#6edb64";
|
|
@@ -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 = "#20751d";
|
|
67
|
+
export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#20751d";
|
|
68
|
+
export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#1a5b22";
|
|
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 = "#016582";
|
|
79
|
+
export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#016582";
|
|
80
|
+
export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#04506b";
|
|
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 = "#df544e";
|
|
91
|
+
export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#df544e";
|
|
92
|
+
export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#a44345";
|
|
93
93
|
export const KsBackgroundColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.5)";
|
|
94
94
|
export const KsBackgroundColorNegativeBase = "#ff1a57";
|
|
95
95
|
export const KsBackgroundColorNegativeInteractiveBase = "#ff1a57";
|
|
@@ -99,12 +99,12 @@ 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 = "#b81c45";
|
|
103
|
+
export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#b81c45";
|
|
104
|
+
export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#881b3e";
|
|
105
105
|
export const KsBackgroundColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.5)";
|
|
106
106
|
export const KsBorderColorAccentBase = "#e4ebf7";
|
|
107
|
-
export const KsBorderColorAccentInvertedBase = "#
|
|
107
|
+
export const KsBorderColorAccentInvertedBase = "#0f2141";
|
|
108
108
|
export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
|
|
109
109
|
export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
110
110
|
export const KsBorderColorClearInteractiveHoverBase = "rgba(48, 101, 192, 0.13)";
|
|
@@ -149,8 +149,8 @@ export const KsBorderColorPrimaryInteractiveSelectedBase = "#3065c0";
|
|
|
149
149
|
export const KsBorderColorPrimaryTranslucentBase = "rgba(48, 101, 192, 0.87)";
|
|
150
150
|
export const KsBorderColorPrimaryInvertedBase = "#3065c0";
|
|
151
151
|
export const KsBorderColorPrimaryInvertedInteractiveBase = "#3065c0";
|
|
152
|
-
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#
|
|
153
|
-
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#
|
|
152
|
+
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#2b5bad";
|
|
153
|
+
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#27529d";
|
|
154
154
|
export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#3065c0";
|
|
155
155
|
export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(48, 101, 192, 0.87)";
|
|
156
156
|
export const KsBorderColorPositiveBase = "#6edb64";
|
|
@@ -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 = "#20751d";
|
|
165
|
+
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#1d6920";
|
|
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 = "#016582";
|
|
177
|
+
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#025b78";
|
|
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 = "#df544e";
|
|
189
|
+
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#c44c4a";
|
|
190
190
|
export const KsBorderColorNoticeInvertedInteractiveSelectedBase = "#ff5d53";
|
|
191
191
|
export const KsBorderColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.87)";
|
|
192
192
|
export const KsBorderColorNegativeBase = "#ff1a57";
|
|
@@ -197,8 +197,8 @@ 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 = "#b81c45";
|
|
201
|
+
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#a21c42";
|
|
202
202
|
export const KsBorderColorNegativeInvertedInteractiveSelectedBase = "#d21d48";
|
|
203
203
|
export const KsBorderColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.87)";
|
|
204
204
|
export const KsBorderWidthDefault = "1px";
|
|
@@ -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 = "#f3f3f5";
|
|
282
|
+
export const KsColorFgInvertedToBg2Base = "#dfe1e4";
|
|
283
|
+
export const KsColorFgInvertedToBg3Base = "#c4c7cd";
|
|
284
|
+
export const KsColorFgInvertedToBg4Base = "#a4a9b2";
|
|
285
|
+
export const KsColorFgInvertedToBg5Base = "#858b97";
|
|
286
|
+
export const KsColorFgInvertedToBg6Base = "#656d7b";
|
|
287
|
+
export const KsColorFgInvertedToBg7Base = "#454f60";
|
|
288
|
+
export const KsColorFgInvertedToBg8Base = "#2a3549";
|
|
289
|
+
export const KsColorFgInvertedToBg9Base = "#162338";
|
|
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)";
|
|
@@ -306,25 +306,25 @@ export const KsColorBgToFg6Base = "#626372";
|
|
|
306
306
|
export const KsColorBgToFg7Base = "#424355";
|
|
307
307
|
export const KsColorBgToFg8Base = "#26283c";
|
|
308
308
|
export const KsColorBgToFg9Base = "#12142a";
|
|
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 = "#
|
|
309
|
+
export const KsColorBgInvertedBase = "#0a172e";
|
|
310
|
+
export const KsColorBgInvertedAlpha1Base = "rgba(10, 23, 46, 0.95)";
|
|
311
|
+
export const KsColorBgInvertedAlpha2Base = "rgba(10, 23, 46, 0.87)";
|
|
312
|
+
export const KsColorBgInvertedAlpha3Base = "rgba(10, 23, 46, 0.76)";
|
|
313
|
+
export const KsColorBgInvertedAlpha4Base = "rgba(10, 23, 46, 0.63)";
|
|
314
|
+
export const KsColorBgInvertedAlpha5Base = "rgba(10, 23, 46, 0.5)";
|
|
315
|
+
export const KsColorBgInvertedAlpha6Base = "rgba(10, 23, 46, 0.37)";
|
|
316
|
+
export const KsColorBgInvertedAlpha7Base = "rgba(10, 23, 46, 0.24)";
|
|
317
|
+
export const KsColorBgInvertedAlpha8Base = "rgba(10, 23, 46, 0.13)";
|
|
318
|
+
export const KsColorBgInvertedAlpha9Base = "rgba(10, 23, 46, 0.05)";
|
|
319
|
+
export const KsColorBgInvertedToFg1Base = "#162338";
|
|
320
|
+
export const KsColorBgInvertedToFg2Base = "#2a3549";
|
|
321
|
+
export const KsColorBgInvertedToFg3Base = "#454f60";
|
|
322
|
+
export const KsColorBgInvertedToFg4Base = "#656d7b";
|
|
323
|
+
export const KsColorBgInvertedToFg5Base = "#858b97";
|
|
324
|
+
export const KsColorBgInvertedToFg6Base = "#a4a9b2";
|
|
325
|
+
export const KsColorBgInvertedToFg7Base = "#c4c7cd";
|
|
326
|
+
export const KsColorBgInvertedToFg8Base = "#dfe1e4";
|
|
327
|
+
export const KsColorBgInvertedToFg9Base = "#f3f3f5";
|
|
328
328
|
export const KsColorTransparentBase = "rgba(0, 0, 0, 0)";
|
|
329
329
|
export const KsColorPrimaryBase = "#3065c0";
|
|
330
330
|
export const KsColorPrimaryAlpha1Base = "rgba(48, 101, 192, 0.95)";
|
|
@@ -364,15 +364,15 @@ export const KsColorPrimaryInvertedAlpha6Base = "rgba(48, 101, 192, 0.37)";
|
|
|
364
364
|
export const KsColorPrimaryInvertedAlpha7Base = "rgba(48, 101, 192, 0.24)";
|
|
365
365
|
export const KsColorPrimaryInvertedAlpha8Base = "rgba(48, 101, 192, 0.13)";
|
|
366
366
|
export const KsColorPrimaryInvertedAlpha9Base = "rgba(48, 101, 192, 0.05)";
|
|
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 = "#
|
|
367
|
+
export const KsColorPrimaryInvertedToBg1Base = "#2e61b9";
|
|
368
|
+
export const KsColorPrimaryInvertedToBg2Base = "#2b5bad";
|
|
369
|
+
export const KsColorPrimaryInvertedToBg3Base = "#27529d";
|
|
370
|
+
export const KsColorPrimaryInvertedToBg4Base = "#22488a";
|
|
371
|
+
export const KsColorPrimaryInvertedToBg5Base = "#1d3e77";
|
|
372
|
+
export const KsColorPrimaryInvertedToBg6Base = "#183464";
|
|
373
|
+
export const KsColorPrimaryInvertedToBg7Base = "#132a51";
|
|
374
|
+
export const KsColorPrimaryInvertedToBg8Base = "#0f2141";
|
|
375
|
+
export const KsColorPrimaryInvertedToBg9Base = "#0c1b35";
|
|
376
376
|
export const KsColorPrimaryInvertedToFg1Base = "#3a6dc3";
|
|
377
377
|
export const KsColorPrimaryInvertedToFg2Base = "#4b79c8";
|
|
378
378
|
export const KsColorPrimaryInvertedToFg3Base = "#628acf";
|
|
@@ -420,15 +420,15 @@ export const KsColorLinkInvertedAlpha6Base = "rgba(48, 101, 192, 0.37)";
|
|
|
420
420
|
export const KsColorLinkInvertedAlpha7Base = "rgba(48, 101, 192, 0.24)";
|
|
421
421
|
export const KsColorLinkInvertedAlpha8Base = "rgba(48, 101, 192, 0.13)";
|
|
422
422
|
export const KsColorLinkInvertedAlpha9Base = "rgba(48, 101, 192, 0.05)";
|
|
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 = "#
|
|
423
|
+
export const KsColorLinkInvertedToBg1Base = "#2e61b9";
|
|
424
|
+
export const KsColorLinkInvertedToBg2Base = "#2b5bad";
|
|
425
|
+
export const KsColorLinkInvertedToBg3Base = "#27529d";
|
|
426
|
+
export const KsColorLinkInvertedToBg4Base = "#22488a";
|
|
427
|
+
export const KsColorLinkInvertedToBg5Base = "#1d3e77";
|
|
428
|
+
export const KsColorLinkInvertedToBg6Base = "#183464";
|
|
429
|
+
export const KsColorLinkInvertedToBg7Base = "#132a51";
|
|
430
|
+
export const KsColorLinkInvertedToBg8Base = "#0f2141";
|
|
431
|
+
export const KsColorLinkInvertedToBg9Base = "#0c1b35";
|
|
432
432
|
export const KsColorLinkInvertedToFg1Base = "#3a6dc3";
|
|
433
433
|
export const KsColorLinkInvertedToFg2Base = "#4b79c8";
|
|
434
434
|
export const KsColorLinkInvertedToFg3Base = "#628acf";
|
|
@@ -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 = "#227e1c";
|
|
480
|
+
export const KsColorPositiveInvertedToBg2Base = "#20751d";
|
|
481
|
+
export const KsColorPositiveInvertedToBg3Base = "#1d6920";
|
|
482
|
+
export const KsColorPositiveInvertedToBg4Base = "#1a5b22";
|
|
483
|
+
export const KsColorPositiveInvertedToBg5Base = "#174d25";
|
|
484
|
+
export const KsColorPositiveInvertedToBg6Base = "#133f27";
|
|
485
|
+
export const KsColorPositiveInvertedToBg7Base = "#103129";
|
|
486
|
+
export const KsColorPositiveInvertedToBg8Base = "#0d252c";
|
|
487
|
+
export const KsColorPositiveInvertedToBg9Base = "#0b1c2d";
|
|
488
488
|
export const KsColorPositiveInvertedToFg1Base = "#2e8926";
|
|
489
489
|
export const KsColorPositiveInvertedToFg2Base = "#409339";
|
|
490
490
|
export const KsColorPositiveInvertedToFg3Base = "#58a152";
|
|
@@ -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 = "#016d8a";
|
|
536
|
+
export const KsColorInformativeInvertedToBg2Base = "#016582";
|
|
537
|
+
export const KsColorInformativeInvertedToBg3Base = "#025b78";
|
|
538
|
+
export const KsColorInformativeInvertedToBg4Base = "#04506b";
|
|
539
|
+
export const KsColorInformativeInvertedToBg5Base = "#05445f";
|
|
540
|
+
export const KsColorInformativeInvertedToBg6Base = "#063852";
|
|
541
|
+
export const KsColorInformativeInvertedToBg7Base = "#082d45";
|
|
542
|
+
export const KsColorInformativeInvertedToBg8Base = "#09233b";
|
|
543
|
+
export const KsColorInformativeInvertedToBg9Base = "#0a1c33";
|
|
544
544
|
export const KsColorInformativeInvertedToFg1Base = "#0d7895";
|
|
545
545
|
export const KsColorInformativeInvertedToFg2Base = "#21839e";
|
|
546
546
|
export const KsColorInformativeInvertedToFg3Base = "#3d93aa";
|
|
@@ -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 = "#f35a51";
|
|
592
|
+
export const KsColorNoticeInvertedToBg2Base = "#df544e";
|
|
593
|
+
export const KsColorNoticeInvertedToBg3Base = "#c44c4a";
|
|
594
|
+
export const KsColorNoticeInvertedToBg4Base = "#a44345";
|
|
595
|
+
export const KsColorNoticeInvertedToBg5Base = "#853a41";
|
|
596
|
+
export const KsColorNoticeInvertedToBg6Base = "#65313c";
|
|
597
|
+
export const KsColorNoticeInvertedToBg7Base = "#452837";
|
|
598
|
+
export const KsColorNoticeInvertedToBg8Base = "#2a2033";
|
|
599
|
+
export const KsColorNoticeInvertedToBg9Base = "#161b30";
|
|
600
600
|
export const KsColorNoticeInvertedToFg1Base = "#ff655c";
|
|
601
601
|
export const KsColorNoticeInvertedToFg2Base = "#ff7269";
|
|
602
602
|
export const KsColorNoticeInvertedToFg3Base = "#ff847c";
|
|
@@ -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 = "#c81d47";
|
|
648
|
+
export const KsColorNegativeInvertedToBg2Base = "#b81c45";
|
|
649
|
+
export const KsColorNegativeInvertedToBg3Base = "#a21c42";
|
|
650
|
+
export const KsColorNegativeInvertedToBg4Base = "#881b3e";
|
|
651
|
+
export const KsColorNegativeInvertedToBg5Base = "#6e1a3b";
|
|
652
|
+
export const KsColorNegativeInvertedToBg6Base = "#541938";
|
|
653
|
+
export const KsColorNegativeInvertedToBg7Base = "#3a1834";
|
|
654
|
+
export const KsColorNegativeInvertedToBg8Base = "#241831";
|
|
655
|
+
export const KsColorNegativeInvertedToBg9Base = "#14172f";
|
|
656
656
|
export const KsColorNegativeInvertedToFg1Base = "#d42851";
|
|
657
657
|
export const KsColorNegativeInvertedToFg2Base = "#d83a60";
|
|
658
658
|
export const KsColorNegativeInvertedToFg3Base = "#dd5374";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|