omnia-sass 3.5.265 → 3.5.281

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.
@@ -9180,6 +9180,12 @@ $breadcrumb-height: 2.5rem;
9180
9180
  }
9181
9181
  }
9182
9182
 
9183
+ .file-modal-list-file {
9184
+ max-height: 300px;
9185
+ overflow-y: auto;
9186
+ padding: 15px;
9187
+ }
9188
+
9183
9189
  .list {
9184
9190
  margin-bottom: 1rem;
9185
9191
  .table {
@@ -10282,7 +10288,7 @@ tfoot .element-required-indicator-footer {
10282
10288
 
10283
10289
  .element-menu-entry-text {
10284
10290
  position: fixed;
10285
- left: calc(100% - #{$content-size}) !important;
10291
+ left: $sidebar-size-sm !important;
10286
10292
  background-color: $sidebar-bg-color;
10287
10293
  color: $sidebar-color;
10288
10294
  padding-top: 6px;
@@ -11245,7 +11251,7 @@ table .checkmark {
11245
11251
  .sidebar-entry-text {
11246
11252
  padding-left: 0.5rem;
11247
11253
  display: block;
11248
- padding-top: 2px;
11254
+ padding-top: 2px;
11249
11255
 
11250
11256
  white-space: nowrap;
11251
11257
  overflow: hidden;
@@ -11285,7 +11291,7 @@ table .checkmark {
11285
11291
  }
11286
11292
  .sidebar-entry-text {
11287
11293
  position: fixed;
11288
- left: calc(100% - #{$content-size}) !important;
11294
+ left: $sidebar-size-sm !important;
11289
11295
  background-color: #f2f2f2;
11290
11296
  padding-top: 6px;
11291
11297
  padding-bottom: 8px;
@@ -11294,7 +11300,7 @@ table .checkmark {
11294
11300
  width: 200px;
11295
11301
  max-width: 200px;
11296
11302
  display: none;
11297
- //color: $body-color;
11303
+ color: $sidebar-color;
11298
11304
  border-top: 2px solid;
11299
11305
  &.show {
11300
11306
  display: block;
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.265",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.281",
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.265",
22
+ "version": "3.5.281",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }