@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/dist/browser.cjs +2 -1
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.js +2 -1
- package/dist/browser.js.map +1 -1
- package/dist/cdn/perspective.global.js +2 -1
- package/dist/cdn/perspective.global.js.map +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/styles.ts +1 -0
package/dist/browser.cjs
CHANGED
|
@@ -38,7 +38,7 @@ __export(browser_exports, {
|
|
|
38
38
|
module.exports = __toCommonJS(browser_exports);
|
|
39
39
|
|
|
40
40
|
// src/constants.ts
|
|
41
|
-
var SDK_VERSION = "1.6.
|
|
41
|
+
var SDK_VERSION = "1.6.1";
|
|
42
42
|
var FEATURES = {
|
|
43
43
|
RESIZE: 1 << 0,
|
|
44
44
|
// 0b0001
|
|
@@ -1185,6 +1185,7 @@ function injectStyles() {
|
|
|
1185
1185
|
right: 20px;
|
|
1186
1186
|
width: 58px;
|
|
1187
1187
|
height: 58px;
|
|
1188
|
+
padding: 0;
|
|
1188
1189
|
border-radius: 50%;
|
|
1189
1190
|
background: var(--perspective-float-bg, var(--perspective-chat-bg, #7629C8));
|
|
1190
1191
|
color: white;
|