@kickstartds/ds-agency-premium 1.5.39--canary.1081.bfadc60.0 → 1.5.40
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-9f207f1c.d.ts +1 -1
- package/dist/BlogPostProps-6b3cff22.d.ts +1 -1
- package/dist/DividerProps-2ef31901.d.ts +26 -0
- package/dist/HtmlProps-8e3e725a.d.ts +23 -0
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-83d399b4.d.ts → SectionProps-7a46a8ad.d.ts} +3 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +63 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +63 -0
- package/dist/components/divider/divider.css +14 -5
- package/dist/components/divider/index.d.ts +1 -26
- package/dist/components/header/index.d.ts +3 -3
- package/dist/components/header/index.js +1 -1
- package/dist/components/headline/headline.css +16 -0
- package/dist/components/headline/headline.schema.dereffed.json +5 -0
- package/dist/components/headline/headline.schema.json +5 -0
- package/dist/components/headline/index.d.ts +5 -0
- package/dist/components/headline/index.js +1 -1
- package/dist/components/html/html.schema.dereffed.json +30 -0
- package/dist/components/html/html.schema.json +2 -2
- package/dist/components/html/index.d.ts +5 -27
- package/dist/components/page/page.schema.dereffed.json +63 -0
- package/dist/components/page-wrapper/tokens.css +405 -404
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/section.schema.dereffed.json +63 -0
- package/dist/components/section/section.schema.json +6 -0
- package/dist/global.css +44 -9
- package/dist/static/fonts/dsa/Fredoka-Bold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Bold.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Light.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Medium.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-Regular.woff2 +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff +0 -0
- package/dist/static/fonts/dsa/Fredoka-SemiBold.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-300.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-600.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-800.woff2 +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Mulish-Regular.woff2 +0 -0
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +405 -404
- package/dist/tokens/tokens.js +614 -613
- package/package.json +1 -1
- package/dist/static/fonts/dsa/Vollkorn-Black.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Black.woff2 +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Bold.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Bold.woff2 +0 -0
- package/dist/static/fonts/dsa/Vollkorn-ExtraBold.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-ExtraBold.woff2 +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Medium.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Medium.woff2 +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Regular.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-Regular.woff2 +0 -0
- package/dist/static/fonts/dsa/Vollkorn-SemiBold.woff +0 -0
- package/dist/static/fonts/dsa/Vollkorn-SemiBold.woff2 +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { SectionProps } from "../../SectionProps-
|
|
3
|
+
import { SectionProps } from "../../SectionProps-7a46a8ad.js";
|
|
4
4
|
declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -382,6 +382,39 @@
|
|
|
382
382
|
},
|
|
383
383
|
"additionalProperties": false
|
|
384
384
|
},
|
|
385
|
+
{
|
|
386
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
387
|
+
"$id": "http://schema.mydesignsystem.com/divider.schema.json",
|
|
388
|
+
"title": "Divider",
|
|
389
|
+
"description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
|
|
390
|
+
"type": "object",
|
|
391
|
+
"properties": {
|
|
392
|
+
"variant": {
|
|
393
|
+
"title": "Style of the divider",
|
|
394
|
+
"type": "string",
|
|
395
|
+
"description": "Choose a variant for the divider",
|
|
396
|
+
"enum": [
|
|
397
|
+
"default",
|
|
398
|
+
"accent"
|
|
399
|
+
],
|
|
400
|
+
"default": "default"
|
|
401
|
+
},
|
|
402
|
+
"className": {
|
|
403
|
+
"type": "string",
|
|
404
|
+
"title": "Additional Classes",
|
|
405
|
+
"description": "Add additional css classes that should be applied to the divider"
|
|
406
|
+
},
|
|
407
|
+
"component": {
|
|
408
|
+
"title": "`ks-component` attribute",
|
|
409
|
+
"description": "Optional custom component identifier",
|
|
410
|
+
"type": "string"
|
|
411
|
+
},
|
|
412
|
+
"type": {
|
|
413
|
+
"const": "divider"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"additionalProperties": false
|
|
417
|
+
},
|
|
385
418
|
{
|
|
386
419
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
387
420
|
"$id": "http://schema.mydesignsystem.com/faq.schema.json",
|
|
@@ -844,6 +877,36 @@
|
|
|
844
877
|
},
|
|
845
878
|
"additionalProperties": false
|
|
846
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
882
|
+
"$id": "http://schema.mydesignsystem.com/html.schema.json",
|
|
883
|
+
"title": "Html",
|
|
884
|
+
"description": "Display raw HTML.",
|
|
885
|
+
"type": "object",
|
|
886
|
+
"properties": {
|
|
887
|
+
"html": {
|
|
888
|
+
"title": "HTML string",
|
|
889
|
+
"type": "string",
|
|
890
|
+
"examples": [
|
|
891
|
+
"<p>Hello world!</p>"
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
"className": {
|
|
895
|
+
"title": "Additional Classes",
|
|
896
|
+
"description": "Add additional css classes that should be applied to the element",
|
|
897
|
+
"type": "string"
|
|
898
|
+
},
|
|
899
|
+
"component": {
|
|
900
|
+
"title": "`ks-component` attribute",
|
|
901
|
+
"description": "Optional custom component identifier",
|
|
902
|
+
"type": "string"
|
|
903
|
+
},
|
|
904
|
+
"type": {
|
|
905
|
+
"const": "html"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"additionalProperties": false
|
|
909
|
+
},
|
|
847
910
|
{
|
|
848
911
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
849
912
|
"$id": "http://schema.mydesignsystem.com/image-story.schema.json",
|
|
@@ -165,6 +165,9 @@
|
|
|
165
165
|
{
|
|
166
166
|
"$ref": "http://schema.mydesignsystem.com/cta.schema.json"
|
|
167
167
|
},
|
|
168
|
+
{
|
|
169
|
+
"$ref": "http://schema.mydesignsystem.com/divider.schema.json"
|
|
170
|
+
},
|
|
168
171
|
{
|
|
169
172
|
"$ref": "http://schema.mydesignsystem.com/faq.schema.json"
|
|
170
173
|
},
|
|
@@ -177,6 +180,9 @@
|
|
|
177
180
|
{
|
|
178
181
|
"$ref": "http://schema.mydesignsystem.com/hero.schema.json"
|
|
179
182
|
},
|
|
183
|
+
{
|
|
184
|
+
"$ref": "http://schema.mydesignsystem.com/html.schema.json"
|
|
185
|
+
},
|
|
180
186
|
{
|
|
181
187
|
"$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
|
|
182
188
|
},
|
package/dist/global.css
CHANGED
|
@@ -297,7 +297,7 @@ h3 {
|
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
:root, [ks-inverted], [ks-theme] {
|
|
300
|
-
--dsa-text-color-on-primary: var(--ks-color-fg
|
|
300
|
+
--dsa-text-color-on-primary: var(--ks-color-fg);
|
|
301
301
|
--dsa-text-color-on-primary-inverted: var(--ks-color-fg-inverted);
|
|
302
302
|
--dsa-topic--font: var(--ks-font-display-m);
|
|
303
303
|
--dsa-topic--font-weight: var(--ks-font-weight-medium);
|
|
@@ -541,33 +541,68 @@ h3 {
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
@font-face {
|
|
544
|
-
font-family: "
|
|
545
|
-
src: url("static/fonts/dsa/
|
|
544
|
+
font-family: "Fredoka";
|
|
545
|
+
src: url("static/fonts/dsa/Fredoka-Regular.woff") format("woff2"), url("static/fonts/dsa/Fredoka-Regular.woff") format("woff");
|
|
546
546
|
font-weight: 400;
|
|
547
547
|
font-style: normal;
|
|
548
548
|
font-display: swap;
|
|
549
549
|
}
|
|
550
550
|
@font-face {
|
|
551
|
-
font-family: "
|
|
552
|
-
src: url("static/fonts/dsa/
|
|
551
|
+
font-family: "Fredoka";
|
|
552
|
+
src: url("static/fonts/dsa/Fredoka-SemiBold.woff2") format("woff2"), url("static/fonts/dsa/Fredoka-SemiBold.woff") format("woff");
|
|
553
553
|
font-weight: 600;
|
|
554
554
|
font-style: normal;
|
|
555
555
|
font-display: swap;
|
|
556
556
|
}
|
|
557
557
|
@font-face {
|
|
558
|
-
font-family: "
|
|
559
|
-
src: url("static/fonts/dsa/
|
|
558
|
+
font-family: "Fredoka";
|
|
559
|
+
src: url("static/fonts/dsa/Fredoka-Medium.woff2") format("woff2"), url("static/fonts/dsa/Fredoka-Medium.woff") format("woff");
|
|
560
560
|
font-weight: 500;
|
|
561
561
|
font-style: normal;
|
|
562
562
|
font-display: swap;
|
|
563
563
|
}
|
|
564
564
|
@font-face {
|
|
565
|
-
font-family: "
|
|
566
|
-
src: url("static/fonts/dsa/
|
|
565
|
+
font-family: "Fredoka";
|
|
566
|
+
src: url("static/fonts/dsa/Fredoka-Light.woff2") format("woff2"), url("static/fonts/dsa/Fredoka-Light.woff") format("woff");
|
|
567
|
+
font-weight: 300;
|
|
568
|
+
font-style: normal;
|
|
569
|
+
font-display: swap;
|
|
570
|
+
}
|
|
571
|
+
@font-face {
|
|
572
|
+
font-family: "Fredoka";
|
|
573
|
+
src: url("static/fonts/dsa/Fredoka-Bold.woff2") format("woff2"), url("static/fonts/dsa/Fredoka-Bold.woff") format("woff");
|
|
567
574
|
font-weight: bold;
|
|
568
575
|
font-style: normal;
|
|
569
576
|
font-display: swap;
|
|
570
577
|
}
|
|
578
|
+
@font-face {
|
|
579
|
+
font-family: "Mulish";
|
|
580
|
+
font-style: normal;
|
|
581
|
+
font-weight: 400;
|
|
582
|
+
font-display: swap;
|
|
583
|
+
src: url("static/fonts/dsa/Mulish-Regular.woff2") format("woff2"), url("static/fonts/dsa/Mulish-Regular.woff") format("woff");
|
|
584
|
+
}
|
|
585
|
+
@font-face {
|
|
586
|
+
font-family: "Mulish";
|
|
587
|
+
font-style: normal;
|
|
588
|
+
font-weight: 600;
|
|
589
|
+
font-display: swap;
|
|
590
|
+
src: url("static/fonts/dsa/Mulish-600.woff2") format("woff2"), url("static/fonts/dsa/Mulish-600.woff") format("woff"); /* Legacy iOS */
|
|
591
|
+
}
|
|
592
|
+
@font-face {
|
|
593
|
+
font-family: "Mulish";
|
|
594
|
+
font-style: normal;
|
|
595
|
+
font-weight: 800;
|
|
596
|
+
font-display: swap;
|
|
597
|
+
src: url("static/fonts/dsa/Mulish-800.woff2") format("woff2"), url("static/fonts/dsa/Mulish-800.woff") format("woff");
|
|
598
|
+
}
|
|
599
|
+
@font-face {
|
|
600
|
+
font-family: "Mulish";
|
|
601
|
+
font-style: normal;
|
|
602
|
+
font-weight: 300;
|
|
603
|
+
font-display: swap;
|
|
604
|
+
src: url("static/fonts/dsa/Mulish-300.woff2") format("woff2"), url("static/fonts/dsa/Mulish-300.woff") format("woff");
|
|
605
|
+
}
|
|
571
606
|
@font-face {
|
|
572
607
|
font-family: "NovelPro";
|
|
573
608
|
src: url("static/fonts/business/novelpro-regular.woff") format("woff");
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 24 Oct 2024
|
|
3
|
+
* Generated on Thu, 24 Oct 2024 10:42:45 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 Thu, 24 Oct 2024
|
|
2730
|
+
* Generated on Thu, 24 Oct 2024 10:42:49 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 Thu, 24 Oct 2024
|
|
5461
|
+
* Generated on Thu, 24 Oct 2024 10:42:47 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 Thu, 24 Oct 2024
|
|
8462
|
+
* Generated on Thu, 24 Oct 2024 10:42:51 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|