omnia-sass 3.5.404 → 3.5.409

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.
@@ -9667,6 +9667,10 @@ tfoot .element-required-indicator-footer {
9667
9667
  border: 3px solid $success;
9668
9668
  }
9669
9669
 
9670
+ &.element-editable-list-row-updated {
9671
+ border: 3px solid $warning;
9672
+ }
9673
+
9670
9674
  &.element-editable-list-row-removed {
9671
9675
  border: 3px solid $danger;
9672
9676
  text-decoration: line-through;
@@ -10801,7 +10805,8 @@ table .checkmark {
10801
10805
  }
10802
10806
 
10803
10807
  .form-field-reference {
10804
- button {
10808
+ .form-field-reference-window-toggler,
10809
+ .compact-form-field-reference-window-toggler {
10805
10810
  border-right: 2px dotted;
10806
10811
  background-color: $input-bg;
10807
10812
  }
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.404",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.409",
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.404",
22
+ "version": "3.5.409",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }