@lumx/react 4.5.2-alpha.1 → 4.5.2-alpha.2

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 +3 -3
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -755,7 +755,7 @@ interface ButtonProps extends GenericProps$1, ReactToJSX<ButtonProps$1> {
755
755
  * @param ref Component ref.
756
756
  * @return React element.
757
757
  */
758
- declare const Button: Comp<ButtonProps, HTMLAnchorElement | HTMLButtonElement>;
758
+ declare const Button: Comp<ButtonProps, HTMLButtonElement | HTMLAnchorElement>;
759
759
 
760
760
  interface IconButtonProps$1 extends BaseButtonProps {
761
761
  /**
@@ -1605,7 +1605,7 @@ declare const GenericBlockGapSize: Pick<{
1605
1605
  readonly medium: "medium";
1606
1606
  readonly big: "big";
1607
1607
  readonly huge: "huge";
1608
- }, "tiny" | "regular" | "medium" | "big" | "huge">;
1608
+ }, "medium" | "tiny" | "regular" | "big" | "huge">;
1609
1609
  type GenericBlockGapSize = ValueOf$1<typeof GenericBlockGapSize>;
1610
1610
 
1611
1611
  interface GenericBlockProps extends FlexBoxProps {
@@ -2290,7 +2290,7 @@ interface LinkProps extends GenericProps$1, ReactToJSX<LinkProps$1> {
2290
2290
  * @param ref Component ref.
2291
2291
  * @return React element.
2292
2292
  */
2293
- declare const Link: Comp<LinkProps, HTMLAnchorElement | HTMLButtonElement>;
2293
+ declare const Link: Comp<LinkProps, HTMLButtonElement | HTMLAnchorElement>;
2294
2294
 
2295
2295
  /**
2296
2296
  * 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.1",
11
- "@lumx/icons": "^4.5.2-alpha.1",
10
+ "@lumx/core": "^4.5.2-alpha.2",
11
+ "@lumx/icons": "^4.5.2-alpha.2",
12
12
  "body-scroll-lock": "^3.1.5"
13
13
  },
14
14
  "devDependencies": {
@@ -99,6 +99,6 @@
99
99
  "build:storybook": "storybook build"
100
100
  },
101
101
  "sideEffects": false,
102
- "version": "4.5.2-alpha.1",
102
+ "version": "4.5.2-alpha.2",
103
103
  "stableVersion": "4.5.1"
104
104
  }