@xsolla/xui-core 0.138.3 → 0.138.4

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,6 +82,7 @@ For custom components, use `useResolvedTheme` instead of `useDesignSystem`.
82
82
  - `fontFacesCSS` — Raw `@font-face` CSS string (for SSR or manual injection)
83
83
  - `ThemeMode` — Type: `"dark"` | `"light"` | `"ltg-dark"`
84
84
  - `ThemeColors` — Type of the colour token object
85
+ - `ProductContext` — Type of the `themeProductContext` prop (e.g. `"b2c"`, `"paystation"`)
85
86
  - `colors` — Raw colour tokens for all themes
86
87
  - `spacing` — Spacing scale (`xs`, `s`, `m`, `l`, `xl`)
87
88
  - `radius` — Border-radius tokens (button, card, input, tag, avatar variants)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-core",
3
- "version": "0.138.3",
3
+ "version": "0.138.4",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "types": "./index.d.ts",