@kickstartds/ds-agency-premium 1.5.38 → 1.5.39--canary.1081.bfadc60.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-9f207f1c.d.ts +1 -1
- package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/{SectionProps-7a46a8ad.d.ts → SectionProps-83d399b4.d.ts} +1 -3
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +0 -63
- package/dist/components/blog-post/blog-post.schema.dereffed.json +0 -63
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/divider/index.d.ts +26 -1
- package/dist/components/header/index.d.ts +3 -3
- package/dist/components/header/index.js +1 -1
- package/dist/components/html/html.schema.json +2 -2
- package/dist/components/html/index.d.ts +27 -5
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +0 -63
- package/dist/components/page-wrapper/tokens.css +404 -405
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/section.schema.dereffed.json +0 -63
- package/dist/components/section/section.schema.json +0 -6
- package/dist/global.css +9 -44
- 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
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
- package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +404 -405
- package/dist/tokens/tokens.js +613 -614
- package/package.json +1 -1
- package/dist/DividerProps-2ef31901.d.ts +0 -26
- package/dist/HtmlProps-8e3e725a.d.ts +0 -23
- package/dist/components/html/html.schema.dereffed.json +0 -30
- 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/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +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-83d399b4.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,39 +382,6 @@
|
|
|
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
|
-
},
|
|
418
385
|
{
|
|
419
386
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
420
387
|
"$id": "http://schema.mydesignsystem.com/faq.schema.json",
|
|
@@ -877,36 +844,6 @@
|
|
|
877
844
|
},
|
|
878
845
|
"additionalProperties": false
|
|
879
846
|
},
|
|
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
|
-
},
|
|
910
847
|
{
|
|
911
848
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
912
849
|
"$id": "http://schema.mydesignsystem.com/image-story.schema.json",
|
|
@@ -165,9 +165,6 @@
|
|
|
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
|
-
},
|
|
171
168
|
{
|
|
172
169
|
"$ref": "http://schema.mydesignsystem.com/faq.schema.json"
|
|
173
170
|
},
|
|
@@ -180,9 +177,6 @@
|
|
|
180
177
|
{
|
|
181
178
|
"$ref": "http://schema.mydesignsystem.com/hero.schema.json"
|
|
182
179
|
},
|
|
183
|
-
{
|
|
184
|
-
"$ref": "http://schema.mydesignsystem.com/html.schema.json"
|
|
185
|
-
},
|
|
186
180
|
{
|
|
187
181
|
"$ref": "http://schema.mydesignsystem.com/image-story.schema.json"
|
|
188
182
|
},
|
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-inverted);
|
|
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,68 +541,33 @@ h3 {
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
@font-face {
|
|
544
|
-
font-family: "
|
|
545
|
-
src: url("static/fonts/dsa/
|
|
544
|
+
font-family: "Vollkorn";
|
|
545
|
+
src: url("static/fonts/dsa/Vollkorn-Regular.woff2") format("woff2"), url("static/fonts/dsa/Vollkorn-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: "Vollkorn";
|
|
552
|
+
src: url("static/fonts/dsa/Vollkorn-SemiBold.woff2") format("woff2"), url("static/fonts/dsa/Vollkorn-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: "Vollkorn";
|
|
559
|
+
src: url("static/fonts/dsa/Vollkorn-Medium.woff2") format("woff2"), url("static/fonts/dsa/Vollkorn-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/
|
|
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");
|
|
565
|
+
font-family: "Vollkorn";
|
|
566
|
+
src: url("static/fonts/dsa/Vollkorn-Bold.woff2") format("woff2"), url("static/fonts/dsa/Vollkorn-Bold.woff") format("woff");
|
|
574
567
|
font-weight: bold;
|
|
575
568
|
font-style: normal;
|
|
576
569
|
font-display: swap;
|
|
577
570
|
}
|
|
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
|
-
}
|
|
606
571
|
@font-face {
|
|
607
572
|
font-family: "NovelPro";
|
|
608
573
|
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
|
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 09:00:15 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 09:00:19 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 09:00:17 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 09:00:21 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|