@hh.ru/magritte-ui-link 4.3.11 → 4.3.12

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-link",
3
- "version": "4.3.11",
3
+ "version": "4.3.12",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -22,11 +22,11 @@
22
22
  "dependencies": {
23
23
  "@hh.ru/magritte-common-keyboard": "4.0.2",
24
24
  "@hh.ru/magritte-common-use-disabled": "1.0.9",
25
- "@hh.ru/magritte-design-tokens": "19.1.1",
26
- "@hh.ru/magritte-types": "4.0.2",
27
- "@hh.ru/magritte-ui-icon": "7.9.1",
28
- "@hh.ru/magritte-ui-theme-provider": "1.1.30",
29
- "@hh.ru/magritte-ui-typography": "3.0.17"
25
+ "@hh.ru/magritte-design-tokens": "19.1.2",
26
+ "@hh.ru/magritte-types": "4.0.3",
27
+ "@hh.ru/magritte-ui-icon": "7.9.2",
28
+ "@hh.ru/magritte-ui-theme-provider": "1.1.31",
29
+ "@hh.ru/magritte-ui-typography": "3.0.18"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "classnames": ">=2.3.2",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "23007d0b08f6460c2ed15ed58cf3676420330977"
38
+ "gitHead": "1ac30fb3b6ed8df5e0683e4551925b6ab8bf08d9"
39
39
  }
package/types.d.ts CHANGED
@@ -31,4 +31,4 @@ export interface LinkProps {
31
31
  }
32
32
  export type LinkForwardRefRenderFuncWithCustomElement = ForwardRefRenderFuncWithCustomElement<LinkProps, 'a'>;
33
33
  export type LinkWithCustomElement = ComponentWithCustomElement<LinkProps, 'a'>;
34
- export declare const isLinkComponent: (component: ReactElement) => component is ReactElement<LinkProps, string | import("react").JSXElementConstructor<any>>;
34
+ export declare const isLinkComponent: (component: ReactElement) => component is ReactElement<LinkProps>;