omnia-sass 3.5.135 → 3.5.144

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.
@@ -9126,8 +9126,7 @@ $breadcrumb-height: 2.5rem;
9126
9126
  .element-calendar-caption-static-entries {
9127
9127
  .element-calendar-caption-entry {
9128
9128
  .element-calendar-caption-entry-badge {
9129
- background-color: $white;
9130
- border: 2px solid $info;
9129
+ border-radius: 0px;
9131
9130
  }
9132
9131
  }
9133
9132
  }
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.135",
12
+ "@omnia-low-code/runtime-web-app": "^3.5.144",
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.135",
21
+ "version": "3.5.144",
22
22
  "author": "",
23
23
  "license": "MIT"
24
24
  }