@kickstartds/ds-agency-premium 1.6.71--canary.45.1756.0 → 1.6.71--canary.45.1758.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-7caa223c.d.ts → BlogOverviewProps-9f207f1c.d.ts} +2 -2
- package/dist/BlogPostProps-c760fd2a.d.ts +2 -2
- package/dist/{PageProps-7caa223c.d.ts → PageProps-aa29c554.d.ts} +1 -1
- package/dist/{SectionProps-00ddee3a.d.ts → SectionProps-7caa223c.d.ts} +1 -1
- package/dist/components/blog-head/index.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +12 -12
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +12 -12
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/headline/headline.css +4 -4
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +2 -2
- package/dist/components/logos/logos.css +2 -2
- package/dist/components/logos/logos.schema.dereffed.json +6 -6
- package/dist/components/logos/logos.schema.json +6 -6
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +12 -12
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +297 -34
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/section.schema.dereffed.json +12 -12
- package/dist/components/slider/slider.schema.dereffed.json +6 -6
- package/dist/components/split-even/index.d.ts +1 -42
- package/dist/components/split-even/index.js +0 -6
- package/dist/components/split-even/split-even.schema.dereffed.json +5838 -10
- package/dist/components/split-even/split-even.schema.json +131 -10
- package/dist/static/img/logos/logoipsum-344.svg +174 -0
- package/dist/static/img/logos/logoipsum-347.svg +52 -0
- package/dist/static/img/logos/logoipsum-352.svg +22 -0
- package/dist/static/img/logos/logoipsum-356.svg +20 -0
- package/dist/static/img/logos/logoipsum-358.svg +29 -0
- package/dist/static/img/logos/logoipsum-369.svg +20 -0
- package/dist/static/img/logos/logoipsum-373.svg +17 -0
- 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
- package/dist/components/split-even/split-even.css +0 -85
- package/dist/static/img/logos/logoipsum-212.svg +0 -12
- package/dist/static/img/logos/logoipsum-217.svg +0 -4
- package/dist/static/img/logos/logoipsum-239.svg +0 -16
- package/dist/static/img/logos/logoipsum-244.svg +0 -19
- package/dist/static/img/logos/logoipsum-250.svg +0 -21
- package/dist/static/img/logos/logoipsum-286.svg +0 -20
- /package/dist/{BlogHeadProps-f5855e93.d.ts → BlogHeadProps-c04a5ed8.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
- /package/dist/{ImageStoryProps-00ddee3a.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
|
@@ -2733,32 +2733,32 @@
|
|
|
2733
2733
|
"id": "components-logos--centered-with-button",
|
|
2734
2734
|
"group": "Components/Logos",
|
|
2735
2735
|
"name": "CenteredWithButton",
|
|
2736
|
-
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'button',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-
|
|
2736
|
+
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'button',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
|
|
2737
2737
|
"args": {
|
|
2738
2738
|
"tagline": "Your Success, Our Commitment",
|
|
2739
2739
|
"logo": [
|
|
2740
2740
|
{
|
|
2741
|
-
"src": "img/logos/logoipsum-
|
|
2741
|
+
"src": "img/logos/logoipsum-344.svg",
|
|
2742
2742
|
"alt": "Logo 1"
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
|
-
"src": "img/logos/logoipsum-
|
|
2745
|
+
"src": "img/logos/logoipsum-347.svg",
|
|
2746
2746
|
"alt": "Logo 2"
|
|
2747
2747
|
},
|
|
2748
2748
|
{
|
|
2749
|
-
"src": "img/logos/logoipsum-
|
|
2749
|
+
"src": "img/logos/logoipsum-352.svg",
|
|
2750
2750
|
"alt": "Logo 3"
|
|
2751
2751
|
},
|
|
2752
2752
|
{
|
|
2753
|
-
"src": "img/logos/logoipsum-
|
|
2753
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2754
2754
|
"alt": "Logo 4"
|
|
2755
2755
|
},
|
|
2756
2756
|
{
|
|
2757
|
-
"src": "img/logos/logoipsum-
|
|
2757
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2758
2758
|
"alt": "Logo 5"
|
|
2759
2759
|
},
|
|
2760
2760
|
{
|
|
2761
|
-
"src": "img/logos/logoipsum-
|
|
2761
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2762
2762
|
"alt": "Logo 6"
|
|
2763
2763
|
}
|
|
2764
2764
|
],
|
|
@@ -2778,32 +2778,32 @@
|
|
|
2778
2778
|
"id": "components-logos--left-aligned-with-text-link",
|
|
2779
2779
|
"group": "Components/Logos",
|
|
2780
2780
|
"name": "LeftAlignedWithTextLink",
|
|
2781
|
-
"code": "<Logos\n align=\"left\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-
|
|
2781
|
+
"code": "<Logos\n align=\"left\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: true\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={5}\n tagline=\"Your Success, Our Commitment\"\n/>",
|
|
2782
2782
|
"args": {
|
|
2783
2783
|
"tagline": "Your Success, Our Commitment",
|
|
2784
2784
|
"logo": [
|
|
2785
2785
|
{
|
|
2786
|
-
"src": "img/logos/logoipsum-
|
|
2786
|
+
"src": "img/logos/logoipsum-344.svg",
|
|
2787
2787
|
"alt": "Logo 1"
|
|
2788
2788
|
},
|
|
2789
2789
|
{
|
|
2790
|
-
"src": "img/logos/logoipsum-
|
|
2790
|
+
"src": "img/logos/logoipsum-347.svg",
|
|
2791
2791
|
"alt": "Logo 2"
|
|
2792
2792
|
},
|
|
2793
2793
|
{
|
|
2794
|
-
"src": "img/logos/logoipsum-
|
|
2794
|
+
"src": "img/logos/logoipsum-352.svg",
|
|
2795
2795
|
"alt": "Logo 3"
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
|
-
"src": "img/logos/logoipsum-
|
|
2798
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2799
2799
|
"alt": "Logo 4"
|
|
2800
2800
|
},
|
|
2801
2801
|
{
|
|
2802
|
-
"src": "img/logos/logoipsum-
|
|
2802
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2803
2803
|
"alt": "Logo 5"
|
|
2804
2804
|
},
|
|
2805
2805
|
{
|
|
2806
|
-
"src": "img/logos/logoipsum-
|
|
2806
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2807
2807
|
"alt": "Logo 6"
|
|
2808
2808
|
}
|
|
2809
2809
|
],
|
|
@@ -2823,56 +2823,56 @@
|
|
|
2823
2823
|
"id": "components-logos--logo-wall",
|
|
2824
2824
|
"group": "Components/Logos",
|
|
2825
2825
|
"name": "LogoWall",
|
|
2826
|
-
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-
|
|
2826
|
+
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={4}\n tagline=\"Your Success, Our Commitment\"\n/>",
|
|
2827
2827
|
"args": {
|
|
2828
2828
|
"tagline": "Your Success, Our Commitment",
|
|
2829
2829
|
"logo": [
|
|
2830
2830
|
{
|
|
2831
|
-
"src": "img/logos/logoipsum-
|
|
2831
|
+
"src": "img/logos/logoipsum-344.svg",
|
|
2832
2832
|
"alt": "Logo 1"
|
|
2833
2833
|
},
|
|
2834
2834
|
{
|
|
2835
|
-
"src": "img/logos/logoipsum-
|
|
2835
|
+
"src": "img/logos/logoipsum-347.svg",
|
|
2836
2836
|
"alt": "Logo 2"
|
|
2837
2837
|
},
|
|
2838
2838
|
{
|
|
2839
|
-
"src": "img/logos/logoipsum-
|
|
2839
|
+
"src": "img/logos/logoipsum-352.svg",
|
|
2840
2840
|
"alt": "Logo 3"
|
|
2841
2841
|
},
|
|
2842
2842
|
{
|
|
2843
|
-
"src": "img/logos/logoipsum-
|
|
2843
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2844
2844
|
"alt": "Logo 4"
|
|
2845
2845
|
},
|
|
2846
2846
|
{
|
|
2847
|
-
"src": "img/logos/logoipsum-
|
|
2847
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2848
2848
|
"alt": "Logo 5"
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
|
-
"src": "img/logos/logoipsum-
|
|
2851
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2852
2852
|
"alt": "Logo 6"
|
|
2853
2853
|
},
|
|
2854
2854
|
{
|
|
2855
|
-
"src": "img/logos/logoipsum-
|
|
2855
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2856
2856
|
"alt": "Logo 4"
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
|
-
"src": "img/logos/logoipsum-
|
|
2859
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2860
2860
|
"alt": "Logo 5"
|
|
2861
2861
|
},
|
|
2862
2862
|
{
|
|
2863
|
-
"src": "img/logos/logoipsum-
|
|
2863
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2864
2864
|
"alt": "Logo 6"
|
|
2865
2865
|
},
|
|
2866
2866
|
{
|
|
2867
|
-
"src": "img/logos/logoipsum-
|
|
2867
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2868
2868
|
"alt": "Logo 4"
|
|
2869
2869
|
},
|
|
2870
2870
|
{
|
|
2871
|
-
"src": "img/logos/logoipsum-
|
|
2871
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2872
2872
|
"alt": "Logo 5"
|
|
2873
2873
|
},
|
|
2874
2874
|
{
|
|
2875
|
-
"src": "img/logos/logoipsum-
|
|
2875
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2876
2876
|
"alt": "Logo 6"
|
|
2877
2877
|
}
|
|
2878
2878
|
],
|
|
@@ -2892,32 +2892,32 @@
|
|
|
2892
2892
|
"id": "components-logos--logo-row",
|
|
2893
2893
|
"group": "Components/Logos",
|
|
2894
2894
|
"name": "LogoRow",
|
|
2895
|
-
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-
|
|
2895
|
+
"code": "<Logos\n align=\"center\"\n cta={{\n label: 'See all our partners',\n link: '#',\n style: 'text',\n text: 'Explore the success stories of our valued customers and discover more about their journey.',\n toggle: false\n }}\n logo={[\n {\n alt: 'Logo 1',\n src: 'img/logos/logoipsum-344.svg'\n },\n {\n alt: 'Logo 2',\n src: 'img/logos/logoipsum-347.svg'\n },\n {\n alt: 'Logo 3',\n src: 'img/logos/logoipsum-352.svg'\n },\n {\n alt: 'Logo 4',\n src: 'img/logos/logoipsum-356.svg'\n },\n {\n alt: 'Logo 5',\n src: 'img/logos/logoipsum-358.svg'\n },\n {\n alt: 'Logo 6',\n src: 'img/logos/logoipsum-369.svg'\n }\n ]}\n logosPerRow={6}\n tagline=\"Your Success, Our Commitment\"\n/>",
|
|
2896
2896
|
"args": {
|
|
2897
2897
|
"tagline": "Your Success, Our Commitment",
|
|
2898
2898
|
"logo": [
|
|
2899
2899
|
{
|
|
2900
|
-
"src": "img/logos/logoipsum-
|
|
2900
|
+
"src": "img/logos/logoipsum-344.svg",
|
|
2901
2901
|
"alt": "Logo 1"
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
|
-
"src": "img/logos/logoipsum-
|
|
2904
|
+
"src": "img/logos/logoipsum-347.svg",
|
|
2905
2905
|
"alt": "Logo 2"
|
|
2906
2906
|
},
|
|
2907
2907
|
{
|
|
2908
|
-
"src": "img/logos/logoipsum-
|
|
2908
|
+
"src": "img/logos/logoipsum-352.svg",
|
|
2909
2909
|
"alt": "Logo 3"
|
|
2910
2910
|
},
|
|
2911
2911
|
{
|
|
2912
|
-
"src": "img/logos/logoipsum-
|
|
2912
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
2913
2913
|
"alt": "Logo 4"
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
|
-
"src": "img/logos/logoipsum-
|
|
2916
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
2917
2917
|
"alt": "Logo 5"
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
2920
|
-
"src": "img/logos/logoipsum-
|
|
2920
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
2921
2921
|
"alt": "Logo 6"
|
|
2922
2922
|
}
|
|
2923
2923
|
],
|
|
@@ -3587,6 +3587,269 @@
|
|
|
3587
3587
|
},
|
|
3588
3588
|
"screenshot": "img/screenshots/layout-slider--with-autoplay.png"
|
|
3589
3589
|
},
|
|
3590
|
+
{
|
|
3591
|
+
"id": "layout-split-even--text-with-logos",
|
|
3592
|
+
"group": "Layout/Split Even",
|
|
3593
|
+
"name": "TextWithLogos",
|
|
3594
|
+
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><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.\"/><Button label=\"Learn more\" variant=\"primary\"/></>}\n gutter=\"large\"\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/>",
|
|
3595
|
+
"args": {
|
|
3596
|
+
"contentMinWidth": "medium",
|
|
3597
|
+
"contentGutter": "small",
|
|
3598
|
+
"mobileLayout": "stack",
|
|
3599
|
+
"verticalAlign": "center",
|
|
3600
|
+
"gutter": "large",
|
|
3601
|
+
"sectionMinWidth": "wide",
|
|
3602
|
+
"first": {
|
|
3603
|
+
"key": null,
|
|
3604
|
+
"ref": null,
|
|
3605
|
+
"props": {
|
|
3606
|
+
"children": [
|
|
3607
|
+
{
|
|
3608
|
+
"type": {},
|
|
3609
|
+
"key": null,
|
|
3610
|
+
"ref": null,
|
|
3611
|
+
"props": {
|
|
3612
|
+
"text": "Innovative solutions for Industry 4.0",
|
|
3613
|
+
"level": "h2",
|
|
3614
|
+
"spaceAfter": "minimum"
|
|
3615
|
+
},
|
|
3616
|
+
"_owner": null
|
|
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
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"type": {},
|
|
3630
|
+
"key": null,
|
|
3631
|
+
"ref": null,
|
|
3632
|
+
"props": {
|
|
3633
|
+
"label": "Learn more",
|
|
3634
|
+
"variant": "primary"
|
|
3635
|
+
},
|
|
3636
|
+
"_owner": null
|
|
3637
|
+
}
|
|
3638
|
+
]
|
|
3639
|
+
},
|
|
3640
|
+
"_owner": null
|
|
3641
|
+
},
|
|
3642
|
+
"second": {
|
|
3643
|
+
"key": null,
|
|
3644
|
+
"ref": null,
|
|
3645
|
+
"props": {
|
|
3646
|
+
"children": {
|
|
3647
|
+
"type": {},
|
|
3648
|
+
"key": null,
|
|
3649
|
+
"ref": null,
|
|
3650
|
+
"props": {
|
|
3651
|
+
"logosPerRow": 3,
|
|
3652
|
+
"logo": [
|
|
3653
|
+
{
|
|
3654
|
+
"src": "img/logos/logoipsum-344.svg",
|
|
3655
|
+
"alt": "Logo 1"
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"src": "img/logos/logoipsum-347.svg",
|
|
3659
|
+
"alt": "Logo 2"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"src": "img/logos/logoipsum-352.svg",
|
|
3663
|
+
"alt": "Logo 3"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"src": "img/logos/logoipsum-356.svg",
|
|
3667
|
+
"alt": "Logo 4"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"src": "img/logos/logoipsum-358.svg",
|
|
3671
|
+
"alt": "Logo 5"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"src": "img/logos/logoipsum-369.svg",
|
|
3675
|
+
"alt": "Logo 6"
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
"_owner": null
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3682
|
+
"_owner": null
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"screenshot": "img/screenshots/layout-split-even--text-with-logos.png"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"id": "layout-split-even--faq-with-form",
|
|
3689
|
+
"group": "Layout/Split Even",
|
|
3690
|
+
"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 gutter=\"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/>",
|
|
3692
|
+
"args": {
|
|
3693
|
+
"contentMinWidth": "medium",
|
|
3694
|
+
"contentGutter": "small",
|
|
3695
|
+
"mobileLayout": "stack",
|
|
3696
|
+
"verticalAlign": "top",
|
|
3697
|
+
"gutter": "large",
|
|
3698
|
+
"sectionMinWidth": "medium",
|
|
3699
|
+
"first": {
|
|
3700
|
+
"key": null,
|
|
3701
|
+
"ref": null,
|
|
3702
|
+
"props": {
|
|
3703
|
+
"children": [
|
|
3704
|
+
{
|
|
3705
|
+
"type": {},
|
|
3706
|
+
"key": null,
|
|
3707
|
+
"ref": null,
|
|
3708
|
+
"props": {
|
|
3709
|
+
"text": "Frequently Asked Questions",
|
|
3710
|
+
"level": "h2"
|
|
3711
|
+
},
|
|
3712
|
+
"_owner": null
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"type": {},
|
|
3716
|
+
"key": null,
|
|
3717
|
+
"ref": null,
|
|
3718
|
+
"props": {
|
|
3719
|
+
"questions": [
|
|
3720
|
+
{
|
|
3721
|
+
"answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
|
|
3722
|
+
"question": "What are the benefits of investing in a Design System?"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"answer": "Experience the speed & scalability unlike anything seen before with our Headless CMS powered websites, web apps & composable architecture.",
|
|
3726
|
+
"question": "What is a Design System?"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"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.",
|
|
3730
|
+
"question": "What is the role of a Headless CMS in a Design System?"
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3734
|
+
"_owner": null
|
|
3735
|
+
}
|
|
3736
|
+
]
|
|
3737
|
+
},
|
|
3738
|
+
"_owner": null
|
|
3739
|
+
},
|
|
3740
|
+
"second": {
|
|
3741
|
+
"key": null,
|
|
3742
|
+
"ref": null,
|
|
3743
|
+
"props": {
|
|
3744
|
+
"children": [
|
|
3745
|
+
{
|
|
3746
|
+
"type": {},
|
|
3747
|
+
"key": null,
|
|
3748
|
+
"ref": null,
|
|
3749
|
+
"props": {
|
|
3750
|
+
"text": "Still have questions?",
|
|
3751
|
+
"level": "h3",
|
|
3752
|
+
"style": "h3",
|
|
3753
|
+
"spaceAfter": "minimum"
|
|
3754
|
+
},
|
|
3755
|
+
"_owner": null
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"type": {},
|
|
3759
|
+
"key": null,
|
|
3760
|
+
"ref": null,
|
|
3761
|
+
"props": {
|
|
3762
|
+
"label": "Ask us directly!"
|
|
3763
|
+
},
|
|
3764
|
+
"_owner": null
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"type": {},
|
|
3768
|
+
"key": null,
|
|
3769
|
+
"ref": null,
|
|
3770
|
+
"props": {
|
|
3771
|
+
"label": "Submit"
|
|
3772
|
+
},
|
|
3773
|
+
"_owner": null
|
|
3774
|
+
}
|
|
3775
|
+
]
|
|
3776
|
+
},
|
|
3777
|
+
"_owner": null
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
"screenshot": "img/screenshots/layout-split-even--faq-with-form.png"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"id": "layout-split-even--text-with-teaser",
|
|
3784
|
+
"group": "Layout/Split Even",
|
|
3785
|
+
"name": "TextWithTeaser",
|
|
3786
|
+
"code": "<SplitEven\n contentGutter=\"small\"\n contentMinWidth=\"medium\"\n first={<><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 gutter=\"default\"\n mobileLayout=\"stack\"\n second={<><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 sectionMinWidth=\"medium\"\n verticalAlign=\"top\"\n/>",
|
|
3787
|
+
"args": {
|
|
3788
|
+
"contentMinWidth": "medium",
|
|
3789
|
+
"contentGutter": "small",
|
|
3790
|
+
"mobileLayout": "stack",
|
|
3791
|
+
"verticalAlign": "top",
|
|
3792
|
+
"gutter": "default",
|
|
3793
|
+
"sectionMinWidth": "medium",
|
|
3794
|
+
"first": {
|
|
3795
|
+
"key": null,
|
|
3796
|
+
"ref": null,
|
|
3797
|
+
"props": {
|
|
3798
|
+
"children": [
|
|
3799
|
+
{
|
|
3800
|
+
"type": {},
|
|
3801
|
+
"key": null,
|
|
3802
|
+
"ref": null,
|
|
3803
|
+
"props": {
|
|
3804
|
+
"text": "Innovative solutions for Industry 4.0",
|
|
3805
|
+
"level": "h2",
|
|
3806
|
+
"spaceAfter": "minimum"
|
|
3807
|
+
},
|
|
3808
|
+
"_owner": null
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"type": {},
|
|
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
|
+
]
|
|
3821
|
+
},
|
|
3822
|
+
"_owner": null
|
|
3823
|
+
},
|
|
3824
|
+
"second": {
|
|
3825
|
+
"key": null,
|
|
3826
|
+
"ref": null,
|
|
3827
|
+
"props": {
|
|
3828
|
+
"children": {
|
|
3829
|
+
"type": {},
|
|
3830
|
+
"key": null,
|
|
3831
|
+
"ref": null,
|
|
3832
|
+
"props": {
|
|
3833
|
+
"layout": "row",
|
|
3834
|
+
"button": {
|
|
3835
|
+
"chevron": false,
|
|
3836
|
+
"hidden": false,
|
|
3837
|
+
"label": "Read more"
|
|
3838
|
+
},
|
|
3839
|
+
"imageRatio": "landscape",
|
|
3840
|
+
"headline": "Transforming Industry",
|
|
3841
|
+
"text": "with Smart Solutions",
|
|
3842
|
+
"image": "img/logos/castaway.svg",
|
|
3843
|
+
"url": "#"
|
|
3844
|
+
},
|
|
3845
|
+
"_owner": null
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3848
|
+
"_owner": null
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
"screenshot": "img/screenshots/layout-split-even--text-with-teaser.png"
|
|
3852
|
+
},
|
|
3590
3853
|
{
|
|
3591
3854
|
"id": "components-stats--count-up-with-icons",
|
|
3592
3855
|
"group": "Components/Stats",
|
|
@@ -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-7caa223c.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>>;
|
|
@@ -1228,12 +1228,12 @@
|
|
|
1228
1228
|
"title": "URL",
|
|
1229
1229
|
"description": "The URL of the logo image",
|
|
1230
1230
|
"examples": [
|
|
1231
|
-
"img/logos/logoipsum-
|
|
1232
|
-
"img/logos/logoipsum-
|
|
1233
|
-
"img/logos/logoipsum-
|
|
1234
|
-
"img/logos/logoipsum-
|
|
1235
|
-
"img/logos/logoipsum-
|
|
1236
|
-
"img/logos/logoipsum-
|
|
1231
|
+
"img/logos/logoipsum-344.svg",
|
|
1232
|
+
"img/logos/logoipsum-347.svg",
|
|
1233
|
+
"img/logos/logoipsum-352.svg",
|
|
1234
|
+
"img/logos/logoipsum-356.svg",
|
|
1235
|
+
"img/logos/logoipsum-358.svg",
|
|
1236
|
+
"img/logos/logoipsum-369.svg"
|
|
1237
1237
|
]
|
|
1238
1238
|
},
|
|
1239
1239
|
"alt": {
|
|
@@ -2201,12 +2201,12 @@
|
|
|
2201
2201
|
"title": "URL",
|
|
2202
2202
|
"description": "The URL of the logo image",
|
|
2203
2203
|
"examples": [
|
|
2204
|
-
"img/logos/logoipsum-
|
|
2205
|
-
"img/logos/logoipsum-
|
|
2206
|
-
"img/logos/logoipsum-
|
|
2207
|
-
"img/logos/logoipsum-
|
|
2208
|
-
"img/logos/logoipsum-
|
|
2209
|
-
"img/logos/logoipsum-
|
|
2204
|
+
"img/logos/logoipsum-344.svg",
|
|
2205
|
+
"img/logos/logoipsum-347.svg",
|
|
2206
|
+
"img/logos/logoipsum-352.svg",
|
|
2207
|
+
"img/logos/logoipsum-356.svg",
|
|
2208
|
+
"img/logos/logoipsum-358.svg",
|
|
2209
|
+
"img/logos/logoipsum-369.svg"
|
|
2210
2210
|
]
|
|
2211
2211
|
},
|
|
2212
2212
|
"alt": {
|
|
@@ -727,12 +727,12 @@
|
|
|
727
727
|
"title": "URL",
|
|
728
728
|
"description": "The URL of the logo image",
|
|
729
729
|
"examples": [
|
|
730
|
-
"img/logos/logoipsum-
|
|
731
|
-
"img/logos/logoipsum-
|
|
732
|
-
"img/logos/logoipsum-
|
|
733
|
-
"img/logos/logoipsum-
|
|
734
|
-
"img/logos/logoipsum-
|
|
735
|
-
"img/logos/logoipsum-
|
|
730
|
+
"img/logos/logoipsum-344.svg",
|
|
731
|
+
"img/logos/logoipsum-347.svg",
|
|
732
|
+
"img/logos/logoipsum-352.svg",
|
|
733
|
+
"img/logos/logoipsum-356.svg",
|
|
734
|
+
"img/logos/logoipsum-358.svg",
|
|
735
|
+
"img/logos/logoipsum-369.svg"
|
|
736
736
|
]
|
|
737
737
|
},
|
|
738
738
|
"alt": {
|
|
@@ -1,42 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { FC } from "react";
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
6
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Sets the minimum width for each section in the split layout
|
|
11
|
-
*/
|
|
12
|
-
type SectionMinimumWidth = "narrow" | "medium" | "wide";
|
|
13
|
-
/**
|
|
14
|
-
* Determines the layout of the sections on mobile devices
|
|
15
|
-
*/
|
|
16
|
-
type MobileLayout = "stack" | "stackReverse";
|
|
17
|
-
/**
|
|
18
|
-
* Enable sticky positioning for the sections
|
|
19
|
-
*/
|
|
20
|
-
type Sticky = boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Aligns the content vertically within the sections
|
|
23
|
-
*/
|
|
24
|
-
type VerticalAlignment = "top" | "center" | "bottom";
|
|
25
|
-
/**
|
|
26
|
-
* The space between the two sections
|
|
27
|
-
*/
|
|
28
|
-
type Gutter = "large" | "default" | "small" | "none";
|
|
29
|
-
interface SplitEvenProps {
|
|
30
|
-
sectionMinWidth?: SectionMinimumWidth;
|
|
31
|
-
mobileLayout?: MobileLayout;
|
|
32
|
-
sticky?: Sticky;
|
|
33
|
-
verticalAlign?: VerticalAlignment;
|
|
34
|
-
gutter?: Gutter;
|
|
35
|
-
}
|
|
36
|
-
interface ComponentProps {
|
|
37
|
-
firstSection?: React.ReactNode;
|
|
38
|
-
secondSection?: React.ReactNode;
|
|
39
|
-
}
|
|
40
|
-
type SplitEvenComponentProps = SplitEvenProps & ComponentProps;
|
|
41
|
-
declare const SplitEven: FC<SplitEvenComponentProps>;
|
|
42
|
-
export { ComponentProps, SplitEvenComponentProps, SplitEven };
|
|
1
|
+
export {};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import "./split-even.css";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import classnames from 'classnames';
|
|
4
1
|
|
|
5
|
-
const SplitEven = ({ mobileLayout = "stack", sectionMinWidth = "medium", verticalAlign = "top", gutter = "default", sticky = false, firstSection, secondSection, }) => (jsxs("div", { className: classnames("l-split-even", mobileLayout === "stackReverse" && "l-split-even--mobile_stack-reverse", gutter && `l-split-even--gutter-${gutter}`, sectionMinWidth && `l-split-even--width-${sectionMinWidth}`, verticalAlign && `l-split-even--align-${verticalAlign}`, `l-split-even--width-${secondSection}`, sticky && "l-split-even--sticky"), children: [jsx("div", { className: "l-split-even__section l-split-even__section--first", children: firstSection }), jsx("div", { className: "l-split-even__section l-split-even__section--second", children: secondSection })] }));
|
|
6
|
-
|
|
7
|
-
export { SplitEven };
|