@infineon/infineon-design-system-stencil 21.4.0 → 21.5.0

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.
@@ -25,6 +25,6 @@ export declare class Button {
25
25
  handleFocus(event: FocusEvent): void;
26
26
  render(): any;
27
27
  getVariantClass(): string;
28
- getSizeClass(): "" | "l" | "s" | "xs";
28
+ getSizeClass(): "" | "s" | "xs" | "l";
29
29
  getClassNames(): string;
30
30
  }
@@ -17,6 +17,6 @@ export declare class Checkbox {
17
17
  handleKeydown(event: any): void;
18
18
  componentWillLoad(): void;
19
19
  componentDidRender(): void;
20
- getCheckedClassName(): "" | "error" | "checked" | "checked error";
20
+ getCheckedClassName(): "" | "error" | "checked error" | "checked";
21
21
  render(): any;
22
22
  }
@@ -12,6 +12,6 @@ export declare class IconButton {
12
12
  componentWillLoad(): void;
13
13
  render(): any;
14
14
  getVariantClass(): "primary" | "secondary" | "tertiary";
15
- getSizeClass(): "" | "l" | "s" | "xs";
15
+ getSizeClass(): "" | "s" | "xs" | "l";
16
16
  getClassNames(): string;
17
17
  }
@@ -11,6 +11,6 @@ export declare class Link {
11
11
  componentWillRender(): void;
12
12
  render(): any;
13
13
  getSizeClass(): "" | "small" | "medium" | "large" | "extraLarge";
14
- getVariantClass(): "bold" | "title" | "menu" | "underlined";
14
+ getVariantClass(): "title" | "menu" | "bold" | "underlined";
15
15
  linkClassNames(): string;
16
16
  }
@@ -13,7 +13,7 @@ export declare class Tooltip {
13
13
  componentWillLoad(): void;
14
14
  componentDidLoad(): void;
15
15
  initializePopper(): void;
16
- determineBestPosition(): "top" | "left" | "right" | "bottom-start" | "top-start" | "top-end" | "bottom" | "bottom-end";
16
+ determineBestPosition(): "left" | "right" | "bottom-start" | "top" | "top-start" | "top-end" | "bottom" | "bottom-end";
17
17
  positionChanged(newVal: any): void;
18
18
  onMouseEnter: () => void;
19
19
  onMouseLeave: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/infineon-design-system-stencil",
3
- "version": "21.4.0",
3
+ "version": "21.5.0",
4
4
  "private": false,
5
5
  "description": "Infineon design system Stencil web components",
6
6
  "homepage": "https://infineon.github.io/infineon-design-system-stencil",