@momentum-design/components 0.129.38 → 0.129.39

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.
@@ -1096,7 +1096,13 @@
1096
1096
  position: absolute;
1097
1097
  right: 50%;
1098
1098
  bottom: 50%;
1099
- transform: translateX(round(to-zero, 50%, 1px)) translateY(round(to-zero, 50%, 1px));
1099
+ transform: translateX(50%) translateY(50%);
1100
+ }
1101
+
1102
+ @supports (transform: translateX(round(to-zero, 1px, 1px))) {
1103
+ :host {
1104
+ transform: translateX(round(to-zero, 50%, 1px)) translateY(round(to-zero, 50%, 1px));
1105
+ }
1100
1106
  }
1101
1107
 
1102
1108
  :host > [part='body']:first-of-type {