@momentum-design/components 0.129.1 → 0.129.2

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.
@@ -1092,7 +1092,7 @@
1092
1092
  position: absolute;
1093
1093
  right: 50%;
1094
1094
  bottom: 50%;
1095
- transform: translate(50%, 50%);
1095
+ transform: translateX(round(to-zero, 50%, 1px)) translateY(round(to-zero, 50%, 1px));
1096
1096
  }
1097
1097
 
1098
1098
  :host > [part='body']:first-of-type {