@xsolla/xui-context-menu 0.103.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-context-menu",
3
- "version": "0.103.0",
3
+ "version": "0.104.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -13,13 +13,13 @@
13
13
  "test:coverage": "vitest run --coverage"
14
14
  },
15
15
  "dependencies": {
16
- "@xsolla/xui-checkbox": "0.103.0",
17
- "@xsolla/xui-core": "0.103.0",
18
- "@xsolla/xui-divider": "0.103.0",
19
- "@xsolla/xui-icons": "0.103.0",
20
- "@xsolla/xui-primitives-core": "0.103.0",
21
- "@xsolla/xui-radio": "0.103.0",
22
- "@xsolla/xui-spinner": "0.103.0"
16
+ "@xsolla/xui-checkbox": "0.104.0",
17
+ "@xsolla/xui-core": "0.104.0",
18
+ "@xsolla/xui-divider": "0.104.0",
19
+ "@xsolla/xui-icons": "0.104.0",
20
+ "@xsolla/xui-primitives-core": "0.104.0",
21
+ "@xsolla/xui-radio": "0.104.0",
22
+ "@xsolla/xui-spinner": "0.104.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",
package/web/index.js CHANGED
@@ -225,7 +225,7 @@ var StyledText = import_styled_components2.default.span`
225
225
  color: ${(props) => props.color || "inherit"};
226
226
  font-size: ${(props) => typeof props.fontSize === "number" ? `${props.fontSize}px` : props.fontSize || "inherit"};
227
227
  font-weight: ${(props) => props.fontWeight || "normal"};
228
- font-family: ${(props) => props.fontFamily || '"Pilat Wide Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important'};
228
+ font-family: ${(props) => props.fontFamily || '"Aktiv Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'};
229
229
  line-height: ${(props) => typeof props.lineHeight === "number" ? `${props.lineHeight}px` : props.lineHeight || "inherit"};
230
230
  white-space: ${(props) => props.whiteSpace || "normal"};
231
231
  text-align: ${(props) => props.textAlign || "inherit"};