@mjhls/mjh-framework 1.0.761-beta.0 → 1.0.761-beta.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.
@@ -609,15 +609,19 @@ var PublicationLanding = function PublicationLanding(props) {
609
609
  React__default.createElement('br', null),
610
610
  'Issue: ',
611
611
  issue.number
612
- ),
612
+ )
613
+ ),
614
+ React__default.createElement(
615
+ Card.Footer,
616
+ null,
613
617
  issue.articlesCount && issue.articlesCount > 0 ? React__default.createElement(
614
618
  'a',
615
- { href: publication.identifier.current + '/' + issue.identifier.current, className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
619
+ { href: publication.identifier.current + '/' + issue.identifier.current, className: 'btn btn-primary' },
616
620
  'View Issue'
617
621
  ) : null,
618
622
  issue.pdf && issue.pdf.asset && issue.pdf.asset.url && React__default.createElement(
619
623
  'a',
620
- { rel: 'noopener', href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
624
+ { rel: 'noopener', href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary' },
621
625
  'Download Issue'
622
626
  )
623
627
  )
@@ -640,7 +644,7 @@ var PublicationLanding = function PublicationLanding(props) {
640
644
  React__default.createElement(
641
645
  'style',
642
646
  { jsx: 'true' },
643
- '\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n .dropdown-toggle {\n min-width: 5rem;\n }\n .dropdown-toggle:empty:after {\n margin-left: 4rem;\n }\n '
647
+ '\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n .dropdown-toggle {\n min-width: 5rem;\n }\n .dropdown-toggle:empty:after {\n margin-left: 4rem;\n }\n .card-footer {\n background-color: transparent;\n border-top: 0;\n }\n .card-footer a:not(:first-child) {\n margin-left: 1rem;\n }\n '
644
648
  )
645
649
  );
646
650
  };
@@ -603,15 +603,19 @@ var PublicationLanding = function PublicationLanding(props) {
603
603
  React__default.createElement('br', null),
604
604
  'Issue: ',
605
605
  issue.number
606
- ),
606
+ )
607
+ ),
608
+ React__default.createElement(
609
+ Card.Footer,
610
+ null,
607
611
  issue.articlesCount && issue.articlesCount > 0 ? React__default.createElement(
608
612
  'a',
609
- { href: publication.identifier.current + '/' + issue.identifier.current, className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
613
+ { href: publication.identifier.current + '/' + issue.identifier.current, className: 'btn btn-primary' },
610
614
  'View Issue'
611
615
  ) : null,
612
616
  issue.pdf && issue.pdf.asset && issue.pdf.asset.url && React__default.createElement(
613
617
  'a',
614
- { rel: 'noopener', href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
618
+ { rel: 'noopener', href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary' },
615
619
  'Download Issue'
616
620
  )
617
621
  )
@@ -634,7 +638,7 @@ var PublicationLanding = function PublicationLanding(props) {
634
638
  React__default.createElement(
635
639
  'style',
636
640
  { jsx: 'true' },
637
- '\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n .dropdown-toggle {\n min-width: 5rem;\n }\n .dropdown-toggle:empty:after {\n margin-left: 4rem;\n }\n '
641
+ '\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n .dropdown-toggle {\n min-width: 5rem;\n }\n .dropdown-toggle:empty:after {\n margin-left: 4rem;\n }\n .card-footer {\n background-color: transparent;\n border-top: 0;\n }\n .card-footer a:not(:first-child) {\n margin-left: 1rem;\n }\n '
638
642
  )
639
643
  );
640
644
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.761-beta.0",
3
+ "version": "1.0.761-beta.1",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",