@descope/web-components-ui 1.0.195 → 1.0.197

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  },