@lumen-stack/react 0.7.1 → 0.8.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.
package/dist/styles.css CHANGED
@@ -967,8 +967,22 @@ textarea.lumen-input { resize: vertical; min-height: 76px; }
967
967
  border-radius: 2px;
968
968
  background: #fff;
969
969
  }
970
+ /* Transient provider phases (starting / processing): a compact status pill. */
971
+ .lumen-rec-hud-pending {
972
+ padding-left: 12px;
973
+ }
974
+ .lumen-rec-hud-spinner {
975
+ display: inline-block;
976
+ width: 13px;
977
+ height: 13px;
978
+ border: 2px solid var(--lumen-border-strong);
979
+ border-top-color: var(--lumen-danger);
980
+ border-radius: 999px;
981
+ animation: lumen-spin 700ms linear infinite;
982
+ }
970
983
  @media (prefers-reduced-motion: reduce) {
971
984
  .lumen-rec-hud-dot { animation: none; }
985
+ .lumen-rec-hud-spinner { animation: none; }
972
986
  }
973
987
 
974
988
  .lumen-audio-preview {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumen-stack/react",
3
- "version": "0.7.1",
3
+ "version": "0.8.1",
4
4
  "description": "React SDK for Lumen — screenshot capture, annotation, and feedback widget.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -39,7 +39,7 @@
39
39
  "react-dom": ">=18"
40
40
  },
41
41
  "dependencies": {
42
- "@lumen-stack/core": "^0.6.0",
42
+ "@lumen-stack/core": "^0.8.0",
43
43
  "html2canvas-pro": "^1.5.8",
44
44
  "sonner": "^1.7.1"
45
45
  },