@hellobetterdigitalnz/selwynui 0.0.1-177 → 0.0.1-178

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-177",
3
+ "version": "0.0.1-178",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -24,7 +24,7 @@ export interface Filter {
24
24
 
25
25
  interface ListBlockProps {
26
26
  title?: string;
27
- description?: string;
27
+ description?: ReactNode;
28
28
  link?: string;
29
29
  cards?: Card[];
30
30
  filters?: Filter[];
@@ -330,11 +330,11 @@
330
330
  .heroWrapper{
331
331
 
332
332
  .content {
333
- width: 45%;
333
+ width: 50%;
334
334
  }
335
335
 
336
336
  .heroImg{
337
- width: 55vw;
337
+ width: 50vw;
338
338
  }
339
339
 
340
340
  }