omnia-sass 3.5.347 → 3.5.393

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.
@@ -9656,8 +9656,6 @@ tfoot .element-required-indicator-footer {
9656
9656
  }
9657
9657
 
9658
9658
  .element-editable-list-norecords {
9659
- display: none;
9660
-
9661
9659
  td {
9662
9660
  padding: 0.5rem;
9663
9661
  }
@@ -9814,10 +9812,6 @@ tfoot .element-required-indicator-footer {
9814
9812
  display: none;
9815
9813
  }
9816
9814
 
9817
- .element-editable-list-norecords {
9818
- display: table-row;
9819
- }
9820
-
9821
9815
  .element-editable-list-table {
9822
9816
  width: 100% !important;
9823
9817
  }
@@ -11842,4 +11836,15 @@ $history-badge-size: 30px;
11842
11836
  }
11843
11837
  }
11844
11838
 
11839
+ .operation-status {
11840
+ display: flex;
11841
+ justify-content: center;
11842
+ align-items: center;
11843
+ }
11844
+
11845
+ .operation-action {
11846
+ display: flex;
11847
+ justify-self: center;
11848
+ }
11849
+
11845
11850
 
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "uninstall": "rimraf node_modules"
11
11
  },
12
12
  "devDependencies": {
13
- "@omnia-low-code/runtime-web-app": "^3.5.347",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.393",
14
14
  "scss-bundle": "3.1.2"
15
15
  },
16
16
  "workspaces": {
@@ -19,7 +19,7 @@
19
19
  "*@omnia-low-code/runtime-web-app*/**"
20
20
  ]
21
21
  },
22
- "version": "3.5.347",
22
+ "version": "3.5.393",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }