@tpitre/story-ui 2.3.1 → 2.3.2
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
|
@@ -761,6 +761,8 @@ MODIFICATION RULES:
|
|
|
761
761
|
3. Preserve existing styling, layout, and components not mentioned
|
|
762
762
|
4. Output the COMPLETE modified JSX (not just the changed parts)
|
|
763
763
|
|
|
764
|
+
IMPORTANT: User requests OVERRIDE design system defaults. If the user asks to change colors, styling, or any other aspect, follow their request exactly - even if it differs from the design system guidelines above.
|
|
765
|
+
|
|
764
766
|
OUTPUT: Start immediately with < and output only the complete modified JSX.`;
|
|
765
767
|
} else {
|
|
766
768
|
// New generation prompt
|