@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/Title.js +1 -1
- package/index.css +968 -936
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/index.js.map +1 -1
- package/index.mock.d.ts +0 -2
- package/index.mock.js +1 -3
- package/index.mock.js.map +1 -1
- package/package.json +4 -5
package/index.d.ts
CHANGED
package/index.js
CHANGED
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 {
|
|
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\
|
|
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": "
|
|
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.
|
|
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-
|
|
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": "
|
|
35
|
+
"gitHead": "a823b2d582e812bf99b5fdf32058a93eaa59076b"
|
|
37
36
|
}
|