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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.258",
4
+ "version": "0.0.259",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -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, 0.1);
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, 0.1);
683
+ border: 1px solid rgba(102, 126, 234, .3);
688
684
  :deep(.parsed-conditions) {
689
685
  margin-top: 10px;
690
686
  .parsed-conditions-item {