@nypl/design-system-react-components 1.5.0-rc2 → 1.5.1

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.
@@ -503,7 +503,7 @@ declare const Hero: {
503
503
  display: string;
504
504
  flexFlow: {
505
505
  base: string;
506
- md: string;
506
+ lg: string;
507
507
  };
508
508
  minHeight: string;
509
509
  flex: {
@@ -528,26 +528,44 @@ declare const Hero: {
528
528
  display: string;
529
529
  };
530
530
  img: {
531
- flex: {
531
+ clip: string;
532
+ height: {
532
533
  base: string;
533
534
  md: string;
534
535
  };
535
- minWidth: string;
536
- objectFit: string;
537
- width: string;
538
- height: {
536
+ overflow: string;
537
+ position: {
538
+ base: string;
539
539
  md: string;
540
540
  };
541
- };
542
- interior: {
543
- flex: {
541
+ width: {
544
542
  base: string;
545
543
  md: string;
546
544
  };
547
- padding: string;
545
+ wordWrap: string;
546
+ };
547
+ imgWrapper: {
548
+ backgroundPosition: string;
549
+ backgroundSize: string;
550
+ minHeight: string;
551
+ width: {
552
+ base: string;
553
+ lg: string;
554
+ };
555
+ };
556
+ interior: {
557
+ alignSelf: string;
548
558
  maxWidth: {
549
559
  md: string;
550
560
  };
561
+ padding: {
562
+ base: string;
563
+ md: string;
564
+ };
565
+ width: {
566
+ base: string;
567
+ lg: string;
568
+ };
551
569
  };
552
570
  };
553
571
  fiftyFifty: {
@@ -558,33 +576,51 @@ declare const Hero: {
558
576
  base: string;
559
577
  lg: string;
560
578
  };
561
- paddingBottom: string;
562
- paddingEnd: string;
563
- paddingStart: string;
564
- padding: {
565
- lg: string;
566
- };
567
579
  marginY: string;
568
580
  marginX: string;
569
581
  maxWidth: string;
582
+ padding: string;
570
583
  width: string;
571
584
  };
572
585
  imgWrapper: {
573
- marginBottom: {
586
+ backgroundPosition: string;
587
+ backgroundSize: string;
588
+ minHeight: string;
589
+ width: {
574
590
  base: string;
575
591
  lg: string;
576
592
  };
577
- marginEnd: {
593
+ };
594
+ img: {
595
+ clip: string;
596
+ height: {
578
597
  base: string;
579
- lg: string;
598
+ md: string;
580
599
  };
581
- marginStart: {
600
+ overflow: string;
601
+ position: {
582
602
  base: string;
603
+ md: string;
604
+ };
605
+ width: {
606
+ base: string;
607
+ md: string;
583
608
  };
609
+ wordWrap: string;
610
+ };
611
+ bodyText: {
612
+ alignSelf: string;
584
613
  maxWidth: {
614
+ md: string;
615
+ };
616
+ padding: {
617
+ base: string;
618
+ md: string;
619
+ };
620
+ width: {
621
+ base: string;
585
622
  lg: string;
586
623
  };
587
- width: string;
588
624
  };
589
625
  };
590
626
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.5.0-rc2",
3
+ "version": "1.5.1",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",