synthesisui 0.1.20 → 0.1.21

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.
@@ -82,6 +82,15 @@ export async function use(slug, intent, opts) {
82
82
  : '- Make sure `tokens.css` is imported in the global CSS (see the GUIDE\'s "How to apply").',
83
83
  "- Wire the behavior yourself (open/close, focus, routing) - the system ships the looks, not the JS.",
84
84
  "",
85
+ "Composition (make it look composed, not just correct):",
86
+ config.target === "next"
87
+ ? "- Cap page content with a max-width container and center it - this DS ships `max-w-app` for " +
88
+ "dashboards/wide UI and `max-w-prose` for text columns. Don't stretch content edge-to-edge."
89
+ : "- Cap page content with a max-width container and center it (don't stretch edge-to-edge): a " +
90
+ "wide width for dashboards, a ~70ch column for text.",
91
+ "- Give the page a complete, intentional layout: clear vertical rhythm, sensible density and " +
92
+ "grouped sections. Never leave a single thin row floating on an empty screen.",
93
+ "",
85
94
  "Deliver senior-level, production-quality code: clean structure, accessible (ARIA + keyboard), and responsive.",
86
95
  ].join("\n");
87
96
  // Framing lines go to stderr so `synthesisui use … | pbcopy` copies only the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synthesisui",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Traz design systems do SynthesisUI para qualquer projeto (materializa em _local/ds/).",
5
5
  "type": "module",
6
6
  "bin": {