@xsolla/xui-core 0.161.3 → 0.162.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/README.md CHANGED
@@ -51,6 +51,7 @@ function MyWidget({ label, themeMode, themeProductContext }: MyWidgetProps) {
51
51
  | `"dark"` | Pentagram Dark (default) |
52
52
  | `"light"` | Pentagram Light |
53
53
  | `"ltg-dark"` | LTG Dark |
54
+ | `"blueprints"` | Blueprints |
54
55
 
55
56
  ## Per-Component Overrides
56
57
 
@@ -80,7 +81,7 @@ For custom components, use `useResolvedTheme` instead of `useDesignSystem`.
80
81
  - `TypographyStyleLoader` — Component that injects responsive typography CSS (rendered automatically by `XUIProvider`)
81
82
  - `FontLoader` — Component that injects the `@font-face` declarations for XUI fonts
82
83
  - `fontFacesCSS` — Raw `@font-face` CSS string (for SSR or manual injection)
83
- - `ThemeMode` — Type: `"dark"` | `"light"` | `"ltg-dark"`
84
+ - `ThemeMode` — Type: `"dark"` | `"light"` | `"ltg-dark"` | `"blueprints"`
84
85
  - `ThemeColors` — Type of the colour token object
85
86
  - `ProductContext` — Type of the `themeProductContext` prop (e.g. `"b2c"`, `"paystation"`)
86
87
  - `colors` — Raw colour tokens for all themes