@descope/web-components-ui 1.113.0 → 1.114.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/cjs/index.cjs.js +1 -4
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-outbound-apps.js +1 -1
- package/dist/umd/descope-outbound-apps.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
@@ -24550,6 +24550,7 @@ const itemRenderer = (
|
|
24550
24550
|
${logo ? `img="${logo}"` : ''}
|
24551
24551
|
${name ? `display-name="${name}" abbr=${limitAbbreviation(name)}` : ''}
|
24552
24552
|
size=${ref.size}
|
24553
|
+
${logo ? 'st-avatar-background-color="none"' : ''}
|
24553
24554
|
class="app-logo"
|
24554
24555
|
></descope-avatar>
|
24555
24556
|
|
@@ -24686,10 +24687,6 @@ const OutboundAppsClass = compose(
|
|
24686
24687
|
selector: TextClass.componentName,
|
24687
24688
|
property: TextClass.cssVarList.fontSize,
|
24688
24689
|
},
|
24689
|
-
appLogoBackgroundColor: {
|
24690
|
-
selector: AvatarClass.componentName,
|
24691
|
-
property: AvatarClass.cssVarList.avatarBackgroundColor,
|
24692
|
-
},
|
24693
24690
|
appLogoGap: {
|
24694
24691
|
selector: () => ' .app-logo',
|
24695
24692
|
property: 'margin-inline-end'
|