@perspective-ai/sdk 1.6.0 → 1.6.1

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": "@perspective-ai/sdk",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Embed SDK for Perspective AI research interviews",
5
5
  "type": "module",
6
6
  "sideEffects": [
package/src/styles.ts CHANGED
@@ -242,6 +242,7 @@ export function injectStyles(): void {
242
242
  right: 20px;
243
243
  width: 58px;
244
244
  height: 58px;
245
+ padding: 0;
245
246
  border-radius: 50%;
246
247
  background: var(--perspective-float-bg, var(--perspective-chat-bg, #7629C8));
247
248
  color: white;