@xsolla/xui-core 0.138.1 → 0.138.2

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,8 +85,6 @@ For custom components, use `useResolvedTheme` instead of `useDesignSystem`.
85
85
  - `radius` — Border-radius tokens (button, card, input, tag, avatar variants)
86
86
  - `shadow` — Shadow tokens
87
87
  - `fonts` — Font-family definitions
88
- - `useResolvedTheme` — Hook that merges per-component `themeMode`/`themeProductContext` overrides with global context; returns same shape as `useDesignSystem`
89
- - `ThemeOverrideProps` — Interface adding optional `themeMode` and `themeProductContext` to component props
90
88
  - `isWeb` / `isNative` / `isIOS` / `isAndroid` — Platform detection booleans
91
89
 
92
90
  ## Per-Component Theme Override
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-core",
3
- "version": "0.138.1",
3
+ "version": "0.138.2",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "types": "./index.d.ts",