opus-react 0.2.3 → 0.2.4
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 +1720 -1287
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +7 -7
- package/dist/index.js +1627 -1139
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -1409,16 +1409,16 @@
|
|
|
1409
1409
|
--dialog-icon-fg: #ffffff;
|
|
1410
1410
|
--dialog-title: #1e40af;
|
|
1411
1411
|
}
|
|
1412
|
-
|
|
1412
|
+
[data-theme=dark] .dialog[data-status=error] {
|
|
1413
1413
|
--dialog-title: #fecaca;
|
|
1414
1414
|
}
|
|
1415
|
-
|
|
1415
|
+
[data-theme=dark] .dialog[data-status=success] {
|
|
1416
1416
|
--dialog-title: #bbf7d0;
|
|
1417
1417
|
}
|
|
1418
|
-
|
|
1418
|
+
[data-theme=dark] .dialog[data-status=warning] {
|
|
1419
1419
|
--dialog-title: #fde68a;
|
|
1420
1420
|
}
|
|
1421
|
-
|
|
1421
|
+
[data-theme=dark] .dialog[data-status=info] {
|
|
1422
1422
|
--dialog-title: #bfdbfe;
|
|
1423
1423
|
}
|
|
1424
1424
|
.icon {
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
box-shadow: var(--opus-shadow);
|
|
4476
4476
|
overflow: hidden;
|
|
4477
4477
|
}
|
|
4478
|
-
|
|
4478
|
+
[data-theme=light] .frame {
|
|
4479
4479
|
--grid-header-glass: rgba(252, 253, 255, 0.4);
|
|
4480
4480
|
--grid-header-glass-border: rgba(126, 103, 255, 0.24);
|
|
4481
4481
|
}
|
|
@@ -6093,10 +6093,10 @@
|
|
|
6093
6093
|
.staticThumbnail {
|
|
6094
6094
|
display: inline-block;
|
|
6095
6095
|
}
|
|
6096
|
-
.content
|
|
6096
|
+
.content figure {
|
|
6097
6097
|
pointer-events: none;
|
|
6098
6098
|
}
|
|
6099
|
-
.staticThumbnail .content
|
|
6099
|
+
.staticThumbnail .content figure {
|
|
6100
6100
|
pointer-events: auto;
|
|
6101
6101
|
}
|
|
6102
6102
|
|