logitude-dashboard-library 3.2.63 → 3.2.65

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.
@@ -975,6 +975,17 @@ $dark-grey: #717585;
975
975
  cursor: pointer;
976
976
  }
977
977
 
978
+ .dl-ag-pivot-grid .dl-pivot-date-data-cell,
979
+ .dl-ag-pivot-grid .ag-cell.dl-pivot-date-data-cell {
980
+ text-align: left !important;
981
+ justify-content: flex-start;
982
+ }
983
+
984
+ .pivot-grid-element:not(.dl-ag-pivot-grid) .dx-pivotgrid-area-data tbody td.dl-pivot-date-data-cell,
985
+ .pivot-grid-element:not(.dl-ag-pivot-grid) .dx-pivotgrid-area-data tbody td.dl-pivot-date-data-cell > span {
986
+ text-align: left !important;
987
+ }
988
+
978
989
  .dl-ag-pivot-grid .dl-ag-pivot-row-label-cell,
979
990
  .dl-ag-pivot-grid .ag-cell.dl-ag-pivot-row-label-cell {
980
991
  text-align: left !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.63",
3
+ "version": "3.2.65",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",