@descope/web-components-ui 1.0.195 → 1.0.196

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2334,8 +2334,8 @@ const createCssVarImageClass = ({ componentName, varName, fallbackVarName }) =>
2334
2334
  const CssVarImageClass = compose(
2335
2335
  createStyleMixin({
2336
2336
  mappings: {
2337
- height: { selector: () => ':host' },
2338
- width: { selector: () => ':host' },
2337
+ height: { selector: () => ':host > div' },
2338
+ width: { selector: () => ':host > div' },
2339
2339
  [varName]: { property: 'content' },
2340
2340
  [fallbackVarName]: { property: 'content' },
2341
2341
  },