@descope/web-components-ui 1.48.0 → 1.49.0

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.
@@ -20193,6 +20193,10 @@ class RawTimerButton extends BaseClass$1 {
20193
20193
  this.button.addEventListener('click', this.onClick.bind(this));
20194
20194
  }
20195
20195
 
20196
+ set onclick(val) {
20197
+ this.button.onclick = val;
20198
+ }
20199
+
20196
20200
  init() {
20197
20201
  super.init?.();
20198
20202