@hh.ru/magritte-ui-title 6.1.20 → 7.0.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.
package/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from '@hh.ru/magritte-ui-theme-provider';
2
1
  export { Title } from '@hh.ru/magritte-ui-title/Title';
3
2
  export { type TitleProps } from '@hh.ru/magritte-ui-title/types';
4
3
  export { type TextStyle } from '@hh.ru/magritte-ui-typography';
package/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import './index.css';
2
- export * from '@hh.ru/magritte-ui-theme-provider';
3
2
  export { Title } from './Title.js';
4
3
  import 'react/jsx-runtime';
5
4
  import 'classnames';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
package/index.mock.d.ts CHANGED
@@ -1,6 +1,4 @@
1
1
  import { ForwardRefExoticComponent } from 'react';
2
2
  export * from '@hh.ru/magritte-ui-title/types';
3
3
  export { type TextStyle } from '@hh.ru/magritte-ui-typography';
4
- declare const ThemeProvider: any;
5
- export { ThemeProvider };
6
4
  export declare const Title: ForwardRefExoticComponent<Record<string, unknown>>;
package/index.mock.js CHANGED
@@ -1,11 +1,9 @@
1
1
  import './index.css';
2
2
  import { mockComponent } from '@hh.ru/magritte-ui-mock-component';
3
3
 
4
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
5
- const { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');
6
4
  const Title = mockComponent('Title', undefined, {
7
5
  withChildren: true,
8
6
  });
9
7
 
10
- export { ThemeProvider, Title };
8
+ export { Title };
11
9
  //# sourceMappingURL=index.mock.js.map
package/index.mock.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-title/types';\nexport { type TextStyle } from '@hh.ru/magritte-ui-typography';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const Title: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Title', undefined, {\n withChildren: true,\n});\n"],"names":[],"mappings":";;AAOA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,KAAK,GAAuD,aAAa,CAAC,OAAO,EAAE,SAAS,EAAE;AACvG,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
1
+ {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-title/types';\nexport { type TextStyle } from '@hh.ru/magritte-ui-typography';\n\nexport const Title: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Title', undefined, {\n withChildren: true,\n});\n"],"names":[],"mappings":";;MAOa,KAAK,GAAuD,aAAa,CAAC,OAAO,EAAE,SAAS,EAAE;AACvG,IAAA,YAAY,EAAE,IAAI;AACrB,CAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-title",
3
- "version": "6.1.20",
3
+ "version": "7.0.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -20,11 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@hh.ru/magritte-common-use-disabled": "1.0.12",
23
- "@hh.ru/magritte-design-tokens": "22.0.0",
23
+ "@hh.ru/magritte-design-tokens": "22.1.0",
24
24
  "@hh.ru/magritte-ui-breakpoint": "5.0.3",
25
25
  "@hh.ru/magritte-ui-mock-component": "1.1.4",
26
- "@hh.ru/magritte-ui-theme-provider": "1.1.51",
27
- "@hh.ru/magritte-ui-typography": "3.0.47"
26
+ "@hh.ru/magritte-ui-typography": "4.0.0"
28
27
  },
29
28
  "peerDependencies": {
30
29
  "classnames": ">=2.3.2",
@@ -33,5 +32,5 @@
33
32
  "publishConfig": {
34
33
  "access": "public"
35
34
  },
36
- "gitHead": "1b6b5c9c24a432af6e815388099e856eeda3caaf"
35
+ "gitHead": "a823b2d582e812bf99b5fdf32058a93eaa59076b"
37
36
  }