@kickstartds/ds-agency-premium 1.2.27 → 1.2.28
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/SectionProps-83d399b4.d.ts +1 -1
- package/dist/{TestimonialsProps-de79315e.d.ts → TestimonialsProps-f7211553.d.ts} +1 -1
- package/dist/components/page/page.schema.dereffed.json +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +21 -159
- package/dist/components/section/section.schema.dereffed.json +1 -1
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/testimonials/index.js +2 -2
- package/dist/components/testimonials/testimonials.schema.dereffed.json +1 -1
- package/dist/components/testimonials/testimonials.schema.json +1 -1
- 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
|
@@ -15,7 +15,7 @@ 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-
|
|
18
|
+
import { TestimonialsProps } from "./TestimonialsProps-f7211553.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";
|
|
@@ -2590,40 +2590,17 @@
|
|
|
2590
2590
|
"id": "components-testimonials--simple",
|
|
2591
2591
|
"group": "Components/Testimonials",
|
|
2592
2592
|
"name": "Simple",
|
|
2593
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
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
|
-
],
|
|
2619
2596
|
"testimonial": [
|
|
2620
2597
|
{
|
|
2621
2598
|
"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",
|
|
2622
2600
|
"image": {
|
|
2623
2601
|
"src": "img/people/author-emily.png",
|
|
2624
2602
|
"alt": "Alt Text Customer 1"
|
|
2625
|
-
}
|
|
2626
|
-
"name": "Emily Johnson"
|
|
2603
|
+
}
|
|
2627
2604
|
}
|
|
2628
2605
|
]
|
|
2629
2606
|
},
|
|
@@ -2633,40 +2610,17 @@
|
|
|
2633
2610
|
"id": "components-testimonials--with-title",
|
|
2634
2611
|
"group": "Components/Testimonials",
|
|
2635
2612
|
"name": "WithTitle",
|
|
2636
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
2637
2614
|
"args": {
|
|
2638
2615
|
"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
|
-
],
|
|
2662
2616
|
"testimonial": [
|
|
2663
2617
|
{
|
|
2664
2618
|
"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",
|
|
2665
2620
|
"image": {
|
|
2666
2621
|
"src": "img/people/author-emily.png",
|
|
2667
2622
|
"alt": "Alt Text Customer 1"
|
|
2668
2623
|
},
|
|
2669
|
-
"name": "Emily Johnson",
|
|
2670
2624
|
"title": "Chief Marketing Officer at TechFusion Enterprises"
|
|
2671
2625
|
}
|
|
2672
2626
|
]
|
|
@@ -2677,60 +2631,37 @@
|
|
|
2677
2631
|
"id": "components-testimonials--list-layout",
|
|
2678
2632
|
"group": "Components/Testimonials",
|
|
2679
2633
|
"name": "ListLayout",
|
|
2680
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
2681
2635
|
"args": {
|
|
2682
2636
|
"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
|
-
],
|
|
2706
2637
|
"testimonial": [
|
|
2707
2638
|
{
|
|
2708
2639
|
"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",
|
|
2709
2641
|
"image": {
|
|
2710
2642
|
"src": "img/people/author-emily.png",
|
|
2711
2643
|
"alt": "Alt Text Customer 1"
|
|
2712
2644
|
},
|
|
2713
|
-
"name": "Emily Johnson",
|
|
2714
2645
|
"title": "Chief Marketing Officer at TechFusion Enterprises",
|
|
2715
2646
|
"rating": 5
|
|
2716
2647
|
},
|
|
2717
2648
|
{
|
|
2718
2649
|
"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",
|
|
2719
2651
|
"image": {
|
|
2720
2652
|
"src": "img/people/author-john.png",
|
|
2721
2653
|
"alt": "Alt Text Customer 2"
|
|
2722
2654
|
},
|
|
2723
|
-
"name": "John Smith",
|
|
2724
2655
|
"title": "Director of Digital Strategy at EcoTech Solutions",
|
|
2725
2656
|
"rating": 4
|
|
2726
2657
|
},
|
|
2727
2658
|
{
|
|
2728
2659
|
"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",
|
|
2729
2661
|
"image": {
|
|
2730
2662
|
"src": "img/people/author-alex.png",
|
|
2731
2663
|
"alt": "Alt Text Customer 3"
|
|
2732
2664
|
},
|
|
2733
|
-
"name": "Alex Chen",
|
|
2734
2665
|
"title": "CEO of LaunchPad Innovations",
|
|
2735
2666
|
"rating": 5
|
|
2736
2667
|
}
|
|
@@ -2742,58 +2673,35 @@
|
|
|
2742
2673
|
"id": "components-testimonials--slider-layout",
|
|
2743
2674
|
"group": "Components/Testimonials",
|
|
2744
2675
|
"name": "SliderLayout",
|
|
2745
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
2746
2677
|
"args": {
|
|
2747
2678
|
"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
|
-
],
|
|
2771
2679
|
"testimonial": [
|
|
2772
2680
|
{
|
|
2773
2681
|
"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",
|
|
2774
2683
|
"image": {
|
|
2775
2684
|
"src": "img/people/author-emily.png",
|
|
2776
2685
|
"alt": "Alt Text Customer 1"
|
|
2777
2686
|
},
|
|
2778
|
-
"name": "Emily Johnson",
|
|
2779
2687
|
"title": "Chief Marketing Officer at TechFusion Enterprises"
|
|
2780
2688
|
},
|
|
2781
2689
|
{
|
|
2782
2690
|
"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",
|
|
2783
2692
|
"image": {
|
|
2784
2693
|
"src": "img/people/author-john.png",
|
|
2785
2694
|
"alt": "Alt Text Customer 2"
|
|
2786
2695
|
},
|
|
2787
|
-
"name": "John Smith",
|
|
2788
2696
|
"title": "Director of Digital Strategy at EcoTech Solutions"
|
|
2789
2697
|
},
|
|
2790
2698
|
{
|
|
2791
2699
|
"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",
|
|
2792
2701
|
"image": {
|
|
2793
2702
|
"src": "img/people/author-alex.png",
|
|
2794
2703
|
"alt": "Alt Text Customer 3"
|
|
2795
2704
|
},
|
|
2796
|
-
"name": "Alex Chen",
|
|
2797
2705
|
"title": "CEO of LaunchPad Innovations"
|
|
2798
2706
|
}
|
|
2799
2707
|
]
|
|
@@ -2804,60 +2712,37 @@
|
|
|
2804
2712
|
"id": "components-testimonials--with-rating",
|
|
2805
2713
|
"group": "Components/Testimonials",
|
|
2806
2714
|
"name": "WithRating",
|
|
2807
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
2808
2716
|
"args": {
|
|
2809
2717
|
"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
|
-
],
|
|
2833
2718
|
"testimonial": [
|
|
2834
2719
|
{
|
|
2835
2720
|
"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",
|
|
2836
2722
|
"image": {
|
|
2837
2723
|
"src": "img/people/author-emily.png",
|
|
2838
2724
|
"alt": "Alt Text Customer 1"
|
|
2839
2725
|
},
|
|
2840
|
-
"name": "Emily Johnson",
|
|
2841
2726
|
"title": "Chief Marketing Officer at TechFusion Enterprises",
|
|
2842
2727
|
"rating": 5
|
|
2843
2728
|
},
|
|
2844
2729
|
{
|
|
2845
2730
|
"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",
|
|
2846
2732
|
"image": {
|
|
2847
2733
|
"src": "img/people/author-john.png",
|
|
2848
2734
|
"alt": "Alt Text Customer 2"
|
|
2849
2735
|
},
|
|
2850
|
-
"name": "John Smith",
|
|
2851
2736
|
"title": "Director of Digital Strategy at EcoTech Solutions",
|
|
2852
2737
|
"rating": 4
|
|
2853
2738
|
},
|
|
2854
2739
|
{
|
|
2855
2740
|
"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",
|
|
2856
2742
|
"image": {
|
|
2857
2743
|
"src": "img/people/author-alex.png",
|
|
2858
2744
|
"alt": "Alt Text Customer 3"
|
|
2859
2745
|
},
|
|
2860
|
-
"name": "Alex Chen",
|
|
2861
2746
|
"title": "CEO of LaunchPad Innovations",
|
|
2862
2747
|
"rating": 5
|
|
2863
2748
|
}
|
|
@@ -2869,60 +2754,37 @@
|
|
|
2869
2754
|
"id": "components-testimonials--alternating-layout",
|
|
2870
2755
|
"group": "Components/Testimonials",
|
|
2871
2756
|
"name": "AlternatingLayout",
|
|
2872
|
-
"code": "<Testimonials\n
|
|
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/>",
|
|
2873
2758
|
"args": {
|
|
2874
2759
|
"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
|
-
],
|
|
2898
2760
|
"testimonial": [
|
|
2899
2761
|
{
|
|
2900
2762
|
"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",
|
|
2901
2764
|
"image": {
|
|
2902
2765
|
"src": "img/people/author-emily.png",
|
|
2903
2766
|
"alt": "Alt Text Customer 1"
|
|
2904
2767
|
},
|
|
2905
|
-
"name": "Emily Johnson",
|
|
2906
2768
|
"title": "Chief Marketing Officer at TechFusion Enterprises",
|
|
2907
2769
|
"rating": 5
|
|
2908
2770
|
},
|
|
2909
2771
|
{
|
|
2910
2772
|
"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",
|
|
2911
2774
|
"image": {
|
|
2912
2775
|
"src": "img/people/author-john.png",
|
|
2913
2776
|
"alt": "Alt Text Customer 2"
|
|
2914
2777
|
},
|
|
2915
|
-
"name": "John Smith",
|
|
2916
2778
|
"title": "Director of Digital Strategy at EcoTech Solutions",
|
|
2917
2779
|
"rating": 4
|
|
2918
2780
|
},
|
|
2919
2781
|
{
|
|
2920
2782
|
"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",
|
|
2921
2784
|
"image": {
|
|
2922
2785
|
"src": "img/people/author-alex.png",
|
|
2923
2786
|
"alt": "Alt Text Customer 3"
|
|
2924
2787
|
},
|
|
2925
|
-
"name": "Alex Chen",
|
|
2926
2788
|
"title": "CEO of LaunchPad Innovations",
|
|
2927
2789
|
"rating": 5
|
|
2928
2790
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
2
|
-
import { TestimonialsProps } from "../../TestimonialsProps-
|
|
2
|
+
import { TestimonialsProps } from "../../TestimonialsProps-f7211553.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 = ({
|
|
18
|
-
return (jsx(ConditionalSlider, { layout: layout, arrows: true, nav: true, ...props, children:
|
|
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 }))) }));
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { ConditionalSlider, Testimonials };
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 04 Mar 2024
|
|
3
|
+
* Generated on Mon, 04 Mar 2024 11:00:39 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 Mon, 04 Mar 2024
|
|
2730
|
+
* Generated on Mon, 04 Mar 2024 11:00:44 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 Mon, 04 Mar 2024
|
|
5461
|
+
* Generated on Mon, 04 Mar 2024 11:00:41 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 Mon, 04 Mar 2024
|
|
8462
|
+
* Generated on Mon, 04 Mar 2024 11:00:47 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED