logitude-dashboard-library 3.2.26 → 3.2.29

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.
@@ -1105,6 +1105,10 @@ $dark-grey: #717585;
1105
1105
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon::before {
1106
1106
  color: #343a40 !important;
1107
1107
  }
1108
+
1109
+ .p-datatable .p-column-resizer-helper {
1110
+ background: #e0e0e0;
1111
+ }
1108
1112
  }
1109
1113
 
1110
1114
  .header-content > .p-column-title > .pi::before {
@@ -1196,4 +1200,18 @@ $dark-grey: #717585;
1196
1200
  color: #1E4AC4 !important;
1197
1201
  cursor: pointer;
1198
1202
  text-decoration: underline;
1203
+ }
1204
+
1205
+ .table-cell-datetime {
1206
+ font-family: 'Manrope';
1207
+ font-weight: 500;
1208
+ }
1209
+
1210
+ .date-time-value-container{
1211
+ display: flex;
1212
+ flex-direction: row;
1213
+ gap: 10px;
1214
+ display: block;
1215
+ overflow: hidden;
1216
+ text-overflow: ellipsis;
1199
1217
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.26",
3
+ "version": "3.2.29",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",