@dickpy/dsh-imagegen 1.5.6 → 1.5.7

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.
@@ -1763,6 +1763,13 @@ html[data-dsh-imagegen-chat-collapsed] [data-dsh-imagegen-chat-resizer] {
1763
1763
  font-variant-numeric: tabular-nums;
1764
1764
  }
1765
1765
 
1766
+ /* Over the model's documented prompt limit: red + bold so the locked generate
1767
+ button is self-explanatory (the tooltip repeats the exact limit). */
1768
+ .promptCount[data-over] {
1769
+ color: var(--dsw-alias-status-danger, #e5484d);
1770
+ font-weight: 600;
1771
+ }
1772
+
1766
1773
  /* --- parameter groups ----------------------------------------------------------- */
1767
1774
 
1768
1775
  .paramGroup {