@hellobetterdigitalnz/selwynui 0.0.1-177S → 0.0.1-179

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-177S",
3
+ "version": "0.0.1-179",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -497,10 +497,33 @@
497
497
  }
498
498
 
499
499
  }
500
+
501
+ // full image
502
+ &.imageContentFluid{
503
+
504
+ .imageContentWrapper{
505
+ flex-direction: row-reverse;
506
+ }
507
+
508
+ .imageWrapper{
509
+ width: 60%;
510
+
511
+ .imageHolder {
512
+ min-width: 60vw;
513
+ }
514
+
515
+ }
516
+
517
+
518
+ .content{
519
+ width: 40%;
520
+ }
521
+ }
522
+
500
523
  }
501
524
 
502
525
 
503
- @media screen and (min-width: 1220px){
526
+ @media screen and (min-width: 992px){
504
527
 
505
528
  &Wrapper{
506
529
  margin: 0 -52px;
@@ -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
  }