st-comp 0.0.258 → 0.0.259
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/es/VarietyAiHelper.cjs +2 -2
- package/es/VarietyAiHelper.js +2 -2
- package/es/style.css +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +2 -2
- package/lib/{index-e3868724.js → index-57609953.js} +3 -3
- package/lib/{python-453b6f04.js → python-6f1ca3f1.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/VarietyAiHelper/index.vue +2 -6
package/package.json
CHANGED
|
@@ -672,19 +672,15 @@ defineExpose({
|
|
|
672
672
|
.message-content {
|
|
673
673
|
align-items: flex-start;
|
|
674
674
|
.message-text {
|
|
675
|
-
background: white;
|
|
676
|
-
color: #2c3e50;
|
|
677
675
|
border-radius: 18px 18px 18px 4px;
|
|
678
676
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
|
679
|
-
border: 1px solid rgba(102, 126, 234,
|
|
677
|
+
border: 1px solid rgba(102, 126, 234, .3);
|
|
680
678
|
}
|
|
681
679
|
.message-json {
|
|
682
680
|
width: 100%;
|
|
683
|
-
background: white;
|
|
684
|
-
color: #2c3e50;
|
|
685
681
|
border-radius: 18px 18px 18px 4px;
|
|
686
682
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
|
687
|
-
border: 1px solid rgba(102, 126, 234,
|
|
683
|
+
border: 1px solid rgba(102, 126, 234, .3);
|
|
688
684
|
:deep(.parsed-conditions) {
|
|
689
685
|
margin-top: 10px;
|
|
690
686
|
.parsed-conditions-item {
|