@descope/web-components-ui 1.136.0 → 1.137.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.
package/dist/index.esm.js CHANGED
@@ -3420,7 +3420,7 @@ const createStyleMixin =
3420
3420
 
3421
3421
 
3422
3422
  #setAttrOverride(attrName, value) {
3423
- const style = this.#overrideStyleEle?.cssRules[0].style;
3423
+ const style = this.#overrideStyleEle?.cssRules[0]?.style;
3424
3424
 
3425
3425
  if (!style) return;
3426
3426