@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.js CHANGED
@@ -187,7 +187,7 @@ var setTheme = function setTheme(theme, variableNamesMap, themeConfig) {
187
187
  if (isNotPresent(theme === null || theme === void 0 ? void 0 : theme.properties)) return;
188
188
  theme.properties.forEach(function (property) {
189
189
  var attribute = snakeToCamelCase(property.key);
190
- if (!isPropertyIndependent(property.key, theme, themeConfig)) {
190
+ if (property.kind !== "overlay_opacity" && !isPropertyIndependent(property.key, theme, themeConfig)) {
191
191
  setVariable(attribute, "", variableNamesMap);
192
192
  return;
193
193
  }