@tan-ahmed/tan-ui-kit 0.1.13 → 0.1.15

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 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -47,7 +47,7 @@ Import the styles once in your main entry point file:
47
47
 
48
48
  ```tsx
49
49
  // In your main entry point file (e.g., src/main.tsx, app.tsx, etc.)
50
- import "@tan-ahmed/tan-ui-kit/styles"; // ⚠️ Import this at the top of your entry file
50
+ import "@tan-ahmed/tan-ui-kit/styles";
51
51
  ```
52
52
 
53
53
  ### 2. Use components anywhere
@@ -62,15 +62,6 @@ function MyComponent() {
62
62
  }
63
63
  ```
64
64
 
65
- ## Peer Dependencies
66
-
67
- This package requires the following peer dependencies:
68
-
69
- - `react`: ^18.0.0 || ^19.0.0
70
- - `react-dom`: ^18.0.0 || ^19.0.0
71
-
72
- All other dependencies (base-ui, class-variance-authority, clsx, tailwind-merge) are bundled with the library, so you don't need to install them separately.
73
-
74
65
  ## License
75
66
 
76
67
  MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tan-ahmed/tan-ui-kit",
3
- "version": "0.1.13",
4
- "description": "A React component library built with Tailwind CSS v4 and base-ui components",
3
+ "version": "0.1.15",
4
+ "description": "A React component library built with Tailwind CSS v4 and base-ui",
5
5
  "type": "module",
6
6
  "module": "./dist/tan-ui-kit.es.js",
7
7
  "types": "./dist/index.d.ts",