conversation-replay 0.1.7 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -180,6 +180,14 @@ meta:
180
180
  hideHeaderInIframe: true # Hide header when embedded (default: true)
181
181
  ```
182
182
 
183
+ Timing & Visual:
184
+ ```yaml
185
+ meta:
186
+ timerStyle: circle # circle | bar (countdown display style)
187
+ cornerStyle: rounded # rounded | straight (border radius)
188
+ initialBlur: 1 # Blur amount in px for initial play overlay (default: 1)
189
+ ```
190
+
183
191
  Custom colors (New Slate/Indigo Default Palette):
184
192
  You can override any color, but the defaults are designed for a premium look:
185
193
  ```yaml
@@ -193,6 +201,8 @@ meta:
193
201
  rightBg: "#f1f5f9" # Slate 100 (Right/AI bubble)
194
202
  rightBorder: "transparent" # Border for right bubble
195
203
  tabInactiveColor: "#94a3b8" # Slate 400
204
+ annotationText: "#475569" # Slate 600 (Annotation text color)
205
+ annotationBorder: "#cbd5e1" # Slate 300 (Annotation accent bar)
196
206
  ```
197
207
 
198
208
  ## Output Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conversation-replay",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Create animated text conversation replays",
5
5
  "main": "dist/cli.js",
6
6
  "type": "module",