ablok-components 0.3.15 → 0.3.17

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.
@@ -731,7 +731,7 @@ function Ff(t) {
731
731
  function vr(t) {
732
732
  return xx.sanitize(t, {
733
733
  ALLOWED_TAGS: ["b", "i", "em", "strong", "u", "span", "p", "br", "a", "ul", "ol", "li", "h1", "h2", "h3", "h4", "h5", "h6", "article", "div", "label"],
734
- ALLOWED_ATTR: ["class", "id", "href", "target", "rel", "title", "data-countdown", "v-modal"],
734
+ ALLOWED_ATTR: ["class", "id", "href", "target", "rel", "title", "data-countdown"],
735
735
  ALLOW_DATA_ATTR: !0
736
736
  });
737
737
  }