@lumx/react 4.5.2-alpha.6 → 4.6.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +3 -4
package/index.d.ts CHANGED
@@ -773,7 +773,7 @@ interface ButtonProps extends GenericProps$1, ReactToJSX<ButtonProps$1> {
773
773
  * @param ref Component ref.
774
774
  * @return React element.
775
775
  */
776
- declare const Button: Comp<ButtonProps, HTMLAnchorElement | HTMLButtonElement>;
776
+ declare const Button: Comp<ButtonProps, HTMLButtonElement | HTMLAnchorElement>;
777
777
 
778
778
  interface IconButtonProps$1 extends BaseButtonProps {
779
779
  /**
@@ -2347,7 +2347,7 @@ interface LinkProps extends GenericProps$1, ReactToJSX<LinkProps$1> {
2347
2347
  * @param ref Component ref.
2348
2348
  * @return React element.
2349
2349
  */
2350
- declare const Link: Comp<LinkProps, HTMLAnchorElement | HTMLButtonElement>;
2350
+ declare const Link: Comp<LinkProps, HTMLButtonElement | HTMLAnchorElement>;
2351
2351
 
2352
2352
  /**
2353
2353
  * Defines the props of the component.
package/package.json CHANGED
@@ -7,8 +7,8 @@
7
7
  },
8
8
  "dependencies": {
9
9
  "@floating-ui/react-dom": "^2.1.7",
10
- "@lumx/core": "^4.5.2-alpha.6",
11
- "@lumx/icons": "^4.5.2-alpha.6",
10
+ "@lumx/core": "^4.6.0",
11
+ "@lumx/icons": "^4.6.0",
12
12
  "body-scroll-lock": "^3.1.5"
13
13
  },
14
14
  "devDependencies": {
@@ -99,6 +99,5 @@
99
99
  "build:storybook": "storybook build"
100
100
  },
101
101
  "sideEffects": false,
102
- "version": "4.5.2-alpha.6",
103
- "stableVersion": "4.6.0"
102
+ "version": "4.6.0"
104
103
  }