@kickstartds/ds-agency-premium 1.2.18 → 1.2.20

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.
Files changed (45) hide show
  1. package/dist/{TestimonialsProps-4b94faa8.d.ts → TestimonialProps-94bdeac9.d.ts} +5 -16
  2. package/dist/TestimonialsProps-72bb9288.d.ts +22 -0
  3. package/dist/components/blog-overview/index.d.ts +36 -1
  4. package/dist/components/blog-post/index.d.ts +36 -1
  5. package/dist/components/feature/index.js +0 -1
  6. package/dist/components/features/features.css +98 -0
  7. package/dist/components/footer/index.d.ts +37 -1
  8. package/dist/components/header/index.d.ts +42 -1
  9. package/dist/components/page/page.schema.dereffed.json +12 -6
  10. package/dist/components/page-wrapper/index.d.ts +3 -2
  11. package/dist/components/page-wrapper/index.js +471 -6
  12. package/dist/components/page-wrapper/tokens.css +1 -1
  13. package/dist/components/presets.json +25 -181
  14. package/dist/components/section/index.d.ts +141 -1
  15. package/dist/components/section/section.schema.dereffed.json +12 -6
  16. package/dist/components/testimonial/index.d.ts +13 -41
  17. package/dist/components/testimonial/index.js +4 -11
  18. package/dist/components/testimonial/testimonial.schema.dereffed.json +7 -0
  19. package/dist/components/testimonial/testimonial.schema.json +7 -0
  20. package/dist/components/testimonials/index.d.ts +1 -1
  21. package/dist/components/testimonials/index.js +6 -7
  22. package/dist/components/testimonials/testimonials.schema.dereffed.json +12 -6
  23. package/dist/components/testimonials/testimonials.schema.json +3 -48
  24. package/dist/global.css +1 -1
  25. package/dist/tokens/themes.css +11186 -0
  26. package/dist/tokens/themes.css.d.ts +0 -0
  27. package/dist/tokens/themes.css.js +1 -0
  28. package/dist/tokens/tokens.css +1 -1
  29. package/dist/tokens/tokens.js +1 -1
  30. package/package.json +4 -3
  31. package/dist/BlogOverviewProps-525f7f9f.d.ts +0 -36
  32. package/dist/BlogPostProps-e1cbd5d3.d.ts +0 -36
  33. package/dist/FooterProps-b5c16ab5.d.ts +0 -37
  34. package/dist/HeaderProps-ae331ab2.d.ts +0 -42
  35. package/dist/SectionProps-83d399b4.d.ts +0 -141
  36. package/dist/components/feature/feature.css +0 -99
  37. package/dist/components/index/index.d.ts +0 -50
  38. package/dist/components/index/index.js +0 -1
  39. package/dist/components/raw-page-wrapper/index.d.ts +0 -3
  40. package/dist/components/raw-page-wrapper/index.js +0 -492
  41. package/dist/static/tokens-business.css +0 -2725
  42. package/dist/static/tokens-google.css +0 -2729
  43. package/dist/static/tokens-ngo.css +0 -2999
  44. package/dist/static/tokens-telekom.css +0 -2725
  45. package/dist/static/tokens.css +0 -2730
@@ -2680,43 +2680,17 @@
2680
2680
  "id": "components-testimonials--simple",
2681
2681
  "group": "Components/Testimonials",
2682
2682
  "name": "Simple",
2683
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: undefined\n }\n ]}\n/>",
2683
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: undefined\n }\n ]}\n/>",
2684
2684
  "args": {
2685
2685
  "layout": "slider",
2686
- "items": [
2687
- {
2688
- "quote": "This product is amazing!",
2689
- "name": "John Doe",
2690
- "title": "CEO",
2691
- "image": {
2692
- "src": "https://example.com/image.jpg"
2693
- }
2694
- },
2695
- {
2696
- "quote": "This product is amazing!",
2697
- "name": "John Doe",
2698
- "title": "CEO",
2699
- "image": {
2700
- "src": "https://example.com/image.jpg"
2701
- }
2702
- },
2703
- {
2704
- "quote": "This product is amazing!",
2705
- "name": "John Doe",
2706
- "title": "CEO",
2707
- "image": {
2708
- "src": "https://example.com/image.jpg"
2709
- }
2710
- }
2711
- ],
2712
2686
  "testimonial": [
2713
2687
  {
2714
2688
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2689
+ "name": "Emily Johnson",
2715
2690
  "image": {
2716
2691
  "src": "img/people/author-emily.png",
2717
2692
  "alt": "Alt Text Customer 1"
2718
- },
2719
- "name": "Emily Johnson"
2693
+ }
2720
2694
  }
2721
2695
  ]
2722
2696
  },
@@ -2726,43 +2700,17 @@
2726
2700
  "id": "components-testimonials--with-title",
2727
2701
  "group": "Components/Testimonials",
2728
2702
  "name": "WithTitle",
2729
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n }\n ]}\n/>",
2703
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n }\n ]}\n/>",
2730
2704
  "args": {
2731
2705
  "layout": "slider",
2732
- "items": [
2733
- {
2734
- "quote": "This product is amazing!",
2735
- "name": "John Doe",
2736
- "title": "CEO",
2737
- "image": {
2738
- "src": "https://example.com/image.jpg"
2739
- }
2740
- },
2741
- {
2742
- "quote": "This product is amazing!",
2743
- "name": "John Doe",
2744
- "title": "CEO",
2745
- "image": {
2746
- "src": "https://example.com/image.jpg"
2747
- }
2748
- },
2749
- {
2750
- "quote": "This product is amazing!",
2751
- "name": "John Doe",
2752
- "title": "CEO",
2753
- "image": {
2754
- "src": "https://example.com/image.jpg"
2755
- }
2756
- }
2757
- ],
2758
2706
  "testimonial": [
2759
2707
  {
2760
2708
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2709
+ "name": "Emily Johnson",
2761
2710
  "image": {
2762
2711
  "src": "img/people/author-emily.png",
2763
2712
  "alt": "Alt Text Customer 1"
2764
2713
  },
2765
- "name": "Emily Johnson",
2766
2714
  "title": "Chief Marketing Officer at TechFusion Enterprises"
2767
2715
  }
2768
2716
  ]
@@ -2773,63 +2721,37 @@
2773
2721
  "id": "components-testimonials--list-layout",
2774
2722
  "group": "Components/Testimonials",
2775
2723
  "name": "ListLayout",
2776
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"list\"\n testimonials={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2724
+ "code": "<Testimonials\n layout=\"list\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2777
2725
  "args": {
2778
2726
  "layout": "list",
2779
- "items": [
2780
- {
2781
- "quote": "This product is amazing!",
2782
- "name": "John Doe",
2783
- "title": "CEO",
2784
- "image": {
2785
- "src": "https://example.com/image.jpg"
2786
- }
2787
- },
2788
- {
2789
- "quote": "This product is amazing!",
2790
- "name": "John Doe",
2791
- "title": "CEO",
2792
- "image": {
2793
- "src": "https://example.com/image.jpg"
2794
- }
2795
- },
2796
- {
2797
- "quote": "This product is amazing!",
2798
- "name": "John Doe",
2799
- "title": "CEO",
2800
- "image": {
2801
- "src": "https://example.com/image.jpg"
2802
- }
2803
- }
2804
- ],
2805
- "testimonials": [
2727
+ "testimonial": [
2806
2728
  {
2807
2729
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2730
+ "name": "Emily Johnson",
2808
2731
  "image": {
2809
2732
  "src": "img/people/author-emily.png",
2810
2733
  "alt": "Alt Text Customer 1"
2811
2734
  },
2812
- "name": "Emily Johnson",
2813
2735
  "title": "Chief Marketing Officer at TechFusion Enterprises",
2814
2736
  "rating": 5
2815
2737
  },
2816
2738
  {
2817
2739
  "quote": "Systemics's design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand's credibility. It's a partnership that continues to pay dividends.",
2740
+ "name": "John Smith",
2818
2741
  "image": {
2819
2742
  "src": "img/people/author-john.png",
2820
2743
  "alt": "Alt Text Customer 2"
2821
2744
  },
2822
- "name": "John Smith",
2823
2745
  "title": "Director of Digital Strategy at EcoTech Solutions",
2824
2746
  "rating": 4
2825
2747
  },
2826
2748
  {
2827
2749
  "quote": "As a startup, we needed to hit the ground running. Systemics's approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.",
2750
+ "name": "Alex Chen",
2828
2751
  "image": {
2829
2752
  "src": "img/people/author-alex.png",
2830
2753
  "alt": "Alt Text Customer 3"
2831
2754
  },
2832
- "name": "Alex Chen",
2833
2755
  "title": "CEO of LaunchPad Innovations",
2834
2756
  "rating": 5
2835
2757
  }
@@ -2841,61 +2763,35 @@
2841
2763
  "id": "components-testimonials--slider-layout",
2842
2764
  "group": "Components/Testimonials",
2843
2765
  "name": "SliderLayout",
2844
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"slider\"\n testimonials={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2766
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2845
2767
  "args": {
2846
2768
  "layout": "slider",
2847
- "items": [
2848
- {
2849
- "quote": "This product is amazing!",
2850
- "name": "John Doe",
2851
- "title": "CEO",
2852
- "image": {
2853
- "src": "https://example.com/image.jpg"
2854
- }
2855
- },
2856
- {
2857
- "quote": "This product is amazing!",
2858
- "name": "John Doe",
2859
- "title": "CEO",
2860
- "image": {
2861
- "src": "https://example.com/image.jpg"
2862
- }
2863
- },
2864
- {
2865
- "quote": "This product is amazing!",
2866
- "name": "John Doe",
2867
- "title": "CEO",
2868
- "image": {
2869
- "src": "https://example.com/image.jpg"
2870
- }
2871
- }
2872
- ],
2873
- "testimonials": [
2769
+ "testimonial": [
2874
2770
  {
2875
2771
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2772
+ "name": "Emily Johnson",
2876
2773
  "image": {
2877
2774
  "src": "img/people/author-emily.png",
2878
2775
  "alt": "Alt Text Customer 1"
2879
2776
  },
2880
- "name": "Emily Johnson",
2881
2777
  "title": "Chief Marketing Officer at TechFusion Enterprises"
2882
2778
  },
2883
2779
  {
2884
2780
  "quote": "Systemics's design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand's credibility. It's a partnership that continues to pay dividends.",
2781
+ "name": "John Smith",
2885
2782
  "image": {
2886
2783
  "src": "img/people/author-john.png",
2887
2784
  "alt": "Alt Text Customer 2"
2888
2785
  },
2889
- "name": "John Smith",
2890
2786
  "title": "Director of Digital Strategy at EcoTech Solutions"
2891
2787
  },
2892
2788
  {
2893
2789
  "quote": "As a startup, we needed to hit the ground running. Systemics's approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.",
2790
+ "name": "Alex Chen",
2894
2791
  "image": {
2895
2792
  "src": "img/people/author-alex.png",
2896
2793
  "alt": "Alt Text Customer 3"
2897
2794
  },
2898
- "name": "Alex Chen",
2899
2795
  "title": "CEO of LaunchPad Innovations"
2900
2796
  }
2901
2797
  ]
@@ -2906,63 +2802,37 @@
2906
2802
  "id": "components-testimonials--with-rating",
2907
2803
  "group": "Components/Testimonials",
2908
2804
  "name": "WithRating",
2909
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"slider\"\n testimonials={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2805
+ "code": "<Testimonials\n layout=\"slider\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2910
2806
  "args": {
2911
2807
  "layout": "slider",
2912
- "items": [
2913
- {
2914
- "quote": "This product is amazing!",
2915
- "name": "John Doe",
2916
- "title": "CEO",
2917
- "image": {
2918
- "src": "https://example.com/image.jpg"
2919
- }
2920
- },
2921
- {
2922
- "quote": "This product is amazing!",
2923
- "name": "John Doe",
2924
- "title": "CEO",
2925
- "image": {
2926
- "src": "https://example.com/image.jpg"
2927
- }
2928
- },
2929
- {
2930
- "quote": "This product is amazing!",
2931
- "name": "John Doe",
2932
- "title": "CEO",
2933
- "image": {
2934
- "src": "https://example.com/image.jpg"
2935
- }
2936
- }
2937
- ],
2938
- "testimonials": [
2808
+ "testimonial": [
2939
2809
  {
2940
2810
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2811
+ "name": "Emily Johnson",
2941
2812
  "image": {
2942
2813
  "src": "img/people/author-emily.png",
2943
2814
  "alt": "Alt Text Customer 1"
2944
2815
  },
2945
- "name": "Emily Johnson",
2946
2816
  "title": "Chief Marketing Officer at TechFusion Enterprises",
2947
2817
  "rating": 5
2948
2818
  },
2949
2819
  {
2950
2820
  "quote": "Systemics's design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand's credibility. It's a partnership that continues to pay dividends.",
2821
+ "name": "John Smith",
2951
2822
  "image": {
2952
2823
  "src": "img/people/author-john.png",
2953
2824
  "alt": "Alt Text Customer 2"
2954
2825
  },
2955
- "name": "John Smith",
2956
2826
  "title": "Director of Digital Strategy at EcoTech Solutions",
2957
2827
  "rating": 4
2958
2828
  },
2959
2829
  {
2960
2830
  "quote": "As a startup, we needed to hit the ground running. Systemics's approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.",
2831
+ "name": "Alex Chen",
2961
2832
  "image": {
2962
2833
  "src": "img/people/author-alex.png",
2963
2834
  "alt": "Alt Text Customer 3"
2964
2835
  },
2965
- "name": "Alex Chen",
2966
2836
  "title": "CEO of LaunchPad Innovations",
2967
2837
  "rating": 5
2968
2838
  }
@@ -2974,63 +2844,37 @@
2974
2844
  "id": "components-testimonials--alternating-layout",
2975
2845
  "group": "Components/Testimonials",
2976
2846
  "name": "AlternatingLayout",
2977
- "code": "<Testimonials\n items={[\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!',\n title: 'CEO'\n }\n ]}\n layout=\"alternating\"\n testimonials={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2847
+ "code": "<Testimonials\n layout=\"alternating\"\n testimonial={[\n {\n image: {\n alt: 'Alt Text Customer 1',\n src: 'img/people/author-emily.png'\n },\n name: 'Emily Johnson',\n quote: 'Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.',\n rating: 5,\n title: 'Chief Marketing Officer at TechFusion Enterprises'\n },\n {\n image: {\n alt: 'Alt Text Customer 2',\n src: 'img/people/author-john.png'\n },\n name: 'John Smith',\n quote: 'Systemics\\'s design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand\\'s credibility. It\\'s a partnership that continues to pay dividends.',\n rating: 4,\n title: 'Director of Digital Strategy at EcoTech Solutions'\n },\n {\n image: {\n alt: 'Alt Text Customer 3',\n src: 'img/people/author-alex.png'\n },\n name: 'Alex Chen',\n quote: 'As a startup, we needed to hit the ground running. Systemics\\'s approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.',\n rating: 5,\n title: 'CEO of LaunchPad Innovations'\n }\n ]}\n/>",
2978
2848
  "args": {
2979
2849
  "layout": "alternating",
2980
- "items": [
2981
- {
2982
- "quote": "This product is amazing!",
2983
- "name": "John Doe",
2984
- "title": "CEO",
2985
- "image": {
2986
- "src": "https://example.com/image.jpg"
2987
- }
2988
- },
2989
- {
2990
- "quote": "This product is amazing!",
2991
- "name": "John Doe",
2992
- "title": "CEO",
2993
- "image": {
2994
- "src": "https://example.com/image.jpg"
2995
- }
2996
- },
2997
- {
2998
- "quote": "This product is amazing!",
2999
- "name": "John Doe",
3000
- "title": "CEO",
3001
- "image": {
3002
- "src": "https://example.com/image.jpg"
3003
- }
3004
- }
3005
- ],
3006
- "testimonials": [
2850
+ "testimonial": [
3007
2851
  {
3008
2852
  "quote": "Working with Systemics technology has been a game-changer for our brand. Their design system expertise brought harmony to our user experiences, making our digital platforms not just functional, but truly captivating.",
2853
+ "name": "Emily Johnson",
3009
2854
  "image": {
3010
2855
  "src": "img/people/author-emily.png",
3011
2856
  "alt": "Alt Text Customer 1"
3012
2857
  },
3013
- "name": "Emily Johnson",
3014
2858
  "title": "Chief Marketing Officer at TechFusion Enterprises",
3015
2859
  "rating": 5
3016
2860
  },
3017
2861
  {
3018
2862
  "quote": "Systemics's design system transformed our development process. The consistency it introduced across our platforms not only saved us time but also boosted our brand's credibility. It's a partnership that continues to pay dividends.",
2863
+ "name": "John Smith",
3019
2864
  "image": {
3020
2865
  "src": "img/people/author-john.png",
3021
2866
  "alt": "Alt Text Customer 2"
3022
2867
  },
3023
- "name": "John Smith",
3024
2868
  "title": "Director of Digital Strategy at EcoTech Solutions",
3025
2869
  "rating": 4
3026
2870
  },
3027
2871
  {
3028
2872
  "quote": "As a startup, we needed to hit the ground running. Systemics's approach streamlined our dev and design process, allowing us to scale faster and focus on what truly matters - building a product that stands out in the market.",
2873
+ "name": "Alex Chen",
3029
2874
  "image": {
3030
2875
  "src": "img/people/author-alex.png",
3031
2876
  "alt": "Alt Text Customer 3"
3032
2877
  },
3033
- "name": "Alex Chen",
3034
2878
  "title": "CEO of LaunchPad Innovations",
3035
2879
  "rating": 5
3036
2880
  }
@@ -1,6 +1,146 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-83d399b4.js";
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
+ import { CtaProps } from "../../CtaProps-93230a76.js";
10
+ import { FaqProps } from "../../FaqProps-ad618cd5.js";
11
+ import { FeaturesProps } from "../../FeaturesProps-b05859d6.js";
12
+ import { GalleryProps } from "../../GalleryProps-76e7de44.js";
13
+ import { HeroProps } from "../../HeroProps-cf82a16d.js";
14
+ import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
15
+ import { ImageTextProps } from "../../ImageTextProps-9286cca4.js";
16
+ import { LogosProps } from "../../LogosProps-a8efd101.js";
17
+ import { MosaicProps } from "../../MosaicProps-aacb9422.js";
18
+ import { SliderProps } from "../../SliderProps-8cae490d.js";
19
+ import { StatsProps } from "../../StatsProps-17b0743a.js";
20
+ import { TeaserCardProps } from "../../TeaserCardProps-b9c28e78.js";
21
+ import { TestimonialsProps } from "../../TestimonialsProps-72bb9288.js";
22
+ import { TextProps } from "../../TextProps-a23170d2.js";
23
+ import { VideoCurtainProps } from "../../VideoCurtainProps-6c625a69.js";
24
+ import { ButtonProps } from "../../ButtonProps-03ff6d21.js";
25
+ /**
26
+ * Width of section to use
27
+ */
28
+ type Width = "full" | "max" | "wide" | "default" | "narrow";
29
+ /**
30
+ * Style of background
31
+ */
32
+ type Style = "stagelights" | "horizontalGradient" | "verticalGradient" | "accentTransition" | "boldTransition" | "symmetricGlow" | "anchorGlow";
33
+ /**
34
+ * Color of background
35
+ */
36
+ type Style1 = "default" | "accent" | "bold";
37
+ /**
38
+ * Show spotlight behind cursor
39
+ */
40
+ type Spotlight = boolean;
41
+ /**
42
+ * Amount of spacing before the section
43
+ */
44
+ type SpaceBefore = "default" | "small" | "none";
45
+ /**
46
+ * Amount of spacing after the section
47
+ */
48
+ type SpaceAfter = "default" | "small" | "none";
49
+ /**
50
+ * Whether to invert the section
51
+ */
52
+ type Inverted = boolean;
53
+ /**
54
+ * Reserve additional spacing for a floating header
55
+ */
56
+ type HeaderSpacing = boolean;
57
+ /**
58
+ * Headline Text for the section
59
+ */
60
+ type Headline = string;
61
+ /**
62
+ * Make the headline larger
63
+ */
64
+ type LargeHeadline = boolean;
65
+ /**
66
+ * Width of headline to use
67
+ */
68
+ type HeadlineWidth = "unset" | "narrow" | "default" | "wide";
69
+ /**
70
+ * Choose the text alignment for the headline
71
+ */
72
+ type HeadlineTextAlignment = "left" | "center" | "right";
73
+ /**
74
+ * Choose an alignment for positioning the headline
75
+ */
76
+ type HeadlineAlignment = "left" | "center" | "right";
77
+ /**
78
+ * Subheadline for the section
79
+ */
80
+ type Subheadline = string;
81
+ /**
82
+ * Switch the order of headline and subheadline
83
+ */
84
+ type SwitchHeadlineOrder = boolean;
85
+ /**
86
+ * Width of content to use
87
+ */
88
+ type ContentWidth = "unset" | "narrow" | "default" | "wide";
89
+ /**
90
+ * Choose an alignment for the content
91
+ */
92
+ type ContentAlignment = "left" | "center" | "right";
93
+ /**
94
+ * Size of gutter to use
95
+ */
96
+ type Gutter = "large" | "default" | "small" | "none";
97
+ /**
98
+ * Layout mode used for section contents
99
+ */
100
+ type Mode = "default" | "tile" | "list" | "slider";
101
+ /**
102
+ * Set min-width for the tiles in the grid
103
+ */
104
+ type TileWidth = "smallest" | "default" | "medium" | "large" | "largest";
105
+ /**
106
+ * Allowed components for content
107
+ */
108
+ type Content = (CtaProps | FaqProps | FeaturesProps | GalleryProps | HeroProps | ImageStoryProps | ImageTextProps | LogosProps | MosaicProps | SliderProps | StatsProps | TeaserCardProps | TestimonialsProps | TextProps | VideoCurtainProps)[];
109
+ /**
110
+ * Buttons of the Button Group
111
+ */
112
+ type Buttons = ButtonProps[];
113
+ /**
114
+ * Component used to layout components into pages
115
+ */
116
+ interface SectionProps {
117
+ width?: Width;
118
+ style?: Style;
119
+ backgroundColor?: Style1;
120
+ spotlight?: Spotlight;
121
+ spaceBefore?: SpaceBefore;
122
+ spaceAfter?: SpaceAfter;
123
+ inverted?: Inverted;
124
+ headerSpacing?: HeaderSpacing;
125
+ headline?: {
126
+ text?: Headline;
127
+ large?: LargeHeadline;
128
+ width?: HeadlineWidth;
129
+ textAlign?: HeadlineTextAlignment;
130
+ align?: HeadlineAlignment;
131
+ sub?: Subheadline;
132
+ switchOrder?: SwitchHeadlineOrder;
133
+ };
134
+ content?: {
135
+ width?: ContentWidth;
136
+ align?: ContentAlignment;
137
+ gutter?: Gutter;
138
+ mode?: Mode;
139
+ tileWidth?: TileWidth;
140
+ };
141
+ components?: Content;
142
+ buttons?: Buttons;
143
+ }
4
144
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
145
  declare const SectionProvider: FC<PropsWithChildren<any>>;
6
146
  export { Section, SectionProvider };
@@ -1561,17 +1561,22 @@
1561
1561
  ],
1562
1562
  "default": "slider"
1563
1563
  },
1564
- "items": {
1564
+ "testimonial": {
1565
1565
  "type": "array",
1566
- "title": "Items",
1566
+ "title": "Testimonials",
1567
1567
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
1568
1568
  "items": {
1569
+ "$schema": "http://json-schema.org/draft-07/schema#",
1570
+ "$id": "http://schema.mydesignsystem.com/testimonial.schema.json",
1571
+ "title": "Testimonial",
1572
+ "description": "Testimonial entry of Testimonials component",
1569
1573
  "type": "object",
1570
1574
  "properties": {
1571
1575
  "quote": {
1572
1576
  "title": "Quote",
1573
1577
  "description": "The testimonial quote",
1574
1578
  "type": "string",
1579
+ "format": "markdown",
1575
1580
  "examples": [
1576
1581
  "This product is amazing!"
1577
1582
  ]
@@ -1587,10 +1592,7 @@
1587
1592
  "title": {
1588
1593
  "title": "Title",
1589
1594
  "description": "The title of the quote author",
1590
- "type": "string",
1591
- "examples": [
1592
- "CEO"
1593
- ]
1595
+ "type": "string"
1594
1596
  },
1595
1597
  "image": {
1596
1598
  "type": "object",
@@ -1599,6 +1601,7 @@
1599
1601
  "title": "Source",
1600
1602
  "description": "The image to display with the testimonial",
1601
1603
  "type": "string",
1604
+ "format": "image",
1602
1605
  "examples": [
1603
1606
  "https://example.com/image.jpg"
1604
1607
  ]
@@ -1617,6 +1620,9 @@
1617
1620
  "type": "integer",
1618
1621
  "minimum": 1,
1619
1622
  "maximum": 5
1623
+ },
1624
+ "type": {
1625
+ "const": "testimonial"
1620
1626
  }
1621
1627
  },
1622
1628
  "additionalProperties": false,
@@ -1,44 +1,16 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } 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
- * The testimonial quote
11
- */
12
- type Quote = string;
13
- /**
14
- * The name of the quote author
15
- */
16
- type Name = string;
17
- /**
18
- * The title of the quote author
19
- */
20
- type Title = string;
21
- /**
22
- * The image to display with the testimonial
23
- */
24
- type Source = string;
25
- /**
26
- * The alt text of the image file
27
- */
28
- type AltText = string;
29
- /**
30
- * Testimonial entry of Testimonials component
31
- */
32
- interface TestimonialProps {
33
- quote: Quote;
34
- name: Name;
35
- title?: Title;
36
- image: {
37
- src?: Source;
38
- alt?: AltText;
39
- };
40
- }
41
- declare const TestimonialContextDefault: import("react").ForwardRefExoticComponent<TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
42
- declare const TestimonialContext: import("react").Context<import("react").ForwardRefExoticComponent<TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
43
- declare const Testimonial: import("react").ForwardRefExoticComponent<TestimonialProps & import("react").RefAttributes<HTMLDivElement>>;
3
+ import { TestimonialProps } from "../../TestimonialProps-94bdeac9.js";
4
+ declare const TestimonialContextDefault: import("react").ForwardRefExoticComponent<{
5
+ layout: string;
6
+ index: number;
7
+ } & TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
8
+ declare const TestimonialContext: import("react").Context<import("react").ForwardRefExoticComponent<{
9
+ layout: string;
10
+ index: number;
11
+ } & TestimonialProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
12
+ declare const Testimonial: import("react").ForwardRefExoticComponent<{
13
+ layout: string;
14
+ index: number;
15
+ } & TestimonialProps & import("react").RefAttributes<HTMLDivElement>>;
44
16
  export { TestimonialContextDefault, TestimonialContext, Testimonial };