@lumen-stack/react 0.9.2 → 0.9.3

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/dist/styles.css CHANGED
@@ -910,6 +910,10 @@ textarea.lumen-input { resize: vertical; min-height: 76px; }
910
910
  padding: 16px;
911
911
  }
912
912
  .lumen-record-unavailable strong { color: var(--lumen-fg); }
913
+ .lumen-record-upload {
914
+ align-self: center;
915
+ min-width: 180px;
916
+ }
913
917
 
914
918
  /* ─── Floating recording HUD (persists while the sheet is closed) ─────── */
915
919
  .lumen-rec-hud {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumen-stack/react",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "React SDK for Lumen — screenshot capture, annotation, and feedback widget.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {