opus-react 0.6.30 → 0.6.32
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/CHANGELOG.md +17 -0
- package/dist/index.cjs +186 -182
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +9 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +12 -4
- package/dist/index.d.ts +12 -4
- package/dist/index.js +186 -182
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25538,7 +25538,7 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25538
25538
|
border: 1px solid #ffffff1f;
|
|
25539
25539
|
border-radius: 9px;
|
|
25540
25540
|
margin: 0;
|
|
25541
|
-
padding:
|
|
25541
|
+
padding: 40px 12px 11px;
|
|
25542
25542
|
font: 500 .8rem / 1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
|
25543
25543
|
position: relative;
|
|
25544
25544
|
overflow: auto;
|
|
@@ -25550,8 +25550,14 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25550
25550
|
letter-spacing: .06em;
|
|
25551
25551
|
font: 600 .64rem / 1 ui-monospace, monospace;
|
|
25552
25552
|
position: absolute;
|
|
25553
|
-
top:
|
|
25554
|
-
right:
|
|
25553
|
+
top: 12px;
|
|
25554
|
+
right: 36px;
|
|
25555
|
+
}
|
|
25556
|
+
|
|
25557
|
+
.opus_nFPk0C_copy {
|
|
25558
|
+
position: absolute;
|
|
25559
|
+
top: 4px;
|
|
25560
|
+
right: 4px;
|
|
25555
25561
|
}
|
|
25556
25562
|
|
|
25557
25563
|
.opus_nFPk0C_comment {
|