@springbrand/message-panel 0.2.0-alpha.37 → 0.2.0-alpha.38

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.
@@ -565,24 +565,6 @@
565
565
  flex: none;
566
566
  }
567
567
 
568
- /* Trace 新块进入时轻推上浮;已有块更新不会重复播放。 */
569
- .cos-trace-chain > * {
570
- animation: cos-trace-enter 180ms cubic-bezier(0.32, 0.72, 0, 1) both;
571
- }
572
-
573
- @keyframes cos-trace-enter {
574
- from {
575
- opacity: 0;
576
- transform: translateY(6px);
577
- }
578
- }
579
-
580
- @media (prefers-reduced-motion: reduce) {
581
- .cos-trace-chain > * {
582
- animation: none;
583
- }
584
- }
585
-
586
568
  /* ── 流式占位:Thinking 扫光 ──────────────────────────────────────────────── */
587
569
  .cos-thinking-shimmer {
588
570
  color: var(--text-color-kumo-inactive);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springbrand/message-panel",
3
- "version": "0.2.0-alpha.37",
3
+ "version": "0.2.0-alpha.38",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src",