@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/cjs/index.cjs.js
CHANGED
@@ -21836,6 +21836,7 @@ const itemRenderer = (
|
|
21836
21836
|
${logo ? `img="${logo}"` : ''}
|
21837
21837
|
${name ? `display-name="${name}" abbr=${limitAbbreviation(name)}` : ''}
|
21838
21838
|
size=${ref.size}
|
21839
|
+
${logo ? 'st-avatar-background-color="none"' : ''}
|
21839
21840
|
class="app-logo"
|
21840
21841
|
></descope-avatar>
|
21841
21842
|
|
@@ -21972,10 +21973,6 @@ const OutboundAppsClass = compose(
|
|
21972
21973
|
selector: TextClass.componentName,
|
21973
21974
|
property: TextClass.cssVarList.fontSize,
|
21974
21975
|
},
|
21975
|
-
appLogoBackgroundColor: {
|
21976
|
-
selector: AvatarClass.componentName,
|
21977
|
-
property: AvatarClass.cssVarList.avatarBackgroundColor,
|
21978
|
-
},
|
21979
21976
|
appLogoGap: {
|
21980
21977
|
selector: () => ' .app-logo',
|
21981
21978
|
property: 'margin-inline-end'
|