@leanix/components 0.4.655 → 0.4.657
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.
|
@@ -15,6 +15,7 @@ export declare class SingleSelectComponent extends BaseSelectDirective implement
|
|
|
15
15
|
selection: any;
|
|
16
16
|
selectionBackground: 'white' | 'gray';
|
|
17
17
|
size: SingleSelectSize;
|
|
18
|
+
/** @deprecated To keep different inputs aligned, we should use the default padding */
|
|
18
19
|
padding?: SingleSelectPadding;
|
|
19
20
|
inputId?: string;
|
|
20
21
|
required: boolean;
|