carbon-addons-iot-react 4.0.16 → 4.0.17

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.
@@ -36884,6 +36884,18 @@ td.iot--table__cell--sortable {
36884
36884
  padding-right: 2rem;
36885
36885
  }
36886
36886
 
36887
+ td.data-table-start {
36888
+ text-align: start;
36889
+ }
36890
+
36891
+ td.data-table-center {
36892
+ text-align: center;
36893
+ }
36894
+
36895
+ td.data-table-end {
36896
+ text-align: end;
36897
+ }
36898
+
36887
36899
  .iot--data-table--resize td {
36888
36900
  word-break: break-all;
36889
36901
  }