@descope/web-components-ui 1.0.195 → 1.0.196

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.
@@ -3975,8 +3975,8 @@ const createCssVarImageClass = ({ componentName, varName, fallbackVarName }) =>
3975
3975
  const CssVarImageClass = compose(
3976
3976
  createStyleMixin({
3977
3977
  mappings: {
3978
- height: { selector: () => ':host' },
3979
- width: { selector: () => ':host' },
3978
+ height: { selector: () => ':host > div' },
3979
+ width: { selector: () => ':host > div' },
3980
3980
  [varName]: { property: 'content' },
3981
3981
  [fallbackVarName]: { property: 'content' },
3982
3982
  },