@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.mjs CHANGED
@@ -22401,7 +22401,6 @@ let P = class extends v {
22401
22401
  type="text"
22402
22402
  name="${this.name}"
22403
22403
  placeholder="${this.placeholder ?? g}"
22404
- pattern="${this._pattern.source}"
22405
22404
  minlength="${t ?? g}"
22406
22405
  maxlength="${e ?? g}"
22407
22406
  ?disabled="${this.disabled}"
@@ -23091,7 +23090,6 @@ let N = class extends v {
23091
23090
  type="text"
23092
23091
  name="${this.name}"
23093
23092
  placeholder="${this.placeholder ?? g}"
23094
- pattern="${this._pattern.source}"
23095
23093
  minlength="${t ?? g}"
23096
23094
  maxlength="${e ?? g}"
23097
23095
  ?disabled="${this.disabled}"