conversation-replay 0.1.19 → 0.1.20

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -7270,7 +7270,7 @@ import { writeFile } from "node:fs/promises";
7270
7270
  // package.json
7271
7271
  var package_default = {
7272
7272
  name: "conversation-replay",
7273
- version: "0.1.19",
7273
+ version: "0.1.20",
7274
7274
  description: "Create annotated replays of text conversations",
7275
7275
  main: "dist/cli.js",
7276
7276
  type: "module",
@@ -7543,6 +7543,8 @@ function generateCss(theme, hasMultipleScenarios, colors, cornerStyle, initialBl
7543
7543
  flex-shrink: 0;
7544
7544
  scroll-snap-align: start;
7545
7545
  white-space: nowrap;
7546
+ overflow: hidden;
7547
+ text-overflow: ellipsis;
7546
7548
  }
7547
7549
 
7548
7550
  .tab:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conversation-replay",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Create annotated replays of text conversations",
5
5
  "main": "dist/cli.js",
6
6
  "type": "module",