omnia-sass 3.5.433 → 3.5.439

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.
@@ -9104,6 +9104,7 @@ $breadcrumb-height: 2.5rem;
9104
9104
  }
9105
9105
 
9106
9106
  .element-calendar-schedule-view-day {
9107
+ padding: 0 !important;
9107
9108
  &.element-calendar-schedule-view-today {
9108
9109
  @include today();
9109
9110
  }
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.433",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.439",
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.433",
22
+ "version": "3.5.439",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }