bpm-core 0.0.82 → 0.0.83

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
@@ -104,6 +104,9 @@ mat-slide-toggle {
104
104
  border: 3px solid currentColor;
105
105
  border-radius: 4px;
106
106
  }
107
+ .mdc-form-field>label{
108
+ margin: 0 !important;
109
+ }
107
110
  /* &.mdc-checkbox--disabled {
108
111
  opacity: 0.3 !important;
109
112
  }*/