@linktr.ee/messaging-react 4.1.1-rc-1786771951 → 4.1.1-rc-1786772947

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "4.1.1-rc-1786771951",
3
+ "version": "4.1.1-rc-1786772947",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -50,7 +50,7 @@
50
50
  "chromatic:local": "yarn storybook:build && chromatic"
51
51
  },
52
52
  "dependencies": {
53
- "@linktr.ee/messaging-core": "2.4.0-rc-1786771951",
53
+ "@linktr.ee/messaging-core": "2.4.0-rc-1786772947",
54
54
  "@linktr.ee/messaging-taxonomy": "^0.10.0",
55
55
  "@phosphor-icons/react": "^2.1.10"
56
56
  },
@@ -648,6 +648,11 @@ WithTypingIndicatorComparison.parameters = {
648
648
  'Renders a standard incoming message and the custom typing indicator in the same list for visual comparison.',
649
649
  },
650
650
  },
651
+ // The typing indicator is animation-dominant, so a snapshot mostly captures
652
+ // whichever frame the animation happened to be on — it flags a visual change
653
+ // on nearly every build. Matches CustomTypingIndicator.stories.tsx; the story
654
+ // stays browsable in Storybook for design review.
655
+ chromatic: { disableSnapshot: true },
651
656
  }
652
657
 
653
658
  // ─── Message Actions ──────────────────────────────────────────────────────────