carbon-addons-iot-react 5.1.10 → 5.1.11

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.
@@ -21212,6 +21212,7 @@ button.cds--dropdown-text:focus {
21212
21212
 
21213
21213
  .iot--dashboard-grid {
21214
21214
  position: relative;
21215
+ direction: ltr;
21215
21216
  }
21216
21217
  .iot--dashboard-grid .react-grid-item.cssTransforms {
21217
21218
  transition-property: none;
@@ -21225,6 +21226,10 @@ button.cds--dropdown-text:focus {
21225
21226
  transition-property: transform;
21226
21227
  }
21227
21228
 
21229
+ [dir=rtl] .iot--card {
21230
+ direction: rtl;
21231
+ }
21232
+
21228
21233
  .iot--dashboard-editor {
21229
21234
  display: flex;
21230
21235
  height: calc(100vh - 3rem);