@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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.655",
3
+ "version": "0.4.657",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {