@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/index.js CHANGED
@@ -56,7 +56,7 @@ if (hasDom()) {
56
56
  }
57
57
 
58
58
  // src/constants.ts
59
- var SDK_VERSION = "1.6.1";
59
+ var SDK_VERSION = "1.6.2";
60
60
  var FEATURES = {
61
61
  RESIZE: 1 << 0,
62
62
  // 0b0001
@@ -788,9 +788,6 @@ function createLoadingIndicator(options) {
788
788
  buttonPill.style.marginBottom = "0";
789
789
  inputArea.appendChild(buttonPill);
790
790
  container.appendChild(inputArea);
791
- const footer = shimmer("14rem", "0.75rem");
792
- footer.style.margin = "0.75rem auto 0";
793
- container.appendChild(footer);
794
791
  return container;
795
792
  }
796
793