@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.
- package/README.md +1 -0
- 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)
|