@kickstartds/ds-agency-premium 1.2.26 → 1.2.27

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.
@@ -8,14 +8,14 @@ import { FaqProps } from "./FaqProps-ad618cd5.js";
8
8
  import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
9
9
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
10
10
  import { HeroProps } from "./HeroProps-cf82a16d.js";
11
- import { ImageStoryProps } from "./ImageStoryProps-24e0335c.js";
11
+ import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
12
12
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
13
13
  import { LogosProps } from "./LogosProps-58c84ccc.js";
14
14
  import { MosaicProps } from "./MosaicProps-aacb9422.js";
15
15
  import { SliderProps } from "./SliderProps-8cae490d.js";
16
16
  import { StatsProps } from "./StatsProps-bf5ef578.js";
17
17
  import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
18
- import { TestimonialsProps } from "./TestimonialsProps-72bb9288.js";
18
+ import { TestimonialsProps } from "./TestimonialsProps-de79315e.js";
19
19
  import { TextProps } from "./TextProps-a23170d2.js";
20
20
  import { VideoCurtainProps } from "./VideoCurtainProps-6c625a69.js";
21
21
  import { ButtonProps } from "./ButtonProps-03ff6d21.js";
@@ -5,9 +5,9 @@
5
5
  */
6
6
  import { TestimonialProps } from "./TestimonialProps-94bdeac9.js";
7
7
  /**
8
- * The testimonial quote
8
+ * The testimonial layout
9
9
  */
10
- type Quote = "slider" | "list" | "alternating";
10
+ type Layout = "slider" | "list" | "alternating";
11
11
  /**
12
12
  * Add testimonials featuring an image, a quote, a source and a rating
13
13
  */
@@ -16,7 +16,7 @@ type Testimonials = TestimonialProps[];
16
16
  * Display testimonials with an optional image and rating
17
17
  */
18
18
  interface TestimonialsProps {
19
- layout?: Quote;
20
- testimonial?: Testimonials;
19
+ layout?: Layout;
20
+ items?: Testimonials;
21
21
  }
22
- export { Quote, Testimonials, TestimonialsProps };
22
+ export { Layout, Testimonials, TestimonialsProps };
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- import { BlogOverviewProps } from "../../BlogOverviewProps-f385fc47.js";
2
+ import { BlogOverviewProps } from "../../BlogOverviewProps-93230a76.js";
3
3
  declare const BlogOverview: ({ latest, more, }: BlogOverviewProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export { BlogOverview };
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- import { BlogPostProps } from "../../BlogPostProps-0910f130.js";
2
+ import { BlogPostProps } from "../../BlogPostProps-93230a76.js";
3
3
  declare const BlogPost: ({ head, content, aside, cta }: BlogPostProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export { BlogPost };
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
- import { ImageStoryProps } from "../../ImageStoryProps-24e0335c.js";
2
+ import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
3
3
  declare const ImageStory: FC<ImageStoryProps>;
4
4
  export { ImageStory };
@@ -4,7 +4,7 @@
4
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
5
  * and run json-schema-to-typescript to regenerate this file.
6
6
  */
7
- import { SectionProps } from "../../SectionProps-93230a76.js";
7
+ import { SectionProps } from "../../SectionProps-83d399b4.js";
8
8
  import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
9
9
  /* eslint-disable */
10
10
  /**
@@ -45,6 +45,6 @@ interface SettingsProps {
45
45
  */
46
46
  seo: SeoProps;
47
47
  }
48
- export * from "../../BlogPostProps-0910f130.js";
49
- export * from "../../BlogOverviewProps-f385fc47.js";
48
+ export * from "../../BlogPostProps-93230a76.js";
49
+ export * from "../../BlogOverviewProps-93230a76.js";
50
50
  export { Sections, PageProps, SettingsProps };
@@ -1599,8 +1599,8 @@
1599
1599
  "type": "object",
1600
1600
  "properties": {
1601
1601
  "layout": {
1602
- "title": "Quote",
1603
- "description": "The testimonial quote",
1602
+ "title": "Layout",
1603
+ "description": "The testimonial layout",
1604
1604
  "type": "string",
1605
1605
  "enum": [
1606
1606
  "slider",
@@ -1609,7 +1609,7 @@
1609
1609
  ],
1610
1610
  "default": "slider"
1611
1611
  },
1612
- "testimonial": {
1612
+ "items": {
1613
1613
  "type": "array",
1614
1614
  "title": "Testimonials",
1615
1615
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
@@ -1685,10 +1685,7 @@
1685
1685
  "const": "testimonials"
1686
1686
  }
1687
1687
  },
1688
- "additionalProperties": false,
1689
- "required": [
1690
- "quote"
1691
- ]
1688
+ "additionalProperties": false
1692
1689
  },
1693
1690
  {
1694
1691
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 02 Mar 2024 14:24:56 GMT
3
+ * Generated on Mon, 04 Mar 2024 10:35:35 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2590,17 +2590,40 @@
2590
2590
  "id": "components-testimonials--simple",
2591
2591
  "group": "Components/Testimonials",
2592
2592
  "name": "Simple",
2593
- "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/>",
2593
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\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/>",
2594
2594
  "args": {
2595
2595
  "layout": "slider",
2596
+ "items": [
2597
+ {
2598
+ "quote": "This product is amazing!",
2599
+ "name": "John Doe",
2600
+ "image": {
2601
+ "src": "https://example.com/image.jpg"
2602
+ }
2603
+ },
2604
+ {
2605
+ "quote": "This product is amazing!",
2606
+ "name": "John Doe",
2607
+ "image": {
2608
+ "src": "https://example.com/image.jpg"
2609
+ }
2610
+ },
2611
+ {
2612
+ "quote": "This product is amazing!",
2613
+ "name": "John Doe",
2614
+ "image": {
2615
+ "src": "https://example.com/image.jpg"
2616
+ }
2617
+ }
2618
+ ],
2596
2619
  "testimonial": [
2597
2620
  {
2598
2621
  "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.",
2599
- "name": "Emily Johnson",
2600
2622
  "image": {
2601
2623
  "src": "img/people/author-emily.png",
2602
2624
  "alt": "Alt Text Customer 1"
2603
- }
2625
+ },
2626
+ "name": "Emily Johnson"
2604
2627
  }
2605
2628
  ]
2606
2629
  },
@@ -2610,17 +2633,40 @@
2610
2633
  "id": "components-testimonials--with-title",
2611
2634
  "group": "Components/Testimonials",
2612
2635
  "name": "WithTitle",
2613
- "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/>",
2636
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\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/>",
2614
2637
  "args": {
2615
2638
  "layout": "slider",
2639
+ "items": [
2640
+ {
2641
+ "quote": "This product is amazing!",
2642
+ "name": "John Doe",
2643
+ "image": {
2644
+ "src": "https://example.com/image.jpg"
2645
+ }
2646
+ },
2647
+ {
2648
+ "quote": "This product is amazing!",
2649
+ "name": "John Doe",
2650
+ "image": {
2651
+ "src": "https://example.com/image.jpg"
2652
+ }
2653
+ },
2654
+ {
2655
+ "quote": "This product is amazing!",
2656
+ "name": "John Doe",
2657
+ "image": {
2658
+ "src": "https://example.com/image.jpg"
2659
+ }
2660
+ }
2661
+ ],
2616
2662
  "testimonial": [
2617
2663
  {
2618
2664
  "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.",
2619
- "name": "Emily Johnson",
2620
2665
  "image": {
2621
2666
  "src": "img/people/author-emily.png",
2622
2667
  "alt": "Alt Text Customer 1"
2623
2668
  },
2669
+ "name": "Emily Johnson",
2624
2670
  "title": "Chief Marketing Officer at TechFusion Enterprises"
2625
2671
  }
2626
2672
  ]
@@ -2631,37 +2677,60 @@
2631
2677
  "id": "components-testimonials--list-layout",
2632
2678
  "group": "Components/Testimonials",
2633
2679
  "name": "ListLayout",
2634
- "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/>",
2680
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n }\n ]}\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/>",
2635
2681
  "args": {
2636
2682
  "layout": "list",
2683
+ "items": [
2684
+ {
2685
+ "quote": "This product is amazing!",
2686
+ "name": "John Doe",
2687
+ "image": {
2688
+ "src": "https://example.com/image.jpg"
2689
+ }
2690
+ },
2691
+ {
2692
+ "quote": "This product is amazing!",
2693
+ "name": "John Doe",
2694
+ "image": {
2695
+ "src": "https://example.com/image.jpg"
2696
+ }
2697
+ },
2698
+ {
2699
+ "quote": "This product is amazing!",
2700
+ "name": "John Doe",
2701
+ "image": {
2702
+ "src": "https://example.com/image.jpg"
2703
+ }
2704
+ }
2705
+ ],
2637
2706
  "testimonial": [
2638
2707
  {
2639
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.",
2640
- "name": "Emily Johnson",
2641
2709
  "image": {
2642
2710
  "src": "img/people/author-emily.png",
2643
2711
  "alt": "Alt Text Customer 1"
2644
2712
  },
2713
+ "name": "Emily Johnson",
2645
2714
  "title": "Chief Marketing Officer at TechFusion Enterprises",
2646
2715
  "rating": 5
2647
2716
  },
2648
2717
  {
2649
2718
  "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.",
2650
- "name": "John Smith",
2651
2719
  "image": {
2652
2720
  "src": "img/people/author-john.png",
2653
2721
  "alt": "Alt Text Customer 2"
2654
2722
  },
2723
+ "name": "John Smith",
2655
2724
  "title": "Director of Digital Strategy at EcoTech Solutions",
2656
2725
  "rating": 4
2657
2726
  },
2658
2727
  {
2659
2728
  "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.",
2660
- "name": "Alex Chen",
2661
2729
  "image": {
2662
2730
  "src": "img/people/author-alex.png",
2663
2731
  "alt": "Alt Text Customer 3"
2664
2732
  },
2733
+ "name": "Alex Chen",
2665
2734
  "title": "CEO of LaunchPad Innovations",
2666
2735
  "rating": 5
2667
2736
  }
@@ -2673,35 +2742,58 @@
2673
2742
  "id": "components-testimonials--slider-layout",
2674
2743
  "group": "Components/Testimonials",
2675
2744
  "name": "SliderLayout",
2676
- "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/>",
2745
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\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 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/>",
2677
2746
  "args": {
2678
2747
  "layout": "slider",
2748
+ "items": [
2749
+ {
2750
+ "quote": "This product is amazing!",
2751
+ "name": "John Doe",
2752
+ "image": {
2753
+ "src": "https://example.com/image.jpg"
2754
+ }
2755
+ },
2756
+ {
2757
+ "quote": "This product is amazing!",
2758
+ "name": "John Doe",
2759
+ "image": {
2760
+ "src": "https://example.com/image.jpg"
2761
+ }
2762
+ },
2763
+ {
2764
+ "quote": "This product is amazing!",
2765
+ "name": "John Doe",
2766
+ "image": {
2767
+ "src": "https://example.com/image.jpg"
2768
+ }
2769
+ }
2770
+ ],
2679
2771
  "testimonial": [
2680
2772
  {
2681
2773
  "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.",
2682
- "name": "Emily Johnson",
2683
2774
  "image": {
2684
2775
  "src": "img/people/author-emily.png",
2685
2776
  "alt": "Alt Text Customer 1"
2686
2777
  },
2778
+ "name": "Emily Johnson",
2687
2779
  "title": "Chief Marketing Officer at TechFusion Enterprises"
2688
2780
  },
2689
2781
  {
2690
2782
  "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.",
2691
- "name": "John Smith",
2692
2783
  "image": {
2693
2784
  "src": "img/people/author-john.png",
2694
2785
  "alt": "Alt Text Customer 2"
2695
2786
  },
2787
+ "name": "John Smith",
2696
2788
  "title": "Director of Digital Strategy at EcoTech Solutions"
2697
2789
  },
2698
2790
  {
2699
2791
  "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.",
2700
- "name": "Alex Chen",
2701
2792
  "image": {
2702
2793
  "src": "img/people/author-alex.png",
2703
2794
  "alt": "Alt Text Customer 3"
2704
2795
  },
2796
+ "name": "Alex Chen",
2705
2797
  "title": "CEO of LaunchPad Innovations"
2706
2798
  }
2707
2799
  ]
@@ -2712,37 +2804,60 @@
2712
2804
  "id": "components-testimonials--with-rating",
2713
2805
  "group": "Components/Testimonials",
2714
2806
  "name": "WithRating",
2715
- "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/>",
2807
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\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 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/>",
2716
2808
  "args": {
2717
2809
  "layout": "slider",
2810
+ "items": [
2811
+ {
2812
+ "quote": "This product is amazing!",
2813
+ "name": "John Doe",
2814
+ "image": {
2815
+ "src": "https://example.com/image.jpg"
2816
+ }
2817
+ },
2818
+ {
2819
+ "quote": "This product is amazing!",
2820
+ "name": "John Doe",
2821
+ "image": {
2822
+ "src": "https://example.com/image.jpg"
2823
+ }
2824
+ },
2825
+ {
2826
+ "quote": "This product is amazing!",
2827
+ "name": "John Doe",
2828
+ "image": {
2829
+ "src": "https://example.com/image.jpg"
2830
+ }
2831
+ }
2832
+ ],
2718
2833
  "testimonial": [
2719
2834
  {
2720
2835
  "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.",
2721
- "name": "Emily Johnson",
2722
2836
  "image": {
2723
2837
  "src": "img/people/author-emily.png",
2724
2838
  "alt": "Alt Text Customer 1"
2725
2839
  },
2840
+ "name": "Emily Johnson",
2726
2841
  "title": "Chief Marketing Officer at TechFusion Enterprises",
2727
2842
  "rating": 5
2728
2843
  },
2729
2844
  {
2730
2845
  "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.",
2731
- "name": "John Smith",
2732
2846
  "image": {
2733
2847
  "src": "img/people/author-john.png",
2734
2848
  "alt": "Alt Text Customer 2"
2735
2849
  },
2850
+ "name": "John Smith",
2736
2851
  "title": "Director of Digital Strategy at EcoTech Solutions",
2737
2852
  "rating": 4
2738
2853
  },
2739
2854
  {
2740
2855
  "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.",
2741
- "name": "Alex Chen",
2742
2856
  "image": {
2743
2857
  "src": "img/people/author-alex.png",
2744
2858
  "alt": "Alt Text Customer 3"
2745
2859
  },
2860
+ "name": "Alex Chen",
2746
2861
  "title": "CEO of LaunchPad Innovations",
2747
2862
  "rating": 5
2748
2863
  }
@@ -2754,37 +2869,60 @@
2754
2869
  "id": "components-testimonials--alternating-layout",
2755
2870
  "group": "Components/Testimonials",
2756
2871
  "name": "AlternatingLayout",
2757
- "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/>",
2872
+ "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 },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n },\n {\n image: {\n src: 'https://example.com/image.jpg'\n },\n name: 'John Doe',\n quote: 'This product is amazing!'\n }\n ]}\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/>",
2758
2873
  "args": {
2759
2874
  "layout": "alternating",
2875
+ "items": [
2876
+ {
2877
+ "quote": "This product is amazing!",
2878
+ "name": "John Doe",
2879
+ "image": {
2880
+ "src": "https://example.com/image.jpg"
2881
+ }
2882
+ },
2883
+ {
2884
+ "quote": "This product is amazing!",
2885
+ "name": "John Doe",
2886
+ "image": {
2887
+ "src": "https://example.com/image.jpg"
2888
+ }
2889
+ },
2890
+ {
2891
+ "quote": "This product is amazing!",
2892
+ "name": "John Doe",
2893
+ "image": {
2894
+ "src": "https://example.com/image.jpg"
2895
+ }
2896
+ }
2897
+ ],
2760
2898
  "testimonial": [
2761
2899
  {
2762
2900
  "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.",
2763
- "name": "Emily Johnson",
2764
2901
  "image": {
2765
2902
  "src": "img/people/author-emily.png",
2766
2903
  "alt": "Alt Text Customer 1"
2767
2904
  },
2905
+ "name": "Emily Johnson",
2768
2906
  "title": "Chief Marketing Officer at TechFusion Enterprises",
2769
2907
  "rating": 5
2770
2908
  },
2771
2909
  {
2772
2910
  "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.",
2773
- "name": "John Smith",
2774
2911
  "image": {
2775
2912
  "src": "img/people/author-john.png",
2776
2913
  "alt": "Alt Text Customer 2"
2777
2914
  },
2915
+ "name": "John Smith",
2778
2916
  "title": "Director of Digital Strategy at EcoTech Solutions",
2779
2917
  "rating": 4
2780
2918
  },
2781
2919
  {
2782
2920
  "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.",
2783
- "name": "Alex Chen",
2784
2921
  "image": {
2785
2922
  "src": "img/people/author-alex.png",
2786
2923
  "alt": "Alt Text Customer 3"
2787
2924
  },
2925
+ "name": "Alex Chen",
2788
2926
  "title": "CEO of LaunchPad Innovations",
2789
2927
  "rating": 5
2790
2928
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-93230a76.js";
3
+ import { SectionProps } from "../../SectionProps-83d399b4.js";
4
4
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionProvider: FC<PropsWithChildren<any>>;
6
6
  export { Section, SectionProvider };
@@ -1585,8 +1585,8 @@
1585
1585
  "type": "object",
1586
1586
  "properties": {
1587
1587
  "layout": {
1588
- "title": "Quote",
1589
- "description": "The testimonial quote",
1588
+ "title": "Layout",
1589
+ "description": "The testimonial layout",
1590
1590
  "type": "string",
1591
1591
  "enum": [
1592
1592
  "slider",
@@ -1595,7 +1595,7 @@
1595
1595
  ],
1596
1596
  "default": "slider"
1597
1597
  },
1598
- "testimonial": {
1598
+ "items": {
1599
1599
  "type": "array",
1600
1600
  "title": "Testimonials",
1601
1601
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
@@ -1671,10 +1671,7 @@
1671
1671
  "const": "testimonials"
1672
1672
  }
1673
1673
  },
1674
- "additionalProperties": false,
1675
- "required": [
1676
- "quote"
1677
- ]
1674
+ "additionalProperties": false
1678
1675
  },
1679
1676
  {
1680
1677
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
2
- import { TestimonialsProps } from "../../TestimonialsProps-72bb9288.js";
2
+ import { TestimonialsProps } from "../../TestimonialsProps-de79315e.js";
3
3
  import { SliderProps } from "../../SliderProps-8cae490d.js";
4
4
  interface ConditionalSliderProps extends SliderProps {
5
5
  layout: "slider" | "list" | "alternating";
@@ -14,8 +14,8 @@ const ConditionalSlider = ({ layout, children, arrows, nav, ...props }) => {
14
14
  return (jsx("div", { className: "dsa-testimonials dsa-testimonials--list", ...props, children: children }));
15
15
  }
16
16
  };
17
- const Testimonials = ({ testimonial, layout = "slider", ...props }) => {
18
- return (jsx(ConditionalSlider, { layout: layout, arrows: true, nav: true, ...props, children: testimonial.map((testimonial, index) => (createElement(Testimonial, { ...testimonial, index: index, layout: layout, key: index }))) }));
17
+ const Testimonials = ({ items = [], layout = "slider", ...props }) => {
18
+ return (jsx(ConditionalSlider, { layout: layout, arrows: true, nav: true, ...props, children: items.map((testimonial, index) => (createElement(Testimonial, { ...testimonial, index: index, layout: layout, key: index }))) }));
19
19
  };
20
20
 
21
21
  export { ConditionalSlider, Testimonials };
@@ -6,8 +6,8 @@
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "layout": {
9
- "title": "Quote",
10
- "description": "The testimonial quote",
9
+ "title": "Layout",
10
+ "description": "The testimonial layout",
11
11
  "type": "string",
12
12
  "enum": [
13
13
  "slider",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "default": "slider"
18
18
  },
19
- "testimonial": {
19
+ "items": {
20
20
  "type": "array",
21
21
  "title": "Testimonials",
22
22
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
@@ -92,8 +92,5 @@
92
92
  "const": "testimonials"
93
93
  }
94
94
  },
95
- "additionalProperties": false,
96
- "required": [
97
- "quote"
98
- ]
95
+ "additionalProperties": false
99
96
  }
@@ -6,13 +6,13 @@
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "layout": {
9
- "title": "Quote",
10
- "description": "The testimonial quote",
9
+ "title": "Layout",
10
+ "description": "The testimonial layout",
11
11
  "type": "string",
12
12
  "enum": ["slider", "list", "alternating"],
13
13
  "default": "slider"
14
14
  },
15
- "testimonial": {
15
+ "items": {
16
16
  "type": "array",
17
17
  "title": "Testimonials",
18
18
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
@@ -21,6 +21,5 @@
21
21
  }
22
22
  }
23
23
  },
24
- "additionalProperties": false,
25
- "required": ["quote"]
24
+ "additionalProperties": false
26
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 02 Mar 2024 14:24:58 GMT
3
+ * Generated on Mon, 04 Mar 2024 10:35:37 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 Sat, 02 Mar 2024 14:25:03 GMT
2730
+ * Generated on Mon, 04 Mar 2024 10:35:42 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 Sat, 02 Mar 2024 14:25:01 GMT
5461
+ * Generated on Mon, 04 Mar 2024 10:35:40 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 Sat, 02 Mar 2024 14:25:05 GMT
8462
+ * Generated on Mon, 04 Mar 2024 10:35:44 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 02 Mar 2024 14:24:56 GMT
3
+ * Generated on Mon, 04 Mar 2024 10:35:35 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 02 Mar 2024 14:24:56 GMT
3
+ * Generated on Mon, 04 Mar 2024 10:35:35 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {