@colijnit/corecomponents_v12 12.0.85 → 12.0.86

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.
@@ -20,6 +20,7 @@ export declare class InputListboxComponent extends BaseInputComponent<any> imple
20
20
  set showCheckbox(value: boolean);
21
21
  set showSelectAll(value: boolean);
22
22
  showClass(): boolean;
23
+ customHeight: boolean;
23
24
  selectionSettings: SelectionSettingsModel;
24
25
  constructor(formComponent: FormComponent, changeDetector: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, formUserChangeListener?: FormInputUserModelChangeListenerService, ngZoneWrapper?: NgZoneWrapperService, elementRef?: ElementRef);
25
26
  }
@@ -1,10 +1,10 @@
1
- $cc-co-input-search-background-color: #F5F5FA !default;
1
+ $cc-co-input-search-background-color: #F5F5FC !default;
2
2
  $cc-co-input-search-border-style: $cc-input-border-style !default;
3
3
  $cc-co-input-search-border-width: $cc-input-border-width !default;
4
4
  $cc-co-input-search-border-color: $cc-input-border-color !default;
5
5
  $cc-co-input-search-border-radius: 10px !default;
6
- $cc-co-input-search-label-color: #8083A3 !default;
6
+ $cc-co-input-search-label-color: $cc-color-label !default;
7
7
  $cc-co-input-search-label-font-style: italic !default;
8
8
  $cc-co-input-search-input-margin-left: $cc-input-margin-left !default;
9
9
  $cc-co-input-search-label-margin-left: $cc-co-input-search-input-margin-left !default;
10
- $cc-co-input-search-custom-height: 35px !default;
10
+ $cc-co-input-search-custom-height: 32px !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "12.0.85",
3
+ "version": "12.0.86",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {