@commonpub/layer 0.7.15 → 0.7.16

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.
@@ -778,9 +778,11 @@ useJsonLd({
778
778
  overflow: hidden;
779
779
  }
780
780
  .cpub-cover-photo-img {
781
- width: 100%;
782
- display: block;
781
+ max-width: 100%;
782
+ max-height: 500px;
783
783
  height: auto;
784
+ display: block;
785
+ margin: 0 auto;
784
786
  }
785
787
 
786
788
  /* ── RESPONSIVE ── */
@@ -338,9 +338,11 @@ const hasSeries = computed(() => !!seriesTitle.value && seriesTotalParts.value >
338
338
  overflow: hidden;
339
339
  }
340
340
  .cpub-cover-photo-img {
341
- width: 100%;
342
- display: block;
341
+ max-width: 100%;
342
+ max-height: 500px;
343
343
  height: auto;
344
+ display: block;
345
+ margin: 0 auto;
344
346
  }
345
347
 
346
348
  /* ── ENGAGEMENT ROW ── */
@@ -937,9 +937,11 @@ async function handleBuild(): Promise<void> {
937
937
  }
938
938
 
939
939
  .cpub-cover-photo-img {
940
- width: 100%;
941
- display: block;
940
+ max-width: 100%;
941
+ max-height: 500px;
942
942
  height: auto;
943
+ display: block;
944
+ margin: 0 auto;
943
945
  }
944
946
 
945
947
  /* ── PROSE ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commonpub/layer",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "files": [
@@ -50,16 +50,16 @@
50
50
  "vue": "^3.4.0",
51
51
  "vue-router": "^4.3.0",
52
52
  "zod": "^4.3.6",
53
- "@commonpub/config": "0.9.0",
54
- "@commonpub/editor": "0.7.5",
55
53
  "@commonpub/auth": "0.5.0",
54
+ "@commonpub/editor": "0.7.5",
55
+ "@commonpub/docs": "0.6.2",
56
56
  "@commonpub/learning": "0.5.0",
57
+ "@commonpub/config": "0.9.0",
58
+ "@commonpub/server": "2.27.7",
57
59
  "@commonpub/explainer": "0.7.6",
58
- "@commonpub/docs": "0.6.2",
59
- "@commonpub/schema": "0.9.5",
60
60
  "@commonpub/ui": "0.8.5",
61
- "@commonpub/server": "2.27.7",
62
- "@commonpub/protocol": "0.9.7"
61
+ "@commonpub/protocol": "0.9.7",
62
+ "@commonpub/schema": "0.9.5"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@testing-library/jest-dom": "^6.9.1",