iris-gantt 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # SVAR Gantt Chart - Complete React Implementation
1
+ # Iris Gantt - Complete React Implementation
2
2
 
3
- A comprehensive, production-ready Gantt chart component built with React and TypeScript, featuring all FREE and PRO capabilities from SVAR Gantt in a single, unified component.
3
+ A comprehensive, production-ready Gantt chart component built with React and TypeScript, featuring all FREE and PRO capabilities from Iris Gantt in a single, unified component.
4
4
 
5
5
  ![Gantt Chart Demo](https://img.shields.io/badge/React-19.2.0-blue)
6
6
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.9.3-blue)
@@ -241,11 +241,11 @@ Custom colors can be applied per task:
241
241
  - **JSON** - Complete project data (can be imported)
242
242
  - **PDF** - Text report (can be enhanced with jsPDF)
243
243
 
244
- ## 🤝 Comparison with SVAR Gantt
244
+ ## 🤝 Comparison with Iris Gantt
245
245
 
246
- This implementation provides **ALL** features from both SVAR Free and PRO editions in a single component:
246
+ This implementation provides **ALL** features from both Iris Free and PRO editions in a single component:
247
247
 
248
- | Feature | SVAR Free | SVAR PRO | This Implementation |
248
+ | Feature | Iris Free | Iris PRO | This Implementation |
249
249
  |---------|-----------|----------|---------------------|
250
250
  | Task Management | ✅ | ✅ | ✅ |
251
251
  | Dependencies | ✅ | ✅ | ✅ |
@@ -265,7 +265,7 @@ MIT - Free for commercial and personal use
265
265
 
266
266
  ## 🙏 Acknowledgments
267
267
 
268
- - Inspired by [SVAR Gantt Chart](https://svar.dev/demos/react/gantt/)
268
+ - Inspired by [Iris Gantt](https://svar.dev/demos/react/gantt/)
269
269
  - Built with React 19, TypeScript 5.9, and Storybook 10
270
270
 
271
271
  ## 🔗 Links
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "iris-gantt",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "module",
6
6
  "main": "dist/iris-gantt.umd.cjs",
7
7
  "module": "dist/iris-gantt.es.js",
@@ -1,5 +1,5 @@
1
1
  :root {
2
- /* SVAR Willow Theme Foundations */
2
+ /* Iris Willow Theme Foundations */
3
3
  --wx-gantt-primary: #37a9ef;
4
4
  --wx-gantt-primary-selected: #d5eaf7;
5
5
  --wx-gantt-success: #77d257;
@@ -13,7 +13,7 @@
13
13
  --gantt-row-height: 44px;
14
14
  --gantt-scale-height: 28px;
15
15
 
16
- /* Authentic SVAR Gantt Tokens */
16
+ /* Authentic Iris Gantt Tokens */
17
17
  --wx-gantt-border: 1px solid #e6e6e6;
18
18
  --wx-gantt-border-color: #e6e6e6;
19
19
  --wx-gantt-background: #ffffff;
@@ -1694,7 +1694,7 @@ h6,
1694
1694
  font-family: var(--font-body);
1695
1695
  }
1696
1696
 
1697
- /* Context Menu - SVAR Style */
1697
+ /* Context Menu - Iris Style */
1698
1698
  .gantt-context-menu-overlay {
1699
1699
  position: fixed;
1700
1700
  top: 0;