@saasbase-io/core-elements 1.1.22 → 1.1.23

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.mjs CHANGED
@@ -22909,7 +22909,7 @@ let de = class extends v {
22909
22909
  const e = this.renderRoot;
22910
22910
  if (!e) return;
22911
22911
  e.querySelectorAll(
22912
- "sb-otp, sb-logo, sb-title"
22912
+ "sb-otp, sb-logo, sb-title, sb-subtitle, sb-header, sb-gap, sb-countdown"
22913
22913
  // "sb-otp, sb-input, sb-button, sb-checkbox",
22914
22914
  ).forEach((r) => {
22915
22915
  const i = r;