@kickstartds/ds-agency-premium 1.6.71--canary.45.1762.0 → 1.6.71--canary.45.1764.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/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +94 -126
- package/dist/components/split-even/index.d.ts +9 -4
- package/dist/components/split-even/index.js +1 -1
- package/dist/components/split-even/split-even.css +37 -38
- package/dist/components/split-even/split-even.schema.dereffed.json +17 -5
- package/dist/components/split-even/split-even.schema.json +12 -5
- package/dist/components/split-weighted/index.d.ts +2 -2
- package/dist/components/split-weighted/split-weighted.css +14 -6
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +3 -1
- package/dist/components/split-weighted/split-weighted.schema.json +3 -3
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
|
@@ -3591,51 +3591,34 @@
|
|
|
3591
3591
|
"id": "layout-split-even--text-with-logos",
|
|
3592
3592
|
"group": "Layout/Split Even",
|
|
3593
3593
|
"name": "TextWithLogos",
|
|
3594
|
-
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><
|
|
3594
|
+
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n horizontalGutter=\"default\"\n mobileLayout=\"stack\"\n second={<><Logos logo={[{alt: 'Logo 1', src: 'img/logos/logoipsum-344.svg'}, {alt: 'Logo 2', src: 'img/logos/logoipsum-347.svg'}, {alt: 'Logo 3', src: 'img/logos/logoipsum-352.svg'}, {alt: 'Logo 4', src: 'img/logos/logoipsum-356.svg'}, {alt: 'Logo 5', src: 'img/logos/logoipsum-358.svg'}, {alt: 'Logo 6', src: 'img/logos/logoipsum-369.svg'}]} logosPerRow={3}/></>}\n sectionMinWidth=\"wide\"\n verticalAlign=\"center\"\n verticalGutter=\"default\"\n/>",
|
|
3595
3595
|
"args": {
|
|
3596
3596
|
"contentMinWidth": "medium",
|
|
3597
3597
|
"contentGutter": "small",
|
|
3598
3598
|
"mobileLayout": "stack",
|
|
3599
3599
|
"verticalAlign": "center",
|
|
3600
|
-
"
|
|
3600
|
+
"verticalGutter": "default",
|
|
3601
|
+
"horizontalGutter": "default",
|
|
3601
3602
|
"sectionMinWidth": "wide",
|
|
3602
3603
|
"first": {
|
|
3603
3604
|
"key": null,
|
|
3604
3605
|
"ref": null,
|
|
3605
3606
|
"props": {
|
|
3606
|
-
"children":
|
|
3607
|
-
{
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
"
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
{
|
|
3619
|
-
"type": {},
|
|
3620
|
-
"key": null,
|
|
3621
|
-
"ref": null,
|
|
3622
|
-
"props": {
|
|
3623
|
-
"highlightText": true,
|
|
3624
|
-
"text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry."
|
|
3625
|
-
},
|
|
3626
|
-
"_owner": null
|
|
3607
|
+
"children": {
|
|
3608
|
+
"type": {},
|
|
3609
|
+
"key": null,
|
|
3610
|
+
"ref": null,
|
|
3611
|
+
"props": {
|
|
3612
|
+
"headline": "Discover our solutions for Industry 4.0",
|
|
3613
|
+
"text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
|
|
3614
|
+
"buttons": [
|
|
3615
|
+
{
|
|
3616
|
+
"label": "Learn more"
|
|
3617
|
+
}
|
|
3618
|
+
]
|
|
3627
3619
|
},
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
"key": null,
|
|
3631
|
-
"ref": null,
|
|
3632
|
-
"props": {
|
|
3633
|
-
"label": "Learn more",
|
|
3634
|
-
"variant": "primary"
|
|
3635
|
-
},
|
|
3636
|
-
"_owner": null
|
|
3637
|
-
}
|
|
3638
|
-
]
|
|
3620
|
+
"_owner": null
|
|
3621
|
+
}
|
|
3639
3622
|
},
|
|
3640
3623
|
"_owner": null
|
|
3641
3624
|
},
|
|
@@ -3688,13 +3671,14 @@
|
|
|
3688
3671
|
"id": "layout-split-even--faq-with-form",
|
|
3689
3672
|
"group": "Layout/Split Even",
|
|
3690
3673
|
"name": "FAQWithForm",
|
|
3691
|
-
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n
|
|
3674
|
+
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><Headline level=\"h2\" text=\"Frequently Asked Questions\"/><Faq questions={[{answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What are the benefits of investing in a Design System?'}, {answer: 'Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.', question: 'What is a Design System?'}, {answer: 'A Headless CMS plays a crucial role in a Design System by providing a content-first approach. It separates the back-end content from the front-end presentation layer, allowing for seamless integration with any design system. This results in a flexible, scalable, and platform-agnostic system that ensures content consistency across all platforms and devices.', question: 'What is the role of a Headless CMS in a Design System?'}]} /></>}\n horizontalGutter=\"large\"\n mobileLayout=\"stack\"\n second={<><Headline level=\"h3\" spaceAfter=\"minimum\" style=\"h3\" text=\"Still have questions?\"/><No Display Name label=\"Ask us directly!\" /><Button label=\"Submit\" /></>}\n sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n verticalGutter=\"large\"\n/>",
|
|
3692
3675
|
"args": {
|
|
3693
3676
|
"contentMinWidth": "medium",
|
|
3694
3677
|
"contentGutter": "small",
|
|
3695
3678
|
"mobileLayout": "stack",
|
|
3696
3679
|
"verticalAlign": "top",
|
|
3697
|
-
"
|
|
3680
|
+
"verticalGutter": "large",
|
|
3681
|
+
"horizontalGutter": "large",
|
|
3698
3682
|
"sectionMinWidth": "medium",
|
|
3699
3683
|
"first": {
|
|
3700
3684
|
"key": null,
|
|
@@ -3780,48 +3764,49 @@
|
|
|
3780
3764
|
"screenshot": "img/screenshots/layout-split-even--faq-with-form.png"
|
|
3781
3765
|
},
|
|
3782
3766
|
{
|
|
3783
|
-
"id": "layout-split-
|
|
3784
|
-
"group": "Layout/Split
|
|
3785
|
-
"name": "
|
|
3786
|
-
"code": "<
|
|
3767
|
+
"id": "layout-split-weighted--text-with-contact",
|
|
3768
|
+
"group": "Layout/Split Weighted",
|
|
3769
|
+
"name": "TextWithContact",
|
|
3770
|
+
"code": "<SplitWeighted\n context={<><Contact image={{aspectRatio: 'wide', fullWidth: true, src: 'img/people/contact-isabella.png'}} links={[{ariaLabel: 'Isabella Doe on Twitter', icon: 'twitter', label: '@Isabella_Doe', url: '#'}, {ariaLabel: 'Isabella Doe on LinkedIn', icon: 'linkedin', label: 'Isabella.Doe', url: 'mailto:mail@example.com'}]} subtitle=\"Creative Director\" title=\"Isabella Doe\"/></>}\n contextLayout={{\n gutter: 'default',\n minWidth: 'wide'\n }}\n horizontalGutter=\"default\"\n main={<><Cta buttons={[{label: 'Learn more'}]} headline=\"Discover our solutions for Industry 4.0\" text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n mainLayout={{\n gutter: 'default',\n minWidth: 'wide'\n }}\n order={{\n desktop: 'mainFirst',\n mobile: 'mainFirst'\n }}\n verticalGutter=\"large\"\n/>",
|
|
3787
3771
|
"args": {
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3791
|
-
"
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3772
|
+
"verticalGutter": "large",
|
|
3773
|
+
"horizontalGutter": "default",
|
|
3774
|
+
"sticky": false,
|
|
3775
|
+
"mainLayout": {
|
|
3776
|
+
"gutter": "default",
|
|
3777
|
+
"minWidth": "wide"
|
|
3778
|
+
},
|
|
3779
|
+
"contextLayout": {
|
|
3780
|
+
"gutter": "default",
|
|
3781
|
+
"minWidth": "wide"
|
|
3782
|
+
},
|
|
3783
|
+
"order": {
|
|
3784
|
+
"mobile": "mainFirst",
|
|
3785
|
+
"desktop": "mainFirst"
|
|
3786
|
+
},
|
|
3787
|
+
"main": {
|
|
3795
3788
|
"key": null,
|
|
3796
3789
|
"ref": null,
|
|
3797
3790
|
"props": {
|
|
3798
|
-
"children":
|
|
3799
|
-
{
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
"
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3791
|
+
"children": {
|
|
3792
|
+
"type": {},
|
|
3793
|
+
"key": null,
|
|
3794
|
+
"ref": null,
|
|
3795
|
+
"props": {
|
|
3796
|
+
"headline": "Discover our solutions for Industry 4.0",
|
|
3797
|
+
"text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.",
|
|
3798
|
+
"buttons": [
|
|
3799
|
+
{
|
|
3800
|
+
"label": "Learn more"
|
|
3801
|
+
}
|
|
3802
|
+
]
|
|
3809
3803
|
},
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
"key": null,
|
|
3813
|
-
"ref": null,
|
|
3814
|
-
"props": {
|
|
3815
|
-
"highlightText": true,
|
|
3816
|
-
"text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry."
|
|
3817
|
-
},
|
|
3818
|
-
"_owner": null
|
|
3819
|
-
}
|
|
3820
|
-
]
|
|
3804
|
+
"_owner": null
|
|
3805
|
+
}
|
|
3821
3806
|
},
|
|
3822
3807
|
"_owner": null
|
|
3823
3808
|
},
|
|
3824
|
-
"
|
|
3809
|
+
"context": {
|
|
3825
3810
|
"key": null,
|
|
3826
3811
|
"ref": null,
|
|
3827
3812
|
"props": {
|
|
@@ -3830,17 +3815,27 @@
|
|
|
3830
3815
|
"key": null,
|
|
3831
3816
|
"ref": null,
|
|
3832
3817
|
"props": {
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3836
|
-
"
|
|
3837
|
-
"
|
|
3818
|
+
"title": "Isabella Doe",
|
|
3819
|
+
"subtitle": "Creative Director",
|
|
3820
|
+
"image": {
|
|
3821
|
+
"src": "img/people/contact-isabella.png",
|
|
3822
|
+
"aspectRatio": "wide",
|
|
3823
|
+
"fullWidth": true
|
|
3838
3824
|
},
|
|
3839
|
-
"
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3825
|
+
"links": [
|
|
3826
|
+
{
|
|
3827
|
+
"icon": "twitter",
|
|
3828
|
+
"url": "#",
|
|
3829
|
+
"label": "@Isabella_Doe",
|
|
3830
|
+
"ariaLabel": "Isabella Doe on Twitter"
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"url": "mailto:mail@example.com",
|
|
3834
|
+
"icon": "linkedin",
|
|
3835
|
+
"label": "Isabella.Doe",
|
|
3836
|
+
"ariaLabel": "Isabella Doe on LinkedIn"
|
|
3837
|
+
}
|
|
3838
|
+
]
|
|
3844
3839
|
},
|
|
3845
3840
|
"_owner": null
|
|
3846
3841
|
}
|
|
@@ -3848,20 +3843,20 @@
|
|
|
3848
3843
|
"_owner": null
|
|
3849
3844
|
}
|
|
3850
3845
|
},
|
|
3851
|
-
"screenshot": "img/screenshots/layout-split-
|
|
3846
|
+
"screenshot": "img/screenshots/layout-split-weighted--text-with-contact.png"
|
|
3852
3847
|
},
|
|
3853
3848
|
{
|
|
3854
|
-
"id": "layout-split-weighted--text-with-
|
|
3849
|
+
"id": "layout-split-weighted--text-with-teaser",
|
|
3855
3850
|
"group": "Layout/Split Weighted",
|
|
3856
|
-
"name": "
|
|
3857
|
-
"code": "<SplitWeighted\n context={
|
|
3851
|
+
"name": "TextWithTeaser",
|
|
3852
|
+
"code": "<SplitWeighted\n context={<TeaserCard button={{chevron: false, hidden: false, label: 'Read more'}} headline=\"Transforming Industry\" image=\"img/logos/castaway.svg\" imageRatio=\"landscape\" layout=\"row\" text=\"with Smart Solutions\" url=\"#\"/>}\n contextLayout={{\n gutter: 'default',\n minWidth: 'narrow'\n }}\n horizontalGutter=\"default\"\n main={<><Headline level=\"h2\" spaceAfter=\"minimum\" text=\"Innovative solutions for Industry 4.0\"/><Text highlightText text=\"We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry.\"/></>}\n mainLayout={{\n gutter: 'small',\n minWidth: 'wide'\n }}\n order={{\n desktop: 'mainFirst',\n mobile: 'mainFirst'\n }}\n verticalGutter=\"default\"\n/>",
|
|
3858
3853
|
"args": {
|
|
3859
3854
|
"verticalGutter": "default",
|
|
3860
|
-
"horizontalGutter": "
|
|
3855
|
+
"horizontalGutter": "default",
|
|
3861
3856
|
"sticky": false,
|
|
3862
3857
|
"mainLayout": {
|
|
3863
3858
|
"gutter": "small",
|
|
3864
|
-
"minWidth": "
|
|
3859
|
+
"minWidth": "wide"
|
|
3865
3860
|
},
|
|
3866
3861
|
"contextLayout": {
|
|
3867
3862
|
"gutter": "default",
|
|
@@ -3896,59 +3891,32 @@
|
|
|
3896
3891
|
"text": "We help companies make their production processes more efficient and future-proof through digitalization, automation, and smart technologies. Rely on our many years of experience in the industrial sector.\n\nRevolutionize your manufacturing with our tailored solutions designed to meet the specific needs of your industry."
|
|
3897
3892
|
},
|
|
3898
3893
|
"_owner": null
|
|
3899
|
-
},
|
|
3900
|
-
{
|
|
3901
|
-
"type": {},
|
|
3902
|
-
"key": null,
|
|
3903
|
-
"ref": null,
|
|
3904
|
-
"props": {
|
|
3905
|
-
"label": "Learn more",
|
|
3906
|
-
"variant": "primary"
|
|
3907
|
-
},
|
|
3908
|
-
"_owner": null
|
|
3909
3894
|
}
|
|
3910
3895
|
]
|
|
3911
3896
|
},
|
|
3912
3897
|
"_owner": null
|
|
3913
3898
|
},
|
|
3914
3899
|
"context": {
|
|
3900
|
+
"type": {},
|
|
3915
3901
|
"key": null,
|
|
3916
3902
|
"ref": null,
|
|
3917
3903
|
"props": {
|
|
3918
|
-
"
|
|
3919
|
-
|
|
3920
|
-
"
|
|
3921
|
-
"
|
|
3922
|
-
"
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
},
|
|
3930
|
-
"links": [
|
|
3931
|
-
{
|
|
3932
|
-
"icon": "twitter",
|
|
3933
|
-
"url": "#",
|
|
3934
|
-
"label": "@Isabella_Doe",
|
|
3935
|
-
"ariaLabel": "Isabella Doe on Twitter"
|
|
3936
|
-
},
|
|
3937
|
-
{
|
|
3938
|
-
"url": "mailto:mail@example.com",
|
|
3939
|
-
"icon": "linkedin",
|
|
3940
|
-
"label": "Isabella.Doe",
|
|
3941
|
-
"ariaLabel": "Isabella Doe on LinkedIn"
|
|
3942
|
-
}
|
|
3943
|
-
]
|
|
3944
|
-
},
|
|
3945
|
-
"_owner": null
|
|
3946
|
-
}
|
|
3904
|
+
"layout": "row",
|
|
3905
|
+
"button": {
|
|
3906
|
+
"chevron": false,
|
|
3907
|
+
"hidden": false,
|
|
3908
|
+
"label": "Read more"
|
|
3909
|
+
},
|
|
3910
|
+
"imageRatio": "landscape",
|
|
3911
|
+
"headline": "Transforming Industry",
|
|
3912
|
+
"text": "with Smart Solutions",
|
|
3913
|
+
"image": "img/logos/castaway.svg",
|
|
3914
|
+
"url": "#"
|
|
3947
3915
|
},
|
|
3948
3916
|
"_owner": null
|
|
3949
3917
|
}
|
|
3950
3918
|
},
|
|
3951
|
-
"screenshot": "img/screenshots/layout-split-weighted--text-with-
|
|
3919
|
+
"screenshot": "img/screenshots/layout-split-weighted--text-with-teaser.png"
|
|
3952
3920
|
},
|
|
3953
3921
|
{
|
|
3954
3922
|
"id": "components-stats--count-up-with-icons",
|
|
@@ -30,7 +30,7 @@ type ContentMinimumWidth = "narrow" | "medium" | "wide";
|
|
|
30
30
|
/**
|
|
31
31
|
* Sets the space between the content inside the two halves of the split layout
|
|
32
32
|
*/
|
|
33
|
-
type ContentGutter = "narrow" | "
|
|
33
|
+
type ContentGutter = "narrow" | "default" | "wide" | "none";
|
|
34
34
|
/**
|
|
35
35
|
* Determines the layout of the sections on mobile devices
|
|
36
36
|
*/
|
|
@@ -40,9 +40,13 @@ type MobileLayout = "stack" | "stackReverse";
|
|
|
40
40
|
*/
|
|
41
41
|
type VerticalAlignment = "top" | "center" | "bottom";
|
|
42
42
|
/**
|
|
43
|
-
* Sets the space between the
|
|
43
|
+
* Sets the vertical space between the content of the split layout
|
|
44
44
|
*/
|
|
45
|
-
type
|
|
45
|
+
type VerticalGutter = "large" | "default" | "small" | "none";
|
|
46
|
+
/**
|
|
47
|
+
* Sets the horizontal space between the content of the split layout
|
|
48
|
+
*/
|
|
49
|
+
type HorizontalGutter = "large" | "default" | "small" | "none";
|
|
46
50
|
/**
|
|
47
51
|
* Allowed components for the first half of the split layout
|
|
48
52
|
*/
|
|
@@ -56,7 +60,8 @@ interface SplitEvenProps {
|
|
|
56
60
|
contentGutter?: ContentGutter;
|
|
57
61
|
mobileLayout?: MobileLayout;
|
|
58
62
|
verticalAlign?: VerticalAlignment;
|
|
59
|
-
|
|
63
|
+
verticalGutter?: VerticalGutter;
|
|
64
|
+
horizontalGutter?: HorizontalGutter;
|
|
60
65
|
firstComponents?: First;
|
|
61
66
|
secondComponents?: Second;
|
|
62
67
|
}
|
|
@@ -2,6 +2,6 @@ import "./split-even.css";
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
|
|
5
|
-
const SplitEven = ({ mobileLayout = "stack", contentMinWidth = "medium", verticalAlign = "top",
|
|
5
|
+
const SplitEven = ({ mobileLayout = "stack", contentMinWidth = "medium", verticalAlign = "top", horizontalGutter = "default", verticalGutter = "default", contentGutter = "default", first, second, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", horizontalGutter && `l-split-even--h-gutter-${horizontalGutter}`, verticalGutter && `l-split-even--v-gutter-${verticalGutter}`, contentMinWidth && `l-split-even--width-${contentMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`), children: [jsx("div", { className: classnames("l-split-even__content l-split-even__content--first", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: first }), jsx("div", { className: classnames("l-split-even__content l-split-even__content--second", contentGutter && `l-split-even__content--gutter-${contentGutter}`), children: second })] }));
|
|
6
6
|
|
|
7
7
|
export { SplitEven };
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
.l-split-even {
|
|
2
|
-
--dsa-split-even--
|
|
3
|
-
--dsa-split-even--
|
|
4
|
-
--dsa-split-even--gutter_large: var(--
|
|
2
|
+
--dsa-split-even--v-gutter_default: var(--ks-spacing-stack-m);
|
|
3
|
+
--dsa-split-even--v-gutter_small: var(--ks-spacing-stack-l);
|
|
4
|
+
--dsa-split-even--v-gutter_large: var(--dsa-content--vertical-spacing);
|
|
5
|
+
--dsa-split-even--h-gutter_default: var(--ks-spacing-inline-l);
|
|
6
|
+
--dsa-split-even--h-gutter_small: var(--ks-spacing-inline-m);
|
|
7
|
+
--dsa-split-even--h-gutter_large: var(--ks-spacing-xxl);
|
|
5
8
|
--dsa-split-even__content--gutter_small: var(--ks-spacing-stack-s);
|
|
6
9
|
--dsa-split-even__content--gutter_default: var(--ks-spacing-stack-m);
|
|
7
10
|
--dsa-split-even__content--gutter_large: var(--ks-spacing-stack-xl);
|
|
@@ -11,9 +14,29 @@
|
|
|
11
14
|
}
|
|
12
15
|
|
|
13
16
|
.l-split-even {
|
|
17
|
+
--dsa-split-even--v-gutter: var(--dsa-split-even--v-gutter_default, var(--ks-spacing-stack-m));
|
|
18
|
+
--dsa-split-even--h-gutter: var(--dsa-split-even--h-gutter_default, var(--ks-spacing-inline-l));
|
|
14
19
|
display: flex;
|
|
15
20
|
flex-wrap: wrap;
|
|
16
|
-
gap: var(--dsa-split-even--gutter);
|
|
21
|
+
gap: var(--dsa-split-even--v-gutter) var(--dsa-split-even--h-gutter);
|
|
22
|
+
}
|
|
23
|
+
.l-split-even--v-gutter-small {
|
|
24
|
+
--dsa-split-even--v-gutter: var(--dsa-split-even--v-gutter_small, var(--ks-spacing-stack-l));
|
|
25
|
+
}
|
|
26
|
+
.l-split-even--v-gutter-large {
|
|
27
|
+
--dsa-split-even--v-gutter: var(--dsa-split-even--v-gutter_large, var(--dsa-content--vertical-spacing));
|
|
28
|
+
}
|
|
29
|
+
.l-split-even--v-gutter-none {
|
|
30
|
+
--dsa-split-even--v-gutter: 0;
|
|
31
|
+
}
|
|
32
|
+
.l-split-even--h-gutter-small {
|
|
33
|
+
--dsa-split-even--h-gutter: var(--dsa-split-even--h-gutter_small, var(--ks-spacing-inline-m));
|
|
34
|
+
}
|
|
35
|
+
.l-split-even--h-gutter-large {
|
|
36
|
+
--dsa-split-even--h-gutter: var(--dsa-split-even--h-gutter_large, var(--ks-spacing-xxl));
|
|
37
|
+
}
|
|
38
|
+
.l-split-even--h-gutter-none {
|
|
39
|
+
--dsa-split-even--h-gutter: 0;
|
|
17
40
|
}
|
|
18
41
|
.l-split-even--width-narrow {
|
|
19
42
|
--dsa-split-even__content--flex-basis: var(
|
|
@@ -33,39 +56,6 @@
|
|
|
33
56
|
var(--dsa-tile--width_large)
|
|
34
57
|
);
|
|
35
58
|
}
|
|
36
|
-
.l-split-even--gutter-none {
|
|
37
|
-
--dsa-split-even--gutter: 0;
|
|
38
|
-
}
|
|
39
|
-
.l-split-even--gutter-default {
|
|
40
|
-
--dsa-split-even--gutter: var(
|
|
41
|
-
--dsa-split-even--gutter_default,
|
|
42
|
-
var(--ks-spacing-stack-m) var(--ks-spacing-inline-m)
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
.l-split-even--gutter-small {
|
|
46
|
-
--dsa-split-even--gutter: var(
|
|
47
|
-
--dsa-split-even--gutter_small,
|
|
48
|
-
var(--ks-spacing-stack-s) var(--ks-spacing-inline-s)
|
|
49
|
-
);
|
|
50
|
-
}
|
|
51
|
-
.l-split-even--gutter-large {
|
|
52
|
-
--dsa-split-even--gutter: var(
|
|
53
|
-
--dsa-split-even--gutter_large,
|
|
54
|
-
var(--ks-spacing-stack-xl) var(--ks-spacing-inline-xl)
|
|
55
|
-
);
|
|
56
|
-
}
|
|
57
|
-
.l-split-even--content-gutter-none {
|
|
58
|
-
--dsa-split-even__content--gutter: 0;
|
|
59
|
-
}
|
|
60
|
-
.l-split-even--content-gutter-medium {
|
|
61
|
-
--dsa-split-even__content--gutter: var(--dsa-split-even__content--gutter_default, var(--ks-spacing-stack-m));
|
|
62
|
-
}
|
|
63
|
-
.l-split-even--content-gutter-small {
|
|
64
|
-
--dsa-split-even__content--gutter: var(--dsa-split-even__content--gutter_small, var(--ks-spacing-stack-s));
|
|
65
|
-
}
|
|
66
|
-
.l-split-even--content-gutter-large {
|
|
67
|
-
--dsa-split-even__content--gutter: var(--dsa-split-even__content--gutter_large, var(--ks-spacing-stack-xl));
|
|
68
|
-
}
|
|
69
59
|
.l-split-even--align-top {
|
|
70
60
|
align-items: flex-start;
|
|
71
61
|
}
|
|
@@ -88,7 +78,16 @@
|
|
|
88
78
|
flex: 1 1 var(--dsa-split-even__content--flex-basis);
|
|
89
79
|
display: flex;
|
|
90
80
|
flex-direction: column;
|
|
91
|
-
gap: var(--dsa-split-even__content--
|
|
81
|
+
gap: var(--dsa-split-even__content--gutter_default, var(--ks-spacing-stack-m));
|
|
82
|
+
}
|
|
83
|
+
.l-split-even__content--gutter-none {
|
|
84
|
+
gap: 0;
|
|
85
|
+
}
|
|
86
|
+
.l-split-even__content--gutter-small {
|
|
87
|
+
gap: var(--dsa-split-even__content--gutter_small, var(--ks-spacing-stack-s));
|
|
88
|
+
}
|
|
89
|
+
.l-split-even__content--gutter-large {
|
|
90
|
+
gap: var(--dsa-split-even__content--gutter_large, var(--ks-spacing-stack-xl));
|
|
92
91
|
}
|
|
93
92
|
.l-split-even__content .c-button {
|
|
94
93
|
width: fit-content;
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"type": "string",
|
|
22
22
|
"enum": [
|
|
23
23
|
"narrow",
|
|
24
|
-
"
|
|
24
|
+
"default",
|
|
25
25
|
"wide",
|
|
26
26
|
"none"
|
|
27
27
|
],
|
|
28
|
-
"default": "
|
|
28
|
+
"default": "default"
|
|
29
29
|
},
|
|
30
30
|
"mobileLayout": {
|
|
31
31
|
"title": "Mobile Layout",
|
|
@@ -48,10 +48,22 @@
|
|
|
48
48
|
],
|
|
49
49
|
"default": "top"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"title": "Gutter",
|
|
51
|
+
"verticalGutter": {
|
|
52
|
+
"title": "Vertical Gutter",
|
|
53
|
+
"description": "Sets the vertical space between the content of the split layout",
|
|
54
|
+
"type": "string",
|
|
55
|
+
"enum": [
|
|
56
|
+
"large",
|
|
57
|
+
"default",
|
|
58
|
+
"small",
|
|
59
|
+
"none"
|
|
60
|
+
],
|
|
61
|
+
"default": "default"
|
|
62
|
+
},
|
|
63
|
+
"horizontalGutter": {
|
|
64
|
+
"title": "Horizontal Gutter",
|
|
65
|
+
"description": "Sets the horizontal space between the content of the split layout",
|
|
53
66
|
"type": "string",
|
|
54
|
-
"description": "Sets the space between the two halves of the split layout",
|
|
55
67
|
"enum": [
|
|
56
68
|
"large",
|
|
57
69
|
"default",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"title": "Content Gutter",
|
|
16
16
|
"description": "Sets the space between the content inside the two halves of the split layout",
|
|
17
17
|
"type": "string",
|
|
18
|
-
"enum": ["narrow", "
|
|
19
|
-
"default": "
|
|
18
|
+
"enum": ["narrow", "default", "wide", "none"],
|
|
19
|
+
"default": "default"
|
|
20
20
|
},
|
|
21
21
|
"mobileLayout": {
|
|
22
22
|
"title": "Mobile Layout",
|
|
@@ -32,10 +32,17 @@
|
|
|
32
32
|
"enum": ["top", "center", "bottom"],
|
|
33
33
|
"default": "top"
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"title": "Gutter",
|
|
35
|
+
"verticalGutter": {
|
|
36
|
+
"title": "Vertical Gutter",
|
|
37
|
+
"description": "Sets the vertical space between the content of the split layout",
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": ["large", "default", "small", "none"],
|
|
40
|
+
"default": "default"
|
|
41
|
+
},
|
|
42
|
+
"horizontalGutter": {
|
|
43
|
+
"title": "Horizontal Gutter",
|
|
44
|
+
"description": "Sets the horizontal space between the content of the split layout",
|
|
37
45
|
"type": "string",
|
|
38
|
-
"description": "Sets the space between the two halves of the split layout",
|
|
39
46
|
"enum": ["large", "default", "small", "none"],
|
|
40
47
|
"default": "default"
|
|
41
48
|
},
|
|
@@ -42,7 +42,7 @@ type ContentGutter = "large" | "default" | "small" | "none";
|
|
|
42
42
|
/**
|
|
43
43
|
* Sets the minimum width of the main section
|
|
44
44
|
*/
|
|
45
|
-
type MinimumWidth = "narrow" | "wide";
|
|
45
|
+
type MinimumWidth = "narrow" | "default" | "wide";
|
|
46
46
|
/**
|
|
47
47
|
* Size of gutter to use
|
|
48
48
|
*/
|
|
@@ -50,7 +50,7 @@ type Gutter = "large" | "default" | "small" | "none";
|
|
|
50
50
|
/**
|
|
51
51
|
* Sets the minimum width of the main section
|
|
52
52
|
*/
|
|
53
|
-
type MinimumWidth1 = "narrow" | "wide";
|
|
53
|
+
type MinimumWidth1 = "narrow" | "default" | "wide";
|
|
54
54
|
/**
|
|
55
55
|
* Determines the order of sections on mobile devices
|
|
56
56
|
*/
|
|
@@ -6,13 +6,15 @@
|
|
|
6
6
|
--dsa-split-weighted--h-gutter_default: var(--ks-spacing-inline-l);
|
|
7
7
|
--dsa-split-weighted--h-gutter_small: var(--ks-spacing-inline-m);
|
|
8
8
|
--dsa-split-weighted--h-gutter_large: var(--ks-spacing-xxl);
|
|
9
|
-
--dsa-split-weighted__main--flex-
|
|
10
|
-
--dsa-split-weighted__main--flex-
|
|
9
|
+
--dsa-split-weighted__main--flex-basis_default: var(--dsa-tile--width_large);
|
|
10
|
+
--dsa-split-weighted__main--flex-basis_narrow: var(--dsa-tile--width_medium);
|
|
11
|
+
--dsa-split-weighted__main--flex-basis_wide: var(--dsa-tile--width_largest);
|
|
11
12
|
--dsa-split-weighted__main--gutter_default: var(--ks-spacing-stack-l);
|
|
12
13
|
--dsa-split-weighted__main--gutter_small: var(--ks-spacing-stack-s);
|
|
13
14
|
--dsa-split-weighted__main--gutter_large: var(--dsa-content--vertical-spacing);
|
|
14
|
-
--dsa-split-weighted__context--flex-basis_narrow: var(--dsa-tile--width_small);
|
|
15
15
|
--dsa-split-weighted__context--flex-basis_default: var(--dsa-tile--width_medium);
|
|
16
|
+
--dsa-split-weighted__context--flex-basis_narrow: var(--dsa-tile--width_small);
|
|
17
|
+
--dsa-split-weighted__context--flex-basis_wide: var(--dsa-tile--width_large);
|
|
16
18
|
--dsa-split-weighted__context--gutter_default: var(--ks-spacing-stack-s);
|
|
17
19
|
--dsa-split-weighted__context--gutter_small: var(--ks-spacing-stack-xs);
|
|
18
20
|
--dsa-split-weighted__context--gutter_large: var(--ks-spacing-stack-m);
|
|
@@ -68,10 +70,13 @@
|
|
|
68
70
|
flex-basis: var(--dsa-split-weighted__main--flex-basis_default, calc(var(--dsa-content--width_default) * 1));
|
|
69
71
|
flex-grow: 1000;
|
|
70
72
|
flex-shrink: 1;
|
|
71
|
-
gap: var(--dsa-split-weighted__main--gutter_default, var(--
|
|
73
|
+
gap: var(--dsa-split-weighted__main--gutter_default, var(--dsa-content--width_narrow));
|
|
72
74
|
}
|
|
73
75
|
.l-split-weighted__main--width-narrow {
|
|
74
|
-
flex-basis: var(--dsa-split-weighted__main--flex-basis_narrow,
|
|
76
|
+
flex-basis: var(--dsa-split-weighted__main--flex-basis_narrow, var(--dsa-tile--width_large));
|
|
77
|
+
}
|
|
78
|
+
.l-split-weighted__main--width-wide {
|
|
79
|
+
flex-basis: var(--dsa-split-weighted__main--flex-basis_wide, var(--dsa-content--width_default));
|
|
75
80
|
}
|
|
76
81
|
.l-split-weighted__main--gutter-small {
|
|
77
82
|
gap: var(--dsa-split-weighted__main--gutter_small, var(--ks-spacing-stack-s));
|
|
@@ -83,13 +88,16 @@
|
|
|
83
88
|
gap: 0;
|
|
84
89
|
}
|
|
85
90
|
.l-split-weighted__context {
|
|
86
|
-
flex-basis: var(--dsa-split-weighted__context--flex-basis_default, var(--dsa-tile--
|
|
91
|
+
flex-basis: var(--dsa-split-weighted__context--flex-basis_default, var(--dsa-tile--width_medium));
|
|
87
92
|
flex-grow: 1;
|
|
88
93
|
gap: var(--dsa-split-weighted__context--gutter_default, var(--ks-spacing-stack-s));
|
|
89
94
|
}
|
|
90
95
|
.l-split-weighted__context--width-narrow {
|
|
91
96
|
flex-basis: var(--dsa-split-weighted__context--flex-basis_narrow, var(--dsa-tile--width_small));
|
|
92
97
|
}
|
|
98
|
+
.l-split-weighted__context--width-wide {
|
|
99
|
+
flex-basis: var(--dsa-split-weighted__context--flex-basis_wide, var(--dsa-tile--width_large));
|
|
100
|
+
}
|
|
93
101
|
.l-split-weighted__context--gutter-small {
|
|
94
102
|
gap: var(--dsa-split-weighted__context--gutter_small, var(--ks-spacing-stack-xs));
|
|
95
103
|
}
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"type": "string",
|
|
57
57
|
"enum": [
|
|
58
58
|
"narrow",
|
|
59
|
+
"default",
|
|
59
60
|
"wide"
|
|
60
61
|
],
|
|
61
62
|
"default": "wide"
|
|
@@ -85,9 +86,10 @@
|
|
|
85
86
|
"type": "string",
|
|
86
87
|
"enum": [
|
|
87
88
|
"narrow",
|
|
89
|
+
"default",
|
|
88
90
|
"wide"
|
|
89
91
|
],
|
|
90
|
-
"default": "
|
|
92
|
+
"default": "default"
|
|
91
93
|
}
|
|
92
94
|
},
|
|
93
95
|
"additionalProperties": false
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"title": "Minimum Width",
|
|
40
40
|
"description": "Sets the minimum width of the main section",
|
|
41
41
|
"type": "string",
|
|
42
|
-
"enum": ["narrow", "wide"],
|
|
42
|
+
"enum": ["narrow", "default", "wide"],
|
|
43
43
|
"default": "wide"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"title": "Minimum Width",
|
|
60
60
|
"description": "Sets the minimum width of the main section",
|
|
61
61
|
"type": "string",
|
|
62
|
-
"enum": ["narrow", "wide"],
|
|
63
|
-
"default": "
|
|
62
|
+
"enum": ["narrow", "default", "wide"],
|
|
63
|
+
"default": "default"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 02 Jul 2025
|
|
3
|
+
* Generated on Wed, 02 Jul 2025 12:31:18 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 Wed, 02 Jul 2025
|
|
2730
|
+
* Generated on Wed, 02 Jul 2025 12:31:22 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 Wed, 02 Jul 2025
|
|
5461
|
+
* Generated on Wed, 02 Jul 2025 12:31:20 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 Wed, 02 Jul 2025
|
|
8462
|
+
* Generated on Wed, 02 Jul 2025 12:31:24 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
package/dist/tokens/tokens.js
CHANGED