@tokis/react 1.2.3 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -39,13 +39,13 @@ function App() {
39
39
 
40
40
  - `react` >= 18.0.0
41
41
  - `react-dom` >= 18.0.0
42
- - `@tokis/core` ^1.1.0
43
- - `@tokis/tokens` ^1.1.0
44
- - `@tokis/theme` ^1.1.0
42
+ - `@tokis/core` ^1.3.0
43
+ - `@tokis/tokens` ^1.3.0
44
+ - `@tokis/theme` ^1.3.0
45
45
 
46
46
  ## Documentation
47
47
 
48
- Visit [tokis.dev](https://tokis.dev/docs/introduction) for interactive demos and full API reference.
48
+ Visit [Tokis Documentation](https://prerakmathur20.github.io/TokisWebsite/) for interactive demos and full API reference.
49
49
 
50
50
  ## License
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokis/react",
3
- "version": "1.2.3",
3
+ "version": "1.3.0",
4
4
  "description": "React adapter for Tokis — composable, accessible components, hooks, and theming context. Zero runtime CSS.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -60,17 +60,17 @@
60
60
  "peerDependencies": {
61
61
  "react": ">=18.0.0",
62
62
  "react-dom": ">=18.0.0",
63
- "@tokis/core": "^1.2.3",
64
- "@tokis/tokens": "^1.2.3",
65
- "@tokis/theme": "^1.2.3"
63
+ "@tokis/core": "^1.3.0",
64
+ "@tokis/tokens": "^1.3.0",
65
+ "@tokis/theme": "^1.3.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/react": "^18.0.0",
69
69
  "@types/react-dom": "^18.0.0",
70
70
  "react": "^18.0.0",
71
71
  "react-dom": "^18.0.0",
72
- "@tokis/core": "^1.2.3",
73
- "@tokis/tokens": "^1.2.3"
72
+ "@tokis/core": "^1.3.0",
73
+ "@tokis/tokens": "^1.3.0"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=18.0.0"