@neeter/react 0.6.0 → 0.7.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/package.json +2 -2
  2. package/src/theme.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neeter/react",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "React components and hooks for building chat UIs on top of the Claude Agent SDK",
5
5
  "license": "MIT",
6
6
  "author": "Dan Leeper",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "clsx": "^2.1.1",
27
27
  "tailwind-merge": "^3.4.0",
28
- "@neeter/types": "0.6.0"
28
+ "@neeter/types": "0.7.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18.0.0",
package/src/theme.css CHANGED
@@ -15,7 +15,7 @@
15
15
  /* -- Source scanning ------------------------------------------------------- */
16
16
  /* Tells Tailwind to scan neeter's component source for utility classes. */
17
17
 
18
- @source ".";
18
+ @source "../dist";
19
19
 
20
20
  /* -- Tailwind v4 variable bridge ------------------------------------------ */
21
21
  /* Maps CSS custom properties to Tailwind utility classes. */