@builder.io/sdk 1.1.30-1 → 1.1.30

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.esm.js CHANGED
@@ -123,7 +123,7 @@ function assertAllowedPropertyName(name) {
123
123
  throw new Error("Property name \"".concat(name, "\" is not allowed"));
124
124
  }
125
125
 
126
- var version = "1.1.30-0";
126
+ var version = "1.1.30-1";
127
127
 
128
128
  var Subscription = /** @class */ (function () {
129
129
  function Subscription(listeners, listener) {
@@ -683,7 +683,7 @@ var Animator = /** @class */ (function () {
683
683
  triggered &&
684
684
  !pendingAnimation &&
685
685
  !isScrolledIntoView(element)) {
686
- // we want to repeat the animation everytime the the element is out of vide and back again
686
+ // we want to repeat the animation every time the the element is out of view and back again
687
687
  triggered = false;
688
688
  assign(element.style, animation.steps[0].styles);
689
689
  }