@bigbinary/neeto-themes-frontend 2.1.0 → 2.1.1

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.cjs.js CHANGED
@@ -239,7 +239,7 @@ var setTheme = function setTheme(theme, variableNamesMap, themeConfig) {
239
239
  if (neetoCist.isNotPresent(theme === null || theme === void 0 ? void 0 : theme.properties)) return;
240
240
  theme.properties.forEach(function (property) {
241
241
  var attribute = neetoCist.snakeToCamelCase(property.key);
242
- if (!isPropertyIndependent(property.key, theme, themeConfig)) {
242
+ if (property.kind !== "overlay_opacity" && !isPropertyIndependent(property.key, theme, themeConfig)) {
243
243
  setVariable(attribute, "", variableNamesMap);
244
244
  return;
245
245
  }