@opensite/ui 3.5.9 → 3.6.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.
@@ -72,7 +72,7 @@ interface BlockPropConstraint {
72
72
  * suitable. Consumers (e.g. Octane) gate block selection on these BEFORE the
73
73
  * block is offered to the model, so it cannot fabricate the missing input.
74
74
  */
75
- type SiteCapability = "reviews_or_testimonials" | "pricing_data" | "team_members" | "blog_posts" | "case_studies" | "metrics_or_stats" | "product_catalog" | "media_library" | "contact_info";
75
+ type SiteCapability = "reviews_or_testimonials" | "pricing" | "pricing_data" | "team_members" | "blog_posts" | "portfolio_items" | "case_studies" | "locations" | "events" | "products" | "services" | "stats_or_metrics" | "metrics_or_stats" | "product_catalog" | "media_library" | "contact_form" | "video_assets" | "contact_info";
76
76
  /**
77
77
  * Structured usage requirements for a block. This is the executable
78
78
  * complement to `importantUsageNotes` (which remains for human-readable
@@ -72,7 +72,7 @@ interface BlockPropConstraint {
72
72
  * suitable. Consumers (e.g. Octane) gate block selection on these BEFORE the
73
73
  * block is offered to the model, so it cannot fabricate the missing input.
74
74
  */
75
- type SiteCapability = "reviews_or_testimonials" | "pricing_data" | "team_members" | "blog_posts" | "case_studies" | "metrics_or_stats" | "product_catalog" | "media_library" | "contact_info";
75
+ type SiteCapability = "reviews_or_testimonials" | "pricing" | "pricing_data" | "team_members" | "blog_posts" | "portfolio_items" | "case_studies" | "locations" | "events" | "products" | "services" | "stats_or_metrics" | "metrics_or_stats" | "product_catalog" | "media_library" | "contact_form" | "video_assets" | "contact_info";
76
76
  /**
77
77
  * Structured usage requirements for a block. This is the executable
78
78
  * complement to `importantUsageNotes` (which remains for human-readable