@hellobetterdigitalnz/selwynui 0.0.1-43 → 0.0.1-44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-43",
3
+ "version": "0.0.1-44",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -5,7 +5,6 @@ import DetailsCard from "../DetailsCard/DetailsCard.tsx";
5
5
  import Container from "../../Shared/Container/Container.tsx";
6
6
  import '../slider.scss'
7
7
  import {CaretLeft, CaretRight} from "@hellobetterdigitalnz/selwynui";
8
- import {Button} from "../../Form";
9
8
  import {useRef} from "react";
10
9
 
11
10
  const CarouselBlock = (props : CarouselBlockProps) =>{
@@ -22,7 +21,6 @@ const CarouselBlock = (props : CarouselBlockProps) =>{
22
21
  variableWidth: true,
23
22
  slidesToShow: 1,
24
23
  slidesToScroll: 1,
25
-
26
24
  };
27
25
 
28
26
  return <div className={`${styles.carousel} carouselBlock`}>
@@ -65,7 +63,6 @@ const CarouselBlock = (props : CarouselBlockProps) =>{
65
63
  </Slider>
66
64
  <div className={styles.btn}>
67
65
  {action}
68
- <Button label={'Learn'}/>
69
66
  </div>
70
67
  </Container>
71
68
  </div>
@@ -23,6 +23,7 @@ const PathwayBlock = (props: PathwayBlockProps) => {
23
23
  description={card.description}
24
24
  image={card.image}
25
25
  link={card.link}
26
+ pillar={card.pillar}
26
27
  variation={'long'}
27
28
  />
28
29
  </div>