@tokis/tokis 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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -63,7 +63,7 @@ npm install @tokis/theme
63
63
 
64
64
  ## Documentation
65
65
 
66
- Visit [tokis.dev](https://tokis.dev) for the full documentation, interactive demos, and API reference.
66
+ Visit [Tokis Documentation](https://prerakmathur20.github.io/TokisWebsite/) for the full documentation, interactive demos, and API reference.
67
67
 
68
68
  ## License
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokis/tokis",
3
- "version": "1.2.3",
3
+ "version": "1.3.0",
4
4
  "description": "Tokis Only Knows Its Styles — Performance-first, token-native UI design system for React. Install this package to get all Tokis packages: @tokis/react, @tokis/theme, @tokis/core, and @tokis/tokens.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -60,11 +60,11 @@
60
60
  "url": "https://github.com/PrerakMathur20/TokisLib/issues"
61
61
  },
62
62
  "dependencies": {
63
- "@tokis/react": "^1.2.3",
64
- "@tokis/theme": "^1.2.3",
65
- "@tokis/core": "^1.2.3",
66
- "@tokis/tokens": "^1.2.3",
67
- "@tokis/icons": "^1.2.3"
63
+ "@tokis/react": "^1.3.0",
64
+ "@tokis/theme": "^1.3.0",
65
+ "@tokis/core": "^1.3.0",
66
+ "@tokis/tokens": "^1.3.0",
67
+ "@tokis/icons": "^1.3.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": ">=18.0.0",