omnia-sass 3.5.347 → 3.5.362

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.
@@ -11842,4 +11842,15 @@ $history-badge-size: 30px;
11842
11842
  }
11843
11843
  }
11844
11844
 
11845
+ .operation-status {
11846
+ display: flex;
11847
+ justify-content: center;
11848
+ align-items: center;
11849
+ }
11850
+
11851
+ .operation-action {
11852
+ display: flex;
11853
+ justify-self: center;
11854
+ }
11855
+
11845
11856
 
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.362",
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.362",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }