@spatika/react 1.3.0 → 1.3.1

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 +6 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  React primitives and composites for **Spatika UI** — a glass React design system with four themes and shared tokens.
4
4
 
5
+ **Docs:** [spatika.sweyam.com](https://spatika.sweyam.com) · Machine index: [llms.txt](https://spatika.sweyam.com/llms.txt)
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
@@ -60,13 +62,15 @@ Prefer `@spatika/tokens/styles.css`. If you compile Tailwind in your app and onl
60
62
 
61
63
  ## Docs
62
64
 
63
- Run the Spatika documentation site from the monorepo root:
65
+ Human docs and live previews: [spatika.sweyam.com](https://spatika.sweyam.com)
66
+
67
+ Run the documentation site from the monorepo root:
64
68
 
65
69
  ```bash
66
70
  npm run dev
67
71
  ```
68
72
 
69
- Or browse packages on npm: [spatika scope](https://www.npmjs.com/org/spatika)
73
+ Packages on npm: [spatika scope](https://www.npmjs.com/org/spatika)
70
74
 
71
75
  ## License
72
76
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@spatika/react",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "description": "Spatika UI — glass React primitives and composites for production apps",
6
6
  "homepage": "https://spatika.sweyam.com",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/SreelalChalil/spatika",
9
+ "url": "git+https://github.com/SreelalChalil/spatika.git",
10
10
  "directory": "packages/react"
11
11
  },
12
12
  "bugs": {
@@ -59,7 +59,7 @@
59
59
  "react-dom": "^18.2.0 || ^19.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@spatika/tokens": "1.3.0",
62
+ "@spatika/tokens": "1.3.1",
63
63
  "class-variance-authority": "^0.7.1",
64
64
  "clsx": "^2.1.1",
65
65
  "cmdk": "^1.1.1",