@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
@@ -125,7 +125,7 @@
125
125
  "flex": "1",
126
126
  "direction": "column",
127
127
  "overflow": "hidden",
128
- "atoms": "_flex _col _overflow[hidden]",
128
+ "atoms": "_flex _col _overhidden",
129
129
  "messages": {
130
130
  "flex": "1",
131
131
  "overflow_y": "auto",
@@ -86,7 +86,7 @@
86
86
  "flex": "1",
87
87
  "overflow_y": "auto",
88
88
  "padding": "1.5rem",
89
- "atoms": "_flex1 _overflow[auto] _p6",
89
+ "atoms": "_flex1 _overauto _p6",
90
90
  "note": "Main application content area. Scrollable. When copilot mode is 'push', body width shrinks to accommodate panel."
91
91
  },
92
92
  "copilot": {
@@ -100,7 +100,7 @@
100
100
  "background": "var(--d-surface-raised)",
101
101
  "overflow_y": "auto",
102
102
  "padding": "1rem",
103
- "atoms": "_flex _col _borderL _bgraised _overflow[auto] _p4",
103
+ "atoms": "_flex _col _borderL _bgraised _overauto _p4",
104
104
  "header": {
105
105
  "display": "flex",
106
106
  "align": "center",
@@ -78,7 +78,7 @@
78
78
  "align": "center",
79
79
  "overflow_y": "auto",
80
80
  "padding": "2rem 0",
81
- "atoms": "_flex _col _aic _overflow[auto] _flex1 _py8",
81
+ "atoms": "_flex _col _aic _overauto _flex1 _py8",
82
82
  "content_wrapper": {
83
83
  "width": "720px",
84
84
  "max_width": "100%",
@@ -67,7 +67,7 @@
67
67
  "flex": "1",
68
68
  "overflow_y": "auto",
69
69
  "padding": "0",
70
- "atoms": "_flex1 _overflow[auto]",
70
+ "atoms": "_flex1 _overauto",
71
71
  "note": "Individual pages own their spacing. Preserve the wide, app-like content region used by feed, recipe detail, profile, and authoring pages."
72
72
  }
73
73
  }
@@ -106,7 +106,7 @@
106
106
  "background": "var(--d-surface)",
107
107
  "overflow_y": "auto",
108
108
  "padding": "0.5rem",
109
- "atoms": "_flex _col _borderR _bgmuted _overflow[auto] _p2",
109
+ "atoms": "_flex _col _borderR _bgmuted _overauto _p2",
110
110
  "header": {
111
111
  "display": "flex",
112
112
  "align": "center",
@@ -137,7 +137,7 @@
137
137
  "direction": "column",
138
138
  "border": "right",
139
139
  "overflow_y": "auto",
140
- "atoms": "_flex _col _borderR _overflow[auto]",
140
+ "atoms": "_flex _col _borderR _overauto",
141
141
  "header": {
142
142
  "display": "flex",
143
143
  "align": "center",
@@ -163,7 +163,7 @@
163
163
  "overflow_y": "auto",
164
164
  "padding": "1.5rem",
165
165
  "background": "var(--d-bg)",
166
- "atoms": "_flex _col _flex1 _overflow[auto] _p6",
166
+ "atoms": "_flex _col _flex1 _overauto _p6",
167
167
  "header": {
168
168
  "display": "flex",
169
169
  "align": "center",
@@ -3,7 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "decantr_compat": ">=2.0.0",
5
5
  "name": "Top Nav + Main",
6
- "description": "Horizontal navigation shell with a compact sticky header, shared content insets, and a curated page-width rhythm. Used by public browsing, editorial catalog pages, and marketing-style registry surfaces.",
6
+ "description": "Horizontal navigation shell with a compact sticky header, shared content insets, and a curated page-width rhythm. Used by public browsing, editorial catalog pages, and content reference surfaces.",
7
7
  "layout": "stack",
8
8
  "atoms": "_flex _col _h[100vh]",
9
9
  "config": {
@@ -84,14 +84,14 @@
84
84
  "gap": "1rem",
85
85
  "overflow_y": "auto",
86
86
  "padding": "clamp(1rem, 2vw, 1.5rem)",
87
- "atoms": "_flex _col _gap4 _p6 _overflow[auto] _flex1",
88
- "note": "Scrollable content area below the nav bar. Public registry pages should use a consistent page max-width rhythm inside this region instead of page-local guesses. When multiple editorial sections are stacked in the public registry shell, the shell owns inter-section spacing; do not stack shell gap on top of full default d-section padding."
87
+ "atoms": "_flex _col _gap4 _p6 _overauto _flex1",
88
+ "note": "Scrollable content area below the nav bar. Public catalog pages should use a consistent page max-width rhythm inside this region instead of page-local guesses. When multiple editorial sections are stacked in this shell, the shell owns inter-section spacing; do not stack shell gap on top of full default d-section padding."
89
89
  }
90
90
  },
91
91
  "guidance": {
92
92
  "section_label_treatment": "d-label",
93
93
  "section_density": "comfortable",
94
- "shell_spacing": "Header, body, and footer share the same horizontal inset rhythm. Public pages should feel like one shell system, not separate handcrafted blocks. Editorial registry surfaces should use a compact shell-owned section rhythm rather than layering shell gap, d-section padding, and sibling section margins all at once.",
94
+ "shell_spacing": "Header, body, and footer share the same horizontal inset rhythm. Public pages should feel like one shell system, not separate handcrafted blocks. Editorial content surfaces should use a compact shell-owned section rhythm rather than layering shell gap, d-section padding, and sibling section margins all at once.",
95
95
  "mobile_nav": "Below md, preserve brand + essential actions first and collapse or hide secondary links rather than squeezing the whole nav row.",
96
96
  "hotkeys": "When navigation hotkeys are declared in the essence, implement them as keyboard shortcuts or command-palette affordances. Do not append hotkey text to the persistent top navigation unless the route contract explicitly asks for visible shortcut hints."
97
97
  },
@@ -140,7 +140,7 @@
140
140
  "direction": "column",
141
141
  "overflow_y": "auto",
142
142
  "padding": "2rem",
143
- "atoms": "_flex _col _overflow[auto] _p8",
143
+ "atoms": "_flex _col _overauto _p8",
144
144
  "note": "Document editor area. Scrollable. Editor mode enabled."
145
145
  },
146
146
  "aside": {
@@ -150,7 +150,7 @@
150
150
  "direction": "column",
151
151
  "border": "left",
152
152
  "background": "var(--d-bg)",
153
- "atoms": "_flex _col _borderL _bgbg _overflow[auto]",
153
+ "atoms": "_flex _col _borderL _bgbg _overauto",
154
154
  "header": {
155
155
  "display": "flex",
156
156
  "align": "center",
@@ -192,7 +192,7 @@
192
192
  "table": {
193
193
  "wraps": "DataTable",
194
194
  "description": "DataTable with glass wrapper and subtle border.",
195
- "example": "const { div, span } = tags;\ndiv({ class: css('d-glass _r4 _overflow[hidden]') },\n div({ class: css('_flex _aic _jcsb _px4 _py3 _borderB') },\n span({ class: css('_heading5') }, 'Transactions'),\n span({ class: css('_textsm _fgmuted') }, '248 records')\n ),\n DataTable({ columns, data, sortable: true, paginate: true })\n)"
195
+ "example": "const { div, span } = tags;\ndiv({ class: css('d-glass _r4 _overhidden') },\n div({ class: css('_flex _aic _jcsb _px4 _py3 _borderB') },\n span({ class: css('_heading5') }, 'Transactions'),\n span({ class: css('_textsm _fgmuted') }, '248 records')\n ),\n DataTable({ columns, data, sortable: true, paginate: true })\n)"
196
196
  },
197
197
  "form": {
198
198
  "description": "Form in a glass card with gradient submit button.",
@@ -204,7 +204,7 @@
204
204
  },
205
205
  "layout": {
206
206
  "description": "Full page layout with mesh background, glass sidebar, and content area.",
207
- "example": "const { div, main, header, span } = tags;\ndiv({ class: css('d-mesh _grid _h[100vh]'), style: 'grid-template-columns:240px 1fr' },\n // glass sidebar\n // ...,\n div({ class: css('_flex _col _overflow[hidden]') },\n header({ class: css('_flex _aic _jcsb _px6 _py3 _borderB d-glass') },\n span({ class: css('_heading4') }, 'Dashboard')\n ),\n main({ class: css('_flex _col _gap4 _p6 _overflow[auto]') },\n // page content\n )\n )\n)"
207
+ "example": "const { div, main, header, span } = tags;\ndiv({ class: css('d-mesh _grid _h[100vh]'), style: 'grid-template-columns:240px 1fr' },\n // glass sidebar\n // ...,\n div({ class: css('_flex _col _overhidden') },\n header({ class: css('_flex _aic _jcsb _px6 _py3 _borderB d-glass') },\n span({ class: css('_heading4') }, 'Dashboard')\n ),\n main({ class: css('_flex _col _gap4 _p6 _overauto') },\n // page content\n )\n )\n)"
208
208
  },
209
209
  "alert": {
210
210
  "wraps": "Alert",
@@ -219,7 +219,7 @@
219
219
  "chart": {
220
220
  "wraps": "Chart",
221
221
  "description": "Chart in glass panel with gradient title.",
222
- "example": "const { div, span } = tags;\ndiv({ class: css('d-glass _r4 _overflow[hidden]') },\n div({ class: css('_flex _aic _jcsb _px4 _py3 _borderB') },\n span({ class: css('d-gradient-text _bold') }, 'Revenue Trend'),\n span({ class: css('_textxs _fgmuted') }, 'Last 30 days')\n ),\n Chart({ type: 'area', data: revenueData, x: 'date', y: 'amount', height: 300 })\n)"
222
+ "example": "const { div, span } = tags;\ndiv({ class: css('d-glass _r4 _overhidden') },\n div({ class: css('_flex _aic _jcsb _px4 _py3 _borderB') },\n span({ class: css('d-gradient-text _bold') }, 'Revenue Trend'),\n span({ class: css('_textxs _fgmuted') }, 'Last 30 days')\n ),\n Chart({ type: 'area', data: revenueData, x: 'date', y: 'amount', height: 300 })\n)"
223
223
  }
224
224
  },
225
225
  "radius": {