@luno-kit/ui 0.0.5 → 0.0.6

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 ADDED
@@ -0,0 +1,7 @@
1
+ # @luno-kit/ui
2
+
3
+ UI components for Polkadot wallet integration.
4
+
5
+ ## Documentation
6
+
7
+ For comprehensive documentation, visit [docs.lunolab.xyz](https://docs.lunolab.xyz/)
package/dist/index.d.cts CHANGED
@@ -88,7 +88,7 @@ interface LunokitThemeOverrides {
88
88
  light?: PartialLunokitTheme;
89
89
  dark?: PartialLunokitTheme;
90
90
  }
91
- type ThemeMode = 'light' | 'dark' | 'auto';
91
+ type ThemeMode = 'light' | 'dark';
92
92
 
93
93
  interface ThemeContextValue {
94
94
  themeMode: ThemeMode;
package/dist/index.d.ts CHANGED
@@ -88,7 +88,7 @@ interface LunokitThemeOverrides {
88
88
  light?: PartialLunokitTheme;
89
89
  dark?: PartialLunokitTheme;
90
90
  }
91
- type ThemeMode = 'light' | 'dark' | 'auto';
91
+ type ThemeMode = 'light' | 'dark';
92
92
 
93
93
  interface ThemeContextValue {
94
94
  themeMode: ThemeMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luno-kit/ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "UI components for Luno, a Polkadot frontend toolkit.",
5
5
  "keywords": [
6
6
  "polkadot",
@@ -38,7 +38,7 @@
38
38
  "@tanstack/react-query": ">=5.0.0",
39
39
  "react": ">=18.0.0",
40
40
  "react-dom": ">=18.0.0",
41
- "@luno-kit/react": "0.0.5"
41
+ "@luno-kit/react": "0.0.6"
42
42
  },
43
43
  "dependencies": {
44
44
  "@radix-ui/react-dialog": "^1.0.5",
@@ -64,7 +64,7 @@
64
64
  "tsup": "8.5.0",
65
65
  "typescript": "^5.3.3",
66
66
  "vitest": "^3.2.4",
67
- "@luno-kit/react": "0.0.5"
67
+ "@luno-kit/react": "0.0.6"
68
68
  },
69
69
  "repository": {
70
70
  "type": "git",