@floless/app 0.24.0 → 0.24.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.
@@ -52755,7 +52755,7 @@ function appVersion() {
52755
52755
  return resolveVersion({
52756
52756
  isSea: isSea2(),
52757
52757
  sqVersionXml: readSqVersionXml(),
52758
- define: true ? "0.24.0" : void 0,
52758
+ define: true ? "0.24.1" : void 0,
52759
52759
  pkgVersion: readPkgVersion()
52760
52760
  });
52761
52761
  }
@@ -52765,7 +52765,7 @@ function resolveChannel(s) {
52765
52765
  return "dev";
52766
52766
  }
52767
52767
  function appChannel() {
52768
- return resolveChannel({ isSea: isSea2(), define: true ? "0.24.0" : void 0 });
52768
+ return resolveChannel({ isSea: isSea2(), define: true ? "0.24.1" : void 0 });
52769
52769
  }
52770
52770
 
52771
52771
  // oauth-presets.ts
package/dist/web/app.css CHANGED
@@ -2518,7 +2518,7 @@ body {
2518
2518
 
2519
2519
  /* ===== Tweak modal: screenshot attach ===== */
2520
2520
  .fm-file-input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
2521
- .fm-drop { position: relative; display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px; border: 1px dashed var(--border-strong); border-radius: 4px; background: var(--surface-2); color: var(--text-dim); font-size: 11px; text-align: center; line-height: 1.45; cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s; }
2521
+ .fm-drop { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 52px; padding: 12px; border: 1px dashed var(--border-strong); border-radius: 4px; background: var(--surface-2); color: var(--text-dim); font-size: 11px; text-align: center; line-height: 1.45; cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s; }
2522
2522
  .fm-drop:hover, .fm-drop:focus-visible, .fm-drop.drag-over { border-color: var(--accent-dim); background: var(--accent-soft); color: var(--text-muted); outline: 2px solid var(--accent); outline-offset: 2px; }
2523
2523
  .fm-thumbs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
2524
2524
  .fm-thumbs[hidden] { display: none; }
package/dist/web/aware.js CHANGED
@@ -1628,7 +1628,7 @@
1628
1628
  const has = st.mode !== 'empty';
1629
1629
  drop.classList.toggle('has-file', has);
1630
1630
  if (!has) {
1631
- drop.innerHTML = `Paste (Ctrl+V) or click to attach<span class="fm-drop-hint">${escapeHtml(hint)}</span>`;
1631
+ drop.innerHTML = `<span class="fm-drop-main">Paste (Ctrl+V) or click to attach</span><span class="fm-drop-hint">${escapeHtml(hint)}</span>`;
1632
1632
  return;
1633
1633
  }
1634
1634
  const glyph = st.ext === 'pdf' ? 'pdf' : 'img';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floless/app",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "type": "module",
5
5
  "description": "Thin localhost host for floless.app — serves web/ and shells the aware CLI. No engine, no LLM.",
6
6
  "bin": {