@saasbase-io/core-elements 1.21.0 → 1.21.1

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
@@ -6288,7 +6288,6 @@ body {
6288
6288
  type="text"
6289
6289
  name="${this.name}"
6290
6290
  placeholder="${this.placeholder??m}"
6291
- pattern="${this._pattern.source}"
6292
6291
  minlength="${t??m}"
6293
6292
  maxlength="${r??m}"
6294
6293
  ?disabled="${this.disabled}"
@@ -6411,7 +6410,6 @@ body {
6411
6410
  type="text"
6412
6411
  name="${this.name}"
6413
6412
  placeholder="${this.placeholder??m}"
6414
- pattern="${this._pattern.source}"
6415
6413
  minlength="${t??m}"
6416
6414
  maxlength="${r??m}"
6417
6415
  ?disabled="${this.disabled}"