opus-react 0.6.27 → 0.6.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/CHANGELOG.md +16 -0
- package/dist/index.cjs +190 -187
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +190 -187
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25716,6 +25716,10 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25716
25716
|
white-space: pre-wrap;
|
|
25717
25717
|
}
|
|
25718
25718
|
|
|
25719
|
+
.opus_709yhz_prose, .opus_709yhz_proseBlock {
|
|
25720
|
+
display: grid;
|
|
25721
|
+
}
|
|
25722
|
+
|
|
25719
25723
|
.opus_709yhz_codeBlock {
|
|
25720
25724
|
margin: 0;
|
|
25721
25725
|
}
|