@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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var SDK_VERSION = "1.6.1";
2
+ var SDK_VERSION = "1.6.2";
3
3
  var FEATURES = {
4
4
  RESIZE: 1 << 0,
5
5
  // 0b0001
@@ -906,9 +906,6 @@ function createLoadingIndicator(options) {
906
906
  buttonPill.style.marginBottom = "0";
907
907
  inputArea.appendChild(buttonPill);
908
908
  container.appendChild(inputArea);
909
- const footer = shimmer("14rem", "0.75rem");
910
- footer.style.margin = "0.75rem auto 0";
911
- container.appendChild(footer);
912
909
  return container;
913
910
  }
914
911