@descope/web-components-ui 2.1.14 → 2.1.15

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
@@ -1324,7 +1324,7 @@ const createStyleMixin$1 =
1324
1324
  }
1325
1325
 
1326
1326
  #setAttrOverride(attrName, value) {
1327
- const style = this.#overrideStyleEle?.cssRules[0].style;
1327
+ const style = this.#overrideStyleEle?.cssRules[0]?.style;
1328
1328
 
1329
1329
  if (!style) return;
1330
1330