@commonpub/layer 0.7.13 → 0.7.14

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.
@@ -780,8 +780,7 @@ useJsonLd({
780
780
  .cpub-cover-photo-img {
781
781
  width: 100%;
782
782
  display: block;
783
- max-height: 420px;
784
- object-fit: cover;
783
+ height: auto;
785
784
  }
786
785
 
787
786
  /* ── RESPONSIVE ── */
@@ -340,8 +340,7 @@ const hasSeries = computed(() => !!seriesTitle.value && seriesTotalParts.value >
340
340
  .cpub-cover-photo-img {
341
341
  width: 100%;
342
342
  display: block;
343
- max-height: 420px;
344
- object-fit: cover;
343
+ height: auto;
345
344
  }
346
345
 
347
346
  /* ── ENGAGEMENT ROW ── */
@@ -939,8 +939,7 @@ async function handleBuild(): Promise<void> {
939
939
  .cpub-cover-photo-img {
940
940
  width: 100%;
941
941
  display: block;
942
- max-height: 420px;
943
- object-fit: cover;
942
+ height: auto;
944
943
  }
945
944
 
946
945
  /* ── PROSE ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commonpub/layer",
3
- "version": "0.7.13",
3
+ "version": "0.7.14",
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/auth": "0.5.0",
54
- "@commonpub/docs": "0.6.2",
55
53
  "@commonpub/config": "0.9.0",
54
+ "@commonpub/docs": "0.6.2",
55
+ "@commonpub/auth": "0.5.0",
56
56
  "@commonpub/explainer": "0.7.6",
57
57
  "@commonpub/editor": "0.7.4",
58
- "@commonpub/schema": "0.9.5",
59
- "@commonpub/server": "2.27.7",
60
- "@commonpub/protocol": "0.9.7",
61
58
  "@commonpub/learning": "0.5.0",
62
- "@commonpub/ui": "0.8.5"
59
+ "@commonpub/ui": "0.8.5",
60
+ "@commonpub/server": "2.27.7",
61
+ "@commonpub/schema": "0.9.5",
62
+ "@commonpub/protocol": "0.9.7"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@testing-library/jest-dom": "^6.9.1",