gantt-source_management 3.37.8 → 3.37.9

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/dist/style.css +2 -2
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -655,10 +655,10 @@ body.gstc-scrolling * {
655
655
  height: 100%;
656
656
  }
657
657
  .gstc__chart-timeline-items-row-item.gstc__selecting {
658
- box-shadow: 0px 0px 1px 2px rgba(0,119,192,0.5);
658
+ box-shadow: 0px 0px 1px 2px rgba(255, 165, 0, 0.5);
659
659
  }
660
660
  .gstc__chart-timeline-items-row-item.gstc__selected {
661
- box-shadow: 0px 0px 1px 2px #0077c0;
661
+ box-shadow: 0px 0px 1px 2px #FFA500;
662
662
  cursor: grab;
663
663
  }
664
664
  .gstc__chart-timeline-items-row-item-dependency-line {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-source_management",
3
- "version": "3.37.8",
3
+ "version": "3.37.9",
4
4
  "description": "Gantt, Schedule, ",
5
5
  "main": "dist/gstc.wasm.esm.min.js",
6
6
  "module": "dist/gstc.wasm.esm.min.js",