@xsolla/xui-primitives-core 0.140.0 → 0.141.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/index.d.mts CHANGED
@@ -165,6 +165,7 @@ interface InputPrimitiveProps {
165
165
  style?: React.CSSProperties;
166
166
  color?: string;
167
167
  fontSize?: number | string;
168
+ fontFamily?: string;
168
169
  placeholderTextColor?: string;
169
170
  maxLength?: number;
170
171
  name?: string;
package/index.d.ts CHANGED
@@ -165,6 +165,7 @@ interface InputPrimitiveProps {
165
165
  style?: React.CSSProperties;
166
166
  color?: string;
167
167
  fontSize?: number | string;
168
+ fontFamily?: string;
168
169
  placeholderTextColor?: string;
169
170
  maxLength?: number;
170
171
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-primitives-core",
3
- "version": "0.140.0",
3
+ "version": "0.141.0",
4
4
  "description": "Core type definitions for XUI primitives",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",