@lumx/react 4.3.2-alpha.4 → 4.3.2-alpha.6

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -673,7 +673,7 @@ interface ButtonProps extends GenericProps, ButtonProps$1 {
673
673
  * @param ref Component ref.
674
674
  * @return React element.
675
675
  */
676
- declare const Button: Comp<ButtonProps, HTMLButtonElement | HTMLAnchorElement>;
676
+ declare const Button: Comp<ButtonProps, HTMLAnchorElement | HTMLButtonElement>;
677
677
 
678
678
  interface IconButtonProps$1 extends BaseButtonProps {
679
679
  /**
@@ -2161,7 +2161,7 @@ interface LinkProps extends GenericProps, Omit<LinkProps$1, 'label'> {
2161
2161
  * @param ref Component ref.
2162
2162
  * @return React element.
2163
2163
  */
2164
- declare const Link: Comp<LinkProps, HTMLButtonElement | HTMLAnchorElement>;
2164
+ declare const Link: Comp<LinkProps, HTMLAnchorElement | HTMLButtonElement>;
2165
2165
 
2166
2166
  /**
2167
2167
  * Defines the props of the component.
package/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/core": "^4.3.2-alpha.4",
10
- "@lumx/icons": "^4.3.2-alpha.4",
9
+ "@lumx/core": "^4.3.2-alpha.6",
10
+ "@lumx/icons": "^4.3.2-alpha.6",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "react-popper": "^2.2.4"
@@ -92,6 +92,6 @@
92
92
  "build:storybook": "storybook build"
93
93
  },
94
94
  "sideEffects": false,
95
- "version": "4.3.2-alpha.4",
95
+ "version": "4.3.2-alpha.6",
96
96
  "stableVersion": "4.3.1"
97
97
  }