opus-react 0.2.28 → 0.2.29

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/index.css CHANGED
@@ -11475,7 +11475,7 @@
11475
11475
  max-width: none;
11476
11476
  }
11477
11477
 
11478
- [data-theme="light"] .opus_myuwZ6_container {
11478
+ [data-preview-root][data-theme="light"] .opus_myuwZ6_container, [data-theme="light"] .opus_myuwZ6_container {
11479
11479
  --dashboard-section-bg: #f8fbff;
11480
11480
  --dashboard-section-border: #60a5fa47;
11481
11481
  --dashboard-section-text: #0f172a;
@@ -11484,6 +11484,15 @@
11484
11484
  box-shadow: inset 0 1px #ffffffe6, 0 8px 20px #0284c71a;
11485
11485
  }
11486
11486
 
11487
+ [data-preview-root][data-theme="dark"] .opus_myuwZ6_container {
11488
+ --dashboard-section-bg: #070d18;
11489
+ --dashboard-section-border: #60a5fa33;
11490
+ --dashboard-section-text: #f8fafc;
11491
+ --dashboard-section-muted: #f8fafc8f;
11492
+ --dashboard-section-panel: #11192c;
11493
+ box-shadow: inset 0 1px #ffffff0f, 0 12px 28px #020617ad;
11494
+ }
11495
+
11487
11496
  .opus_myuwZ6_title {
11488
11497
  color: var(--dashboard-section-text);
11489
11498
  letter-spacing: -.01em;