@yahoo/uds-v5-wip 1.8.2 → 1.9.0

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.
@@ -163,7 +163,7 @@ function createStyleTransformRuntime(transformData, manifest) {
163
163
  if (markerClasses.length > 0) effectiveProps.__macroMarkers = markerClasses;
164
164
  }
165
165
  for (const [colorProp, opacityPropName] of Object.entries(colorPropToOpacityProp)) if (effectiveProps[opacityPropName] !== void 0 && effectiveProps[colorProp] !== void 0) {
166
- effectiveProps[colorProp] = `${effectiveProps[colorProp]}/${effectiveProps[opacityPropName]}`;
166
+ effectiveProps[colorProp] = `${effectiveProps[colorProp]}_${effectiveProps[opacityPropName]}`;
167
167
  delete effectiveProps[opacityPropName];
168
168
  }
169
169
  const classParts = [];