@lumx/react 4.3.2-alpha.21 → 4.3.2-alpha.22
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.
- package/index.d.ts +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -683,7 +683,7 @@ interface ButtonProps extends GenericProps, ButtonProps$1 {
|
|
|
683
683
|
* @param ref Component ref.
|
|
684
684
|
* @return React element.
|
|
685
685
|
*/
|
|
686
|
-
declare const Button: Comp<ButtonProps,
|
|
686
|
+
declare const Button: Comp<ButtonProps, HTMLAnchorElement | HTMLButtonElement>;
|
|
687
687
|
|
|
688
688
|
interface IconButtonProps$1 extends BaseButtonProps {
|
|
689
689
|
/**
|
|
@@ -2603,7 +2603,7 @@ interface LinkProps extends GenericProps, Omit<LinkProps$1, 'label'> {
|
|
|
2603
2603
|
* @param ref Component ref.
|
|
2604
2604
|
* @return React element.
|
|
2605
2605
|
*/
|
|
2606
|
-
declare const Link: Comp<LinkProps,
|
|
2606
|
+
declare const Link: Comp<LinkProps, HTMLAnchorElement | HTMLButtonElement>;
|
|
2607
2607
|
|
|
2608
2608
|
/**
|
|
2609
2609
|
* 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.
|
|
10
|
-
"@lumx/icons": "^4.3.2-alpha.
|
|
9
|
+
"@lumx/core": "^4.3.2-alpha.22",
|
|
10
|
+
"@lumx/icons": "^4.3.2-alpha.22",
|
|
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.
|
|
105
|
+
"version": "4.3.2-alpha.22",
|
|
106
106
|
"stableVersion": "4.3.1"
|
|
107
107
|
}
|