gantt-lib 0.18.0 → 0.19.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
@@ -176,6 +176,17 @@
176
176
  width: 32px;
177
177
  height: 32px;
178
178
  }
179
+ .gantt-cal-weekday {
180
+ width: 32px;
181
+ height: 24px;
182
+ font-size: 0.75rem;
183
+ font-family: inherit;
184
+ font-weight: 500;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ color: var(--gantt-calendar-text-muted);
189
+ }
179
190
  .gantt-day-btn {
180
191
  width: 32px;
181
192
  height: 32px;
@@ -1078,11 +1089,11 @@
1078
1089
  position: relative;
1079
1090
  }
1080
1091
  .gantt-tl-action-insert {
1081
- background-color: #22c55e;
1092
+ background-color: #3b82f6;
1082
1093
  color: white;
1083
1094
  }
1084
1095
  .gantt-tl-action-insert:hover {
1085
- background-color: #16a34a;
1096
+ background-color: #2563eb;
1086
1097
  }
1087
1098
  .gantt-tl-action-delete {
1088
1099
  background-color: #ef4444;
@@ -1107,11 +1118,11 @@
1107
1118
  display: inline-flex;
1108
1119
  align-items: center;
1109
1120
  justify-content: center;
1110
- background-color: #3b82f6;
1121
+ background-color: #4b5563;
1111
1122
  color: white;
1112
1123
  }
1113
1124
  .gantt-tl-action-hierarchy:hover {
1114
- background-color: #2563eb;
1125
+ background-color: #374151;
1115
1126
  }
1116
1127
  .gantt-tl-dep-type-trigger {
1117
1128
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {