@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.
@@ -5960,6 +5960,14 @@ const AppsListClass = compose(
5960
5960
  selector: ListItemClass.componentName,
5961
5961
  property: ListItemClass.cssVarList.backgroundColor,
5962
5962
  },
5963
+ logoBackgroundColor: {
5964
+ selector: AvatarClass.componentName,
5965
+ property: AvatarClass.cssVarList.avatarBackgroundColorOverride,
5966
+ },
5967
+ logoTextColor: {
5968
+ selector: AvatarClass.componentName,
5969
+ property: AvatarClass.cssVarList.avatarTextColorOverride,
5970
+ },
5963
5971
  itemHoverBackgroundColor: {
5964
5972
  selector: `${ListItemClass.componentName}:hover`,
5965
5973
  property: ListItemClass.cssVarList.backgroundColor,