@leanix/components 0.4.888 → 0.4.889

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/index.d.ts CHANGED
@@ -2763,7 +2763,7 @@ declare class ResponsiveInputComponent implements AfterViewInit, OnDestroy, Cont
2763
2763
  static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveInputComponent, "lx-responsive-input", never, { "inputId": { "alias": "inputId"; "required": false; }; }, { "focus": "focus"; "focusViaTab": "focusViaTab"; "blur": "blur"; }, never, never, true, never>;
2764
2764
  }
2765
2765
 
2766
- type MultiSelectSize = 'default' | 'small' | 'large' | 'select2';
2766
+ type MultiSelectSize = 'default' | 'small' | 'large';
2767
2767
  type MultiSelectRemoveItemEvent = {
2768
2768
  item: any;
2769
2769
  /**
@@ -3305,7 +3305,7 @@ declare class PickerComponent implements AfterViewInit, ControlValueAccessor, On
3305
3305
 
3306
3306
  type SingleSelectPadding = 'default' | 'narrow';
3307
3307
 
3308
- type SingleSelectSize = 'default' | 'small' | 'select2' | 'large';
3308
+ type SingleSelectSize = 'default' | 'small' | 'large';
3309
3309
  /**
3310
3310
  * A dropdown component for selecting a single value from a list of options.
3311
3311
  * Implements `ControlValueAccessor` for seamless integration with Angular reactive forms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.888",
3
+ "version": "0.4.889",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {