@perspective-ai/sdk 1.6.1 → 1.6.2

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 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.1";
41
+ var SDK_VERSION = "1.6.2";
42
42
  var FEATURES = {
43
43
  RESIZE: 1 << 0,
44
44
  // 0b0001
@@ -945,9 +945,6 @@ function createLoadingIndicator(options) {
945
945
  buttonPill.style.marginBottom = "0";
946
946
  inputArea.appendChild(buttonPill);
947
947
  container.appendChild(inputArea);
948
- const footer = shimmer("14rem", "0.75rem");
949
- footer.style.margin = "0.75rem auto 0";
950
- container.appendChild(footer);
951
948
  return container;
952
949
  }
953
950