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 +6 -6
- package/package.json +1 -1
- package/src/components/Gantt/gantt.css +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
|
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
|

|
|
6
6
|

|
|
@@ -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
|
|
244
|
+
## 🤝 Comparison with Iris Gantt
|
|
245
245
|
|
|
246
|
-
This implementation provides **ALL** features from both
|
|
246
|
+
This implementation provides **ALL** features from both Iris Free and PRO editions in a single component:
|
|
247
247
|
|
|
248
|
-
| Feature |
|
|
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 [
|
|
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,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
/*
|
|
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
|
|
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 -
|
|
1697
|
+
/* Context Menu - Iris Style */
|
|
1698
1698
|
.gantt-context-menu-overlay {
|
|
1699
1699
|
position: fixed;
|
|
1700
1700
|
top: 0;
|