@tokis/theme 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 +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ import '@tokis/theme/components/dialog';
44
44
 
45
45
  ## Documentation
46
46
 
47
- Visit [tokis.dev](https://tokis.dev/docs/theming) for the theming guide.
47
+ Visit [Tokis Documentation](https://prerakmathur20.github.io/TokisWebsite/) for the theming guide.
48
48
 
49
49
  ## License
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokis/theme",
3
- "version": "1.2.3",
3
+ "version": "1.3.0",
4
4
  "description": "Default visual theme for Tokis — CSS variables, component styles, reset, and typography. Zero-runtime, precompiled CSS.",
5
5
  "exports": {
6
6
  ".": "./src/index.css",