@decantr/content 3.8.0 → 3.8.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.
Files changed (78) hide show
  1. package/README.md +2 -0
  2. package/archetypes/admin-moderation.json +1 -1
  3. package/archetypes/content-editor.json +1 -1
  4. package/blueprints/agent-marketplace.json +2 -2
  5. package/blueprints/ai-copilot-shell.json +2 -2
  6. package/blueprints/ai-native-crm.json +2 -2
  7. package/blueprints/civic-platform.json +2 -2
  8. package/blueprints/climate-dashboard.json +2 -2
  9. package/blueprints/content-studio.json +2 -2
  10. package/blueprints/creator-monetization-platform.json +1 -1
  11. package/blueprints/deal-room.json +2 -2
  12. package/blueprints/ecommerce-admin.json +2 -2
  13. package/blueprints/ecommerce.json +2 -2
  14. package/blueprints/event-community-hub.json +2 -2
  15. package/blueprints/financial-dashboard.json +2 -2
  16. package/blueprints/fractional-ownership.json +2 -2
  17. package/blueprints/health-wellness-portal.json +2 -2
  18. package/blueprints/knowledge-base.json +2 -2
  19. package/blueprints/legal-research.json +2 -2
  20. package/blueprints/multi-tenant-platform.json +1 -1
  21. package/blueprints/portfolio.json +2 -2
  22. package/blueprints/product-landing.json +2 -2
  23. package/blueprints/property-management-portal.json +1 -1
  24. package/blueprints/recipefork.json +2 -2
  25. package/blueprints/registry-platform.json +8 -7
  26. package/blueprints/research-lab.json +2 -2
  27. package/blueprints/restaurant-ops.json +1 -1
  28. package/blueprints/saas-dashboard.json +2 -2
  29. package/blueprints/swipecircle.json +11 -3
  30. package/blueprints/two-sided-marketplace.json +2 -2
  31. package/package.json +1 -1
  32. package/patterns/activity-feed.json +2 -2
  33. package/patterns/campaign-marquee-hero.json +4 -4
  34. package/patterns/chart-grid.json +1 -1
  35. package/patterns/chat-thread.json +3 -3
  36. package/patterns/content-card-grid.json +2 -2
  37. package/patterns/content-detail-hero.json +2 -2
  38. package/patterns/continue-screen-cta.json +3 -3
  39. package/patterns/cta-banner.json +1 -1
  40. package/patterns/cta-section.json +4 -4
  41. package/patterns/cta.json +4 -4
  42. package/patterns/data-table.json +3 -3
  43. package/patterns/detail-header.json +1 -1
  44. package/patterns/hero-split.json +6 -6
  45. package/patterns/json-viewer.json +4 -4
  46. package/patterns/launchpad-flow.json +1 -1
  47. package/patterns/maintenance-board.json +2 -2
  48. package/patterns/mention-popup.json +1 -1
  49. package/patterns/moderation-queue-item.json +1 -1
  50. package/patterns/permission-matrix.json +1 -1
  51. package/patterns/pipeline-cards.json +2 -2
  52. package/patterns/product-card.json +3 -3
  53. package/patterns/property-card.json +1 -1
  54. package/patterns/prose-section.json +1 -1
  55. package/patterns/quick-start.json +2 -2
  56. package/patterns/registry-discovery-cta-grid.json +4 -4
  57. package/patterns/remote-cursor.json +4 -4
  58. package/patterns/retro-table.json +1 -1
  59. package/patterns/search-filter-bar.json +4 -4
  60. package/patterns/slash-command.json +1 -1
  61. package/patterns/tech-pills.json +3 -3
  62. package/patterns/testimonials.json +1 -1
  63. package/patterns/tier-upgrade-card.json +2 -2
  64. package/patterns/tool-list.json +1 -1
  65. package/patterns/tree-view.json +1 -1
  66. package/patterns/unlock-gate.json +1 -1
  67. package/schemas/blueprint.v1.json +1 -1
  68. package/schemas/common.v1.json +2 -1
  69. package/schemas/registry-intelligence-summary.v1.json +1 -1
  70. package/schemas/shell.v1.json +3 -1
  71. package/shells/chat-portal.json +1 -1
  72. package/shells/copilot-overlay.json +2 -2
  73. package/shells/minimal-header.json +1 -1
  74. package/shells/recipefork-top-nav.json +1 -1
  75. package/shells/three-column-browser.json +3 -3
  76. package/shells/top-nav-main.json +4 -4
  77. package/shells/workspace-aside.json +2 -2
  78. package/themes/auradecantism.json +3 -3
package/README.md CHANGED
@@ -51,6 +51,8 @@ pnpm --filter @decantr/content test
51
51
 
52
52
  This corpus is official reference material. It is not a public marketplace, account system, or styling runtime. Brownfield attach and contract-only adoption must work without content API access. Project-owned local law created by `decantr codify --from-audit` belongs in the consuming app under `.decantr/local-patterns.json` and `.decantr/rules.json`.
53
53
 
54
+ Some pattern and shell records retain `atoms` fields as 3.x compatibility hints for the explicit `@decantr/css` adapter. Contract-only and style-bridge workflows ignore those hints and translate semantic layout, interaction, and visual intent into the consuming project's own styling authority.
55
+
54
56
  `@decantr/registry`, `decantr registry ...`, and MCP `decantr_registry` remain compatibility names in Decantr 3.x. New docs and scripts should prefer `@decantr/content` and `decantr content ...`.
55
57
 
56
58
  ## License
@@ -5,7 +5,7 @@
5
5
  "version": "1.0.1",
6
6
  "decantr_compat": ">=2.0.0",
7
7
  "name": "Admin Moderation",
8
- "description": "Admin moderation queue for reviewing, approving, and rejecting community-submitted registry content.",
8
+ "description": "Admin moderation queue for reviewing, approving, and rejecting community-submitted catalog content.",
9
9
  "tags": [
10
10
  "admin",
11
11
  "moderation",
@@ -5,7 +5,7 @@
5
5
  "version": "1.0.0",
6
6
  "decantr_compat": ">=2.0.0",
7
7
  "name": "Content Editor",
8
- "description": "Content creation and editing interface for publishing patterns, themes, blueprints, and other registry items.",
8
+ "description": "Content creation and editing interface for maintaining patterns, themes, blueprints, and other catalog items.",
9
9
  "tags": [
10
10
  "editor",
11
11
  "content",
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "agent-marketplace",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "ai-copilot-shell",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "ai-native-crm",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "civic-platform",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["civic", "government", "community", "voting", "transparency", "2026"],
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "climate-dashboard",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["climate", "esg", "sustainability", "carbon", "csrd", "2026"],
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "content-studio",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,7 +8,7 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "featured",
10
10
  "maturity": "supported-contract",
11
- "rationale": "High-signal product composition that expands the registry beyond demos and remains valuable as a default discovery option.",
11
+ "rationale": "High-signal product composition that expands the corpus beyond demos and remains valuable as a default discovery option.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "creator-monetization-platform",
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "deal-room",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["pe", "ma", "deal-room", "due-diligence", "finance", "2026"],
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "ecommerce-admin",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "ecommerce",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "event-community-hub",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "financial-dashboard",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "fractional-ownership",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["fractional", "ownership", "rwa", "tokenization", "finance", "2026"],
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "health-wellness-portal",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "knowledge-base",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "legal-research",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["legal", "law", "research", "contracts", "matters", "2026"],
@@ -8,7 +8,7 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "featured",
10
10
  "maturity": "supported-contract",
11
- "rationale": "High-signal product composition that expands the registry beyond demos and remains valuable as a default discovery option.",
11
+ "rationale": "High-signal product composition that expands the corpus beyond demos and remains valuable as a default discovery option.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "multi-tenant-platform",
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "portfolio",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "product-landing",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["landing", "marketing", "conversion", "product", "saas", "2026"],
@@ -8,7 +8,7 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "featured",
10
10
  "maturity": "supported-contract",
11
- "rationale": "High-signal product composition that expands the registry beyond demos and remains valuable as a default discovery option.",
11
+ "rationale": "High-signal product composition that expands the corpus beyond demos and remains valuable as a default discovery option.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "property-management-portal",
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "recipefork",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -4,15 +4,16 @@
4
4
  "version": "1.0.0",
5
5
  "decantr_compat": ">=2.0.0",
6
6
  "name": "Registry Platform",
7
- "description": "Content registry with browsing, publishing, user management, team collaboration, and admin moderation. Dogfooded UI for the Decantr design intelligence platform.",
7
+ "description": "Generic content registry with browsing, publishing, user management, team collaboration, and admin moderation. Retained as a registry-domain composition, not as a Decantr product surface.",
8
8
  "blueprint_portfolio": {
9
- "visibility": "featured",
10
- "maturity": "certified-flagship",
11
- "rationale": "Flagship blueprint with a maintained showcase capsule, thumbnail asset, and smoke-green shortlist verification suitable for first-run discovery.",
9
+ "visibility": "hidden",
10
+ "maturity": "legacy-hidden",
11
+ "rationale": "Retained by slug as a generic registry-domain reference, but hidden from discovery because Decantr no longer operates a public registry product.",
12
+ "recommended_alternative": "content-studio",
12
13
  "artifact": {
13
- "status": "certified",
14
+ "status": "candidate",
14
15
  "showcase": "registry-platform",
15
- "notes": "Certified Artifact Contract V0: showcase capsule plus shortlist verification report are available in the Decantr monorepo."
16
+ "notes": "Historical showcase evidence remains available for compatibility; this blueprint is not a current Decantr product recommendation."
16
17
  }
17
18
  },
18
19
  "tags": [
@@ -38,7 +39,7 @@
38
39
  "mode": "dark",
39
40
  "shape": "pill"
40
41
  },
41
- "personality": "Vibrant design intelligence registry. Warm coral and amber accents on a rich dark canvas (or crisp warm-white in light mode). Content cards are the hero — outlined with colored type borders, hovering with purpose. Search is instant and faceted. Publishing feels like sharing art. The Decantr dogfood app built with its own system, proudly showing what the platform produces. Think Figma Community meets shadcn/ui registry.",
42
+ "personality": "Vibrant design asset registry. Warm coral and amber accents on a rich dark canvas (or crisp warm-white in light mode). Content cards are the hero — outlined with colored type borders, hovering with purpose. Search is instant and faceted. Publishing feels like sharing art. Treat this as a generic marketplace-style composition rather than a Decantr product surface. Think Figma Community meets a component catalog.",
42
43
  "voice": {
43
44
  "tone": "Welcoming and developer-friendly. Uses design-system terminology naturally. Celebrates community contributions.",
44
45
  "cta_verbs": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "research-lab",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": ["research", "lab", "science", "notebook", "experiments", "2026"],
@@ -8,7 +8,7 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "featured",
10
10
  "maturity": "supported-contract",
11
- "rationale": "High-signal product composition that expands the registry beyond demos and remains valuable as a default discovery option.",
11
+ "rationale": "High-signal product composition that expands the corpus beyond demos and remains valuable as a default discovery option.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "restaurant-ops",
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "saas-dashboard",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "swipecircle",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
@@ -155,7 +155,15 @@
155
155
  ],
156
156
  "features_remove": [],
157
157
  "pages": {},
158
- "pages_remove": []
158
+ "pages_remove": [
159
+ "register",
160
+ "forgot-password",
161
+ "reset-password",
162
+ "verify-email",
163
+ "mfa-setup",
164
+ "mfa-verify",
165
+ "phone-verify"
166
+ ]
159
167
  },
160
168
  "dependencies": {
161
169
  "archetypes": {
@@ -8,11 +8,11 @@
8
8
  "blueprint_portfolio": {
9
9
  "visibility": "public",
10
10
  "maturity": "supported-contract",
11
- "rationale": "Supported registry blueprint that remains useful in All without being promoted as a flagship default.",
11
+ "rationale": "Supported corpus blueprint that remains useful in All without being promoted as a flagship default.",
12
12
  "artifact": {
13
13
  "status": "candidate",
14
14
  "showcase": "two-sided-marketplace",
15
- "notes": "Showcase-backed candidate; certification requires artifact evidence beyond registry availability."
15
+ "notes": "Showcase-backed candidate; certification requires artifact evidence beyond corpus availability."
16
16
  }
17
17
  },
18
18
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/content",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Official Decantr content corpus for AI frontend governance contracts, context, examples, and validation",
5
5
  "keywords": [
6
6
  "decantr",
@@ -41,7 +41,7 @@
41
41
  "atoms": "_flex _col _gap2 _w[100%]",
42
42
  "slots": {
43
43
  "date-header": "Date group separator with _textsm _fgmuted _fontmedium",
44
- "feed-item": "Single activity row: _flex _row _gap3 _items[start]",
44
+ "feed-item": "Single activity row: _flex _row _gap3 _aifs",
45
45
  "avatar": "User Avatar with fallback initials",
46
46
  "content": "Action text with user name (_fontmedium) and description",
47
47
  "timestamp": "Relative time label with _textsm _fgmuted",
@@ -122,7 +122,7 @@
122
122
  "atoms": "_flex _col _gap2 _w[100%]",
123
123
  "slots": {
124
124
  "date-header": "Date group separator with _textsm _fgmuted _fontmedium",
125
- "feed-item": "Single activity row: _flex _row _gap3 _items[start]",
125
+ "feed-item": "Single activity row: _flex _row _gap3 _aifs",
126
126
  "avatar": "User Avatar with fallback initials",
127
127
  "content": "Action text with user name and description",
128
128
  "timestamp": "Relative time label",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "layout": {
39
39
  "layout": "grid",
40
- "atoms": "_grid _gap8 _items[center] _minh[88vh] _px6 _py10 _maxw[86rem] _mx[auto]",
40
+ "atoms": "_grid _gap8 _aic _minh[88vh] _px6 _py10 _maxw[86rem] _mx[auto]",
41
41
  "slots": {
42
42
  "marquee": "Oversized product-launch headline. Name the literal product, kit, drop, or category in the first viewport.",
43
43
  "supporting-copy": "Specific campaign promise with what exists now, what support unlocks, and why the launch matters.",
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "layout": {
62
62
  "layout": "grid",
63
- "atoms": "_grid _gap8 _items[center] _minh[92vh] _px6 _py10 _maxw[82rem] _mx[auto]",
63
+ "atoms": "_grid _gap8 _aic _minh[92vh] _px6 _py10 _maxw[82rem] _mx[auto]",
64
64
  "slots": {
65
65
  "marquee": "Oversized campaign title band. Literal product or offer name, not an eyebrow-only brand mention.",
66
66
  "supporting-copy": "Short launch promise, 2-3 lines max, with one concrete product outcome.",
@@ -81,7 +81,7 @@
81
81
  ],
82
82
  "layout": {
83
83
  "layout": "grid",
84
- "atoms": "_grid _gap7 _items[center] _minh[84vh] _px6 _py12 _maxw[78rem] _mx[auto]",
84
+ "atoms": "_grid _gap7 _aic _minh[84vh] _px6 _py12 _maxw[78rem] _mx[auto]",
85
85
  "slots": {
86
86
  "drop-label": "Small issue/date label, styled like a catalog sticker.",
87
87
  "headline": "Large product-drop headline.",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "default_layout": {
96
96
  "layout": "grid",
97
- "atoms": "_grid _gap8 _items[center] _minh[92vh] _px6 _py10 _maxw[82rem] _mx[auto]",
97
+ "atoms": "_grid _gap8 _aic _minh[92vh] _px6 _py10 _maxw[82rem] _mx[auto]",
98
98
  "slots": {
99
99
  "marquee": "Pixel-style product launch title",
100
100
  "supporting-copy": "Campaign promise and launch context",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "layout": {
52
52
  "layout": "row",
53
- "atoms": "_flex _row _gap4 _overflow[auto]",
53
+ "atoms": "_flex _row _gap4 _overauto",
54
54
  "slots": {
55
55
  "chart-card": "Horizontally scrollable Card with chart placeholder",
56
56
  "chart-title": "Chart title with _textsm _fontmedium",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "layout": {
38
38
  "layout": "stack",
39
- "atoms": "_flex _col _hfull _overflow[hidden]",
39
+ "atoms": "_flex _col _hfull _overhidden",
40
40
  "slots": {
41
41
  "messages": "Scrollable message list",
42
42
  "typing-indicator": "AI is thinking... indicator",
@@ -54,7 +54,7 @@
54
54
  ],
55
55
  "layout": {
56
56
  "layout": "stack",
57
- "atoms": "_flex _col _hfull _overflow[hidden]",
57
+ "atoms": "_flex _col _hfull _overhidden",
58
58
  "slots": {
59
59
  "branch-indicator": "Visual marker showing conversation branch point",
60
60
  "messages": "Scrollable message list",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "default_layout": {
67
67
  "layout": "stack",
68
- "atoms": "_flex _col _hfull _overflow[hidden]",
68
+ "atoms": "_flex _col _hfull _overhidden",
69
69
  "slots": {
70
70
  "messages": "Scrollable message list with ChatMessage components",
71
71
  "typing-indicator": "AI is thinking... animated indicator",
@@ -4,7 +4,7 @@
4
4
  "version": "1.3.0",
5
5
  "decantr_compat": ">=2.0.0",
6
6
  "name": "Content Card Grid",
7
- "description": "Responsive grid of registry content cards with optional thumbnail media, strong type identity, builder-friendly descriptions, and a clean source/version/date footer. Used for browsing patterns, themes, blueprints, archetypes, and shells. This pattern owns the card grid, not outer section spacing.",
7
+ "description": "Responsive grid of official content cards with optional thumbnail media, strong type identity, builder-friendly descriptions, and a clean source/version/date footer. Used for browsing patterns, themes, blueprints, archetypes, and shells. This pattern owns the card grid, not outer section spacing.",
8
8
  "dependencies": {
9
9
  "patterns": {
10
10
  "namespace-badge": "^1.0.0"
@@ -33,7 +33,7 @@
33
33
  "default_preset": "standard",
34
34
  "presets": {
35
35
  "standard": {
36
- "description": "Registry content cards with optional 16:9 media, one type chip, a 3-line description, and a clean source/version/date footer. Grid: 1/2/3 cols at sm/md/lg.",
36
+ "description": "Content corpus cards with optional 16:9 media, one type chip, a 3-line description, and a clean source/version/date footer. Grid: 1/2/3 cols at sm/md/lg.",
37
37
  "components": [
38
38
  "Card",
39
39
  "CardHeader",
@@ -47,7 +47,7 @@
47
47
  "description": "Concise description explaining what the item does and why it matters",
48
48
  "meta-row": "Human-readable source line, publish date, and tightly scoped supporting metadata",
49
49
  "quick-start-panel": "Action-first quick-start surface with a primary command, a secondary inspect action, and a short 'what to do next' note",
50
- "trust-strip": "Compact row of trust summary cards for registry intelligence and showcase verification",
50
+ "trust-strip": "Compact row of trust summary cards for content provenance and showcase verification",
51
51
  "action-group": "Type-aware CTA buttons such as Start from blueprint, Copy reference, Inspect JSON, or Open showcase"
52
52
  }
53
53
  }
@@ -81,7 +81,7 @@
81
81
  "description": "Content description",
82
82
  "meta-row": "Friendly source line, date, and concise supporting metadata",
83
83
  "quick-start-panel": "Action-first quick-start guidance with primary and secondary commands",
84
- "trust-strip": "Registry intelligence and showcase verification summaries",
84
+ "trust-strip": "Content provenance and showcase verification summaries",
85
85
  "action-group": "Primary and supporting actions"
86
86
  }
87
87
  },