omnia-sass 3.5.113 → 3.5.119

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.
@@ -11150,6 +11150,7 @@ table .checkmark {
11150
11150
  }
11151
11151
  }
11152
11152
  .static-form-collection-options {
11153
+ width: 2rem;
11153
11154
  .btn {
11154
11155
  border: none;
11155
11156
  border-radius: 0;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "clean": "rimraf dist && rimraf omnia-low-code-omnia-sass*.tgz"
10
10
  },
11
11
  "devDependencies": {
12
- "@omnia-low-code/runtime-web-app": "^3.5.113",
12
+ "@omnia-low-code/runtime-web-app": "^3.5.119",
13
13
  "scss-bundle": "3.1.2"
14
14
  },
15
15
  "workspaces": {
@@ -18,7 +18,7 @@
18
18
  "*@omnia-low-code/runtime-web-app*/**"
19
19
  ]
20
20
  },
21
- "version": "3.5.113",
21
+ "version": "3.5.119",
22
22
  "author": "",
23
23
  "license": "MIT"
24
24
  }