izen-react-starter 2.7.27 → 2.7.28

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 +2 -0
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A modern React component library built with Vite, TypeScript, and best practices.
4
4
 
5
+ GitHub repo: https://github.com/hasan-e7san/react-starter-example
6
+
5
7
  ## Changelog
6
8
 
7
9
  - 2026-01-17: **Tailwind CSS now configured as peer dependency** - The library no longer bundles Tailwind. Consuming projects must install `tailwindcss` themselves. This reduces bundle size and allows projects to use their own Tailwind configuration. Added `customSidebar` and `useCustomSidebar` props to `DashboardLayout` for custom sidebar support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "izen-react-starter",
3
- "version": "2.7.27",
3
+ "version": "2.7.28",
4
4
  "description": "A React component library with UI components, layout context, and data fetching",
5
5
  "type": "module",
6
6
  "main": "./dist/react-starter.umd.cjs",
@@ -123,6 +123,10 @@
123
123
  "ui-components",
124
124
  "typescript"
125
125
  ],
126
+ "repository": {
127
+ "type": "git",
128
+ "url": "https://github.com/hasan-e7san/izen-react-starter.git"
129
+ },
126
130
  "author": "",
127
131
  "license": "MIT"
128
132
  }