gantt-lib 0.26.0 → 0.28.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.
package/dist/styles.css CHANGED
@@ -1783,4 +1783,7 @@
1783
1783
  position: relative;
1784
1784
  background-color: var(--gantt-cell-background, #ffffff);
1785
1785
  }
1786
+ .gantt-chart-hidden {
1787
+ display: none;
1788
+ }
1786
1789
  /*# sourceMappingURL=index.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.26.0",
3
+ "version": "0.28.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {