@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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // src/constants.ts
4
- var SDK_VERSION = "1.6.0";
4
+ var SDK_VERSION = "1.6.1";
5
5
  var FEATURES = {
6
6
  RESIZE: 1 << 0,
7
7
  // 0b0001
package/dist/constants.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var SDK_VERSION = "1.6.0";
2
+ var SDK_VERSION = "1.6.1";
3
3
  var FEATURES = {
4
4
  RESIZE: 1 << 0,
5
5
  // 0b0001
package/dist/index.cjs CHANGED
@@ -58,7 +58,7 @@ if (hasDom()) {
58
58
  }
59
59
 
60
60
  // src/constants.ts
61
- var SDK_VERSION = "1.6.0";
61
+ var SDK_VERSION = "1.6.1";
62
62
  var FEATURES = {
63
63
  RESIZE: 1 << 0,
64
64
  // 0b0001
@@ -1030,6 +1030,7 @@ function injectStyles() {
1030
1030
  right: 20px;
1031
1031
  width: 58px;
1032
1032
  height: 58px;
1033
+ padding: 0;
1033
1034
  border-radius: 50%;
1034
1035
  background: var(--perspective-float-bg, var(--perspective-chat-bg, #7629C8));
1035
1036
  color: white;