opus-react 0.2.27 → 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.cjs +175 -110
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +17 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +175 -110
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11123,7 +11123,9 @@
|
|
|
11123
11123
|
.opus_vApy-v_list[data-variant="avatar"] .opus_vApy-v_line, .opus_vApy-v_item[data-variant="avatar"] .opus_vApy-v_line {
|
|
11124
11124
|
background: color-mix(in srgb, var(--dashboard-section-text, var(--opus-border)) 14%, transparent);
|
|
11125
11125
|
width: 1px;
|
|
11126
|
+
min-height: 12px;
|
|
11126
11127
|
margin-top: 8px;
|
|
11128
|
+
margin-bottom: 6px;
|
|
11127
11129
|
}
|
|
11128
11130
|
|
|
11129
11131
|
.opus_vApy-v_body {
|
|
@@ -11131,6 +11133,11 @@
|
|
|
11131
11133
|
padding-bottom: 22px;
|
|
11132
11134
|
}
|
|
11133
11135
|
|
|
11136
|
+
.opus_vApy-v_list[data-variant="avatar"] .opus_vApy-v_body, .opus_vApy-v_item[data-variant="avatar"] .opus_vApy-v_body {
|
|
11137
|
+
padding-top: 5px;
|
|
11138
|
+
padding-bottom: 18px;
|
|
11139
|
+
}
|
|
11140
|
+
|
|
11134
11141
|
.opus_vApy-v_item:last-child .opus_vApy-v_body {
|
|
11135
11142
|
padding-bottom: 0;
|
|
11136
11143
|
}
|
|
@@ -11468,7 +11475,7 @@
|
|
|
11468
11475
|
max-width: none;
|
|
11469
11476
|
}
|
|
11470
11477
|
|
|
11471
|
-
[data-theme="light"] .opus_myuwZ6_container {
|
|
11478
|
+
[data-preview-root][data-theme="light"] .opus_myuwZ6_container, [data-theme="light"] .opus_myuwZ6_container {
|
|
11472
11479
|
--dashboard-section-bg: #f8fbff;
|
|
11473
11480
|
--dashboard-section-border: #60a5fa47;
|
|
11474
11481
|
--dashboard-section-text: #0f172a;
|
|
@@ -11477,6 +11484,15 @@
|
|
|
11477
11484
|
box-shadow: inset 0 1px #ffffffe6, 0 8px 20px #0284c71a;
|
|
11478
11485
|
}
|
|
11479
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
|
+
|
|
11480
11496
|
.opus_myuwZ6_title {
|
|
11481
11497
|
color: var(--dashboard-section-text);
|
|
11482
11498
|
letter-spacing: -.01em;
|