@ngx-stoui/core 20.0.6 → 20.0.7

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.
File without changes
package/ngx-stoui.css CHANGED
@@ -4399,6 +4399,7 @@ a.dense.breadcrumbs__button {
4399
4399
  }
4400
4400
 
4401
4401
  .mat-mdc-menu-item.dense {
4402
+ min-height: 36px;
4402
4403
  height: 36px;
4403
4404
  line-height: 36px;
4404
4405
  }
@@ -4550,13 +4551,17 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
4550
4551
  .sto-form__field .mat-mdc-form-field-flex .mat-icon-button .mat-datepicker-toggle-default-icon {
4551
4552
  margin-top: -2px;
4552
4553
  }
4553
- .sto-form__field:not(.sto-form__field--disabled) .mat-mdc-text-field-wrapper {
4554
- border: 1px solid var(--divider);
4555
- }
4556
4554
  .sto-form__field .mat-mdc-form-field-subscript-wrapper {
4557
4555
  font-size: 11px;
4558
4556
  margin: 6px;
4559
4557
  }
4558
+ .sto-form__field .mat-mdc-form-field-subscript-wrapper:not(:has(.mat-mdc-slide-toggle)) {
4559
+ margin-top: 0;
4560
+ }
4561
+ .sto-form__field .mat-mdc-form-field-hint-wrapper,
4562
+ .sto-form__field .mat-mdc-form-field-error-wrapper {
4563
+ padding: 0;
4564
+ }
4560
4565
  .sto-form__field .mat-mdc-form-field-icon-suffix {
4561
4566
  height: 18px;
4562
4567
  color: var(--text);
@@ -4629,7 +4634,6 @@ body .sto-form__field--disabled .mat-select.mat-select-disabled .mat-select-arro
4629
4634
  }
4630
4635
  .sto-form__field--disabled .mat-mdc-form-field-flex {
4631
4636
  cursor: default;
4632
- border: 1px solid var(--divider);
4633
4637
  background-color: transparent;
4634
4638
  }
4635
4639
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "20.0.6",
3
+ "version": "20.0.7",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"
@@ -162,25 +162,18 @@ $border-radius: 4px;
162
162
  }
163
163
  }
164
164
  }
165
- &:not(.sto-form__field--disabled) {
166
- .mat-mdc-text-field-wrapper {
167
- border: 1px solid var(--divider);
168
- }
169
- }
170
165
 
171
166
  .mat-mdc-form-field-subscript-wrapper {
172
167
  font-size: 11px;
173
168
  margin: 6px;
169
+ &:not(:has(.mat-mdc-slide-toggle)) {
170
+ margin-top: 0;
171
+ }
172
+ }
173
+ .mat-mdc-form-field-hint-wrapper,
174
+ .mat-mdc-form-field-error-wrapper {
175
+ padding: 0;
174
176
  }
175
- // .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea),
176
- // .mat-mdc-form-field-flex {
177
- // .mat-mdc-form-field-infix {
178
- // padding: 6px 0 0 0;
179
- // }
180
- // }
181
- // .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
182
- // border-top: 0.99975em solid transparent;
183
- // }
184
177
  .mat-mdc-form-field-icon-suffix {
185
178
  height: 18px;
186
179
  color: var(--text);
@@ -196,9 +189,6 @@ $border-radius: 4px;
196
189
  padding: 2px;
197
190
  }
198
191
  }
199
- // &:has(.mdc-floating-label) .mat-mdc-form-field-icon-suffix {
200
- // place-self: baseline;
201
- // }
202
192
  .mat-mdc-select-arrow-wrapper {
203
193
  height: 20px;
204
194
  }
@@ -281,7 +271,6 @@ $border-radius: 4px;
281
271
 
282
272
  .mat-mdc-form-field-flex {
283
273
  cursor: default;
284
- border: 1px solid var(--divider);
285
274
  background-color: transparent;
286
275
  }
287
276
  }