opus-react 0.6.28 → 0.6.30
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 +16 -0
- package/dist/index.cjs +181 -181
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +181 -181
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25724,8 +25724,8 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25724
25724
|
margin: 0;
|
|
25725
25725
|
}
|
|
25726
25726
|
|
|
25727
|
-
.opus_709yhz_text + .opus_709yhz_codeBlock {
|
|
25728
|
-
margin-top:
|
|
25727
|
+
.opus_709yhz_text + .opus_709yhz_codeBlock, .opus_709yhz_codeBlock + .opus_709yhz_text {
|
|
25728
|
+
margin-top: 24px;
|
|
25729
25729
|
}
|
|
25730
25730
|
|
|
25731
25731
|
.opus_709yhz_group[data-alignment="right"] .ShowMore_toggle, .opus_709yhz_group[data-alignment="right"] button {
|