@xsolla/xui-context-menu 0.102.0 → 0.104.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.
package/native/index.js CHANGED
@@ -236,7 +236,7 @@ var Text = ({
236
236
  ...props
237
237
  }) => {
238
238
  let resolvedFontFamily = fontFamily ? fontFamily.split(",")[0].replace(/['"]/g, "").trim() : void 0;
239
- if (resolvedFontFamily === "Pilat Wide Bold") {
239
+ if (resolvedFontFamily === "Pilat Wide" || resolvedFontFamily === "Pilat Wide Bold" || resolvedFontFamily === "Aktiv Grotesk") {
240
240
  resolvedFontFamily = void 0;
241
241
  }
242
242
  const style = {