@lumx/react 4.3.2-alpha.32 → 4.3.2-alpha.33

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
@@ -724,7 +724,7 @@ interface ButtonProps extends GenericProps, ReactToJSX<ButtonProps$1> {
724
724
  * @param ref Component ref.
725
725
  * @return React element.
726
726
  */
727
- declare const Button: Comp<ButtonProps, HTMLButtonElement | HTMLAnchorElement>;
727
+ declare const Button: Comp<ButtonProps, HTMLAnchorElement | HTMLButtonElement>;
728
728
 
729
729
  interface IconButtonProps$1 extends BaseButtonProps {
730
730
  /**
@@ -2233,7 +2233,7 @@ interface LinkProps extends GenericProps, ReactToJSX<LinkProps$1, 'label'> {
2233
2233
  * @param ref Component ref.
2234
2234
  * @return React element.
2235
2235
  */
2236
- declare const Link: Comp<LinkProps, HTMLButtonElement | HTMLAnchorElement>;
2236
+ declare const Link: Comp<LinkProps, HTMLAnchorElement | HTMLButtonElement>;
2237
2237
 
2238
2238
  /**
2239
2239
  * 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.32",
10
- "@lumx/icons": "^4.3.2-alpha.32",
9
+ "@lumx/core": "^4.3.2-alpha.33",
10
+ "@lumx/icons": "^4.3.2-alpha.33",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "react-popper": "^2.2.4"
@@ -102,6 +102,6 @@
102
102
  "build:storybook": "storybook build"
103
103
  },
104
104
  "sideEffects": false,
105
- "version": "4.3.2-alpha.32",
105
+ "version": "4.3.2-alpha.33",
106
106
  "stableVersion": "4.3.1"
107
107
  }