opus-react 0.6.22 → 0.6.23
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 +6 -0
- package/dist/index.cjs +186 -186
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +186 -186
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25469,8 +25469,7 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25469
25469
|
}
|
|
25470
25470
|
|
|
25471
25471
|
.opus_709yhz_group[data-alignment="right"] .opus_709yhz_message[data-position="first"] .opus_709yhz_bubble {
|
|
25472
|
-
border-
|
|
25473
|
-
border-bottom-left-radius: 16px;
|
|
25472
|
+
border-radius: 16px 16px 5px;
|
|
25474
25473
|
}
|
|
25475
25474
|
|
|
25476
25475
|
.opus_709yhz_group[data-alignment="right"] .opus_709yhz_message[data-position="middle"] .opus_709yhz_bubble {
|
|
@@ -25478,8 +25477,7 @@ button.opus_H9TUGj_root:hover, button.opus_H9TUGj_root:focus-visible {
|
|
|
25478
25477
|
}
|
|
25479
25478
|
|
|
25480
25479
|
.opus_709yhz_group[data-alignment="right"] .opus_709yhz_message[data-position="last"] .opus_709yhz_bubble {
|
|
25481
|
-
border-
|
|
25482
|
-
border-top-right-radius: 5px;
|
|
25480
|
+
border-radius: 16px 5px 16px 16px;
|
|
25483
25481
|
}
|
|
25484
25482
|
|
|
25485
25483
|
.opus_709yhz_time {
|