@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.
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
|
},
|