gantt-lib 0.72.0 → 0.72.2

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
@@ -1910,12 +1910,12 @@
1910
1910
  position: relative;
1911
1911
  background-color: var(--gantt-cell-background, #ffffff);
1912
1912
  }
1913
- .gantt-chart-hidden {
1914
- display: none;
1915
- }
1916
1913
  .gantt-chartSurface {
1917
1914
  display: block;
1918
1915
  }
1916
+ .gantt-chartSurface.gantt-chart-hidden {
1917
+ display: none;
1918
+ }
1919
1919
  @media print {
1920
1920
  .gantt-container,
1921
1921
  .gantt-scrollContainer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.72.0",
3
+ "version": "0.72.2",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {