@homepages/create-workspace 0.9.0-dev-20260719205406 → 0.9.0-dev-20260719224319

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homepages/create-workspace",
3
- "version": "0.9.0-dev-20260719205406",
3
+ "version": "0.9.0-dev-20260719224319",
4
4
  "description": "Scaffold a HomePages template workspace.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,5 +1,5 @@
1
1
  import type { FixtureModule } from "@homepages/template-kit";
2
- import { luxuryMultiUnit, mkResponsive } from "@homepages/template-kit/fixtures";
2
+ import { luxuryMultiUnit } from "@homepages/template-kit/fixtures";
3
3
 
4
4
  // Base content the section is designed for. Nullability coverage (each optional
5
5
  // slot rendered empty) is derived automatically from schema.ts — no fixture
@@ -12,12 +12,12 @@ const fixtures: FixtureModule = {
12
12
  base: {
13
13
  slots: {
14
14
  headline: luxuryMultiUnit.facts.address.display,
15
+ // State the asset id, exactly as a saved page does — the preview server
16
+ // resolves it to a URL and a responsive ladder, the same way the API does
17
+ // when the page is published. A fixture never states a URL.
15
18
  hero_image: {
16
19
  photo_id: heroImage.id,
17
- url: heroImage.url,
18
20
  alt: heroImage.alt,
19
- // Height set to a 16:9 ratio to match the slot's locked crop.
20
- responsive: mkResponsive(heroImage.url, 2048, 1152),
21
21
  },
22
22
  blurb: "A 12-unit mansard Victorian in Jamaica Plain, moments from the Emerald Necklace.",
23
23
  },