@yemi33/minions 0.1.1873 → 0.1.1874

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1874 (2026-05-11)
4
+
5
+ ### Fixes
6
+ - add horizontal margin to inline page toast
7
+
3
8
  ## 0.1.1873 (2026-05-11)
4
9
 
5
10
  ### Other
package/dashboard.js CHANGED
@@ -837,7 +837,7 @@ function buildDashboardHtml() {
837
837
  // the top — showToast('cmd-toast', …) auto-routes here when a page is active,
838
838
  // so feedback lands near the action instead of the floating top-right toast.
839
839
  const pages = ['home', 'work', 'prs', 'plans', 'inbox', 'tools', 'schedule', 'watches', 'pipelines', 'meetings', 'engine'];
840
- const pageToast = ' <div class="cmd-toast cmd-toast-inline page-toast" style="margin:6px 0"></div>\n';
840
+ const pageToast = ' <div class="cmd-toast cmd-toast-inline page-toast" style="margin:6px 16px"></div>\n';
841
841
  let pageHtml = '';
842
842
  for (const p of pages) {
843
843
  const content = safeRead(path.join(dashDir, 'pages', p + '.html'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1873",
3
+ "version": "0.1.1874",
4
4
  "description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
5
5
  "bin": {
6
6
  "minions": "bin/minions.js"