@lumx/react 3.12.1-alpha.2 → 3.12.1-alpha.3

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/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": "^3.12.1-alpha.2",
10
- "@lumx/icons": "^3.12.1-alpha.2",
9
+ "@lumx/core": "^3.12.1-alpha.3",
10
+ "@lumx/icons": "^3.12.1-alpha.3",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "classnames": "^2.3.2",
@@ -110,5 +110,5 @@
110
110
  "build:storybook": "storybook build"
111
111
  },
112
112
  "sideEffects": false,
113
- "version": "3.12.1-alpha.2"
113
+ "version": "3.12.1-alpha.3"
114
114
  }
@@ -24,14 +24,14 @@ export interface LinkProps extends GenericProps {
24
24
  isDisabled?: boolean;
25
25
  /**
26
26
  * Left icon (SVG path).
27
- * @deprecated Just nest `<Icon />` in the children
27
+ * @deprecated Instead, simply nest `<Icon />` in the children
28
28
  */
29
29
  leftIcon?: string;
30
30
  /** Custom react component for the link (can be used to inject react router Link). */
31
31
  linkAs?: 'a' | any;
32
32
  /**
33
33
  * Right icon (SVG path).
34
- * @deprecated Just nest `<Icon />` in the children
34
+ * @deprecated Instead, simply nest `<Icon />` in the children
35
35
  */
36
36
  rightIcon?: string;
37
37
  /** Link target. */