@linktr.ee/messaging-react 3.3.7 → 3.3.8

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": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -58,7 +58,7 @@
58
58
  "@vitejs/plugin-react": "^4.2.1",
59
59
  "@vitest/ui": "^1.0.4",
60
60
  "autoprefixer": "^10.4.20",
61
- "chromatic": "^11.20.0",
61
+ "chromatic": "^17.4.0",
62
62
  "classnames": "^2.3.2",
63
63
  "jsdom": "^23.0.1",
64
64
  "postcss": "^8.4.49",
package/src/styles.css CHANGED
@@ -438,7 +438,7 @@
438
438
  gap: 4px;
439
439
  padding: 0;
440
440
  font-size: 12px;
441
- line-height: 1.5;
441
+ line-height: 2;
442
442
  font-weight: 500;
443
443
  }
444
444