@conduction/components 1.0.23 → 1.0.24

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.
@@ -22,6 +22,11 @@
22
22
  padding-block-start: var(--nlportal-space-block-lg);
23
23
  padding-block-end: var(--nlportal-space-block-lg);
24
24
  border: var(--nlportal-document-border, 1px solid);
25
+ height: calc(
26
+ 100% - var(--conduction-image-and-details-card-image-height) -
27
+ var(--nlportal-space-block-lg) - var(--nlportal-space-block-lg) - 2px
28
+ ); /* height = 100% - imageHeight - padding - border */
29
+ margin-block-start: auto;
25
30
  }
26
31
 
27
32
  .content > *:not(:last-child) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/components",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -22,6 +22,11 @@
22
22
  padding-block-start: var(--nlportal-space-block-lg);
23
23
  padding-block-end: var(--nlportal-space-block-lg);
24
24
  border: var(--nlportal-document-border, 1px solid);
25
+ height: calc(
26
+ 100% - var(--conduction-image-and-details-card-image-height) -
27
+ var(--nlportal-space-block-lg) - var(--nlportal-space-block-lg) - 2px
28
+ ); /* height = 100% - imageHeight - padding - border */
29
+ margin-block-start: auto;
25
30
  }
26
31
 
27
32
  .content > *:not(:last-child) {