@descope/web-components-ui 3.15.1 → 3.16.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
@@ -20919,6 +20919,14 @@ const AppsListClass = compose$1(
20919
20919
  selector: ListItemClass.componentName,
20920
20920
  property: ListItemClass.cssVarList.backgroundColor,
20921
20921
  },
20922
+ logoBackgroundColor: {
20923
+ selector: AvatarClass.componentName,
20924
+ property: AvatarClass.cssVarList.avatarBackgroundColorOverride,
20925
+ },
20926
+ logoTextColor: {
20927
+ selector: AvatarClass.componentName,
20928
+ property: AvatarClass.cssVarList.avatarTextColorOverride,
20929
+ },
20922
20930
  itemHoverBackgroundColor: {
20923
20931
  selector: `${ListItemClass.componentName}:hover`,
20924
20932
  property: ListItemClass.cssVarList.backgroundColor,