@alfalab/core-components-typography 4.1.0 → 4.2.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/colors.css +33 -33
- package/colors.module-70706104.js +6 -0
- package/common.module-78c2a0fa.js +6 -0
- package/component.js +2 -2
- package/cssm/colors.module.css +13 -13
- package/cssm/text/component.d.ts +1 -1
- package/cssm/text/component.js +16 -0
- package/cssm/text/index.module.css +8 -0
- package/esm/colors.css +33 -33
- package/esm/colors.module-ac92fbac.js +4 -0
- package/esm/common.module-95067533.js +4 -0
- package/esm/component.js +2 -2
- package/esm/hooks/use-skeleton.css +2 -2
- package/esm/hooks/useSkeleton.js +1 -1
- package/esm/index.js +2 -2
- package/esm/text/component.d.ts +1 -1
- package/esm/text/component.js +18 -2
- package/esm/text/index.css +26 -18
- package/esm/text/index.js +1 -1
- package/esm/title/common.css +5 -5
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +19 -19
- package/esm/title/index.js +3 -3
- package/esm/title-mobile/component.js +3 -3
- package/esm/title-mobile/index.css +11 -11
- package/esm/title-mobile/index.js +2 -2
- package/esm/title-responsive/component.js +3 -3
- package/esm/title-responsive/index.css +31 -31
- package/esm/title-responsive/index.js +2 -2
- package/hooks/use-skeleton.css +2 -2
- package/hooks/useSkeleton.js +1 -1
- package/index.js +2 -2
- package/modern/colors.css +33 -33
- package/modern/colors.module-1a9450b1.js +4 -0
- package/modern/common.module-151b3759.js +4 -0
- package/modern/component.js +2 -2
- package/modern/hooks/use-skeleton.css +2 -2
- package/modern/hooks/useSkeleton.js +1 -1
- package/modern/index.js +2 -2
- package/modern/text/component.d.ts +1 -1
- package/modern/text/component.js +18 -2
- package/modern/text/index.css +26 -18
- package/modern/text/index.js +1 -1
- package/modern/title/common.css +5 -5
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +19 -19
- package/modern/title/index.js +3 -3
- package/modern/title-mobile/component.js +3 -3
- package/modern/title-mobile/index.css +11 -11
- package/modern/title-mobile/index.js +2 -2
- package/modern/title-responsive/component.js +3 -3
- package/modern/title-responsive/index.css +31 -31
- package/modern/title-responsive/index.js +2 -2
- package/package.json +1 -1
- package/src/text/component.tsx +23 -0
- package/src/text/index.module.css +8 -0
- package/text/component.d.ts +1 -1
- package/text/component.js +18 -2
- package/text/index.css +26 -18
- package/text/index.js +1 -1
- package/title/common.css +5 -5
- package/title/component.js +1 -1
- package/title/index.css +19 -19
- package/title/index.js +3 -3
- package/title-mobile/component.js +3 -3
- package/title-mobile/index.css +11 -11
- package/title-mobile/index.js +2 -2
- package/title-responsive/component.js +3 -3
- package/title-responsive/index.css +31 -31
- package/title-responsive/index.js +2 -2
- package/colors.module-69def6bf.js +0 -6
- package/common.module-59cc11ca.js +0 -6
- package/esm/colors.module-64858915.js +0 -4
- package/esm/common.module-a0a4a875.js +0 -4
- package/modern/colors.module-58e8caae.js +0 -4
- package/modern/common.module-3d6095da.js +0 -4
package/esm/title/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: xl0md */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -20,78 +20,78 @@
|
|
|
20
20
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
21
21
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
22
22
|
} :root {
|
|
23
|
-
} .typography__styrene-
|
|
23
|
+
} .typography__styrene-xlarge_1b4jn {
|
|
24
24
|
font-size: 48px;
|
|
25
25
|
line-height: 64px;
|
|
26
26
|
font-weight: 500;
|
|
27
27
|
font-feature-settings: 'ss01';
|
|
28
28
|
font-family: var(--font-family-styrene);
|
|
29
|
-
} .typography__styrene-
|
|
29
|
+
} .typography__styrene-large_1b4jn {
|
|
30
30
|
font-size: 40px;
|
|
31
31
|
line-height: 48px;
|
|
32
32
|
font-weight: 500;
|
|
33
33
|
font-feature-settings: 'ss01';
|
|
34
34
|
font-family: var(--font-family-styrene);
|
|
35
|
-
} .typography__styrene-
|
|
35
|
+
} .typography__styrene-medium_1b4jn {
|
|
36
36
|
font-size: 32px;
|
|
37
37
|
line-height: 40px;
|
|
38
38
|
font-weight: 500;
|
|
39
39
|
font-feature-settings: 'ss01';
|
|
40
40
|
font-family: var(--font-family-styrene);
|
|
41
|
-
} .typography__styrene-
|
|
41
|
+
} .typography__styrene-small_1b4jn {
|
|
42
42
|
font-size: 24px;
|
|
43
43
|
line-height: 32px;
|
|
44
44
|
font-weight: 500;
|
|
45
45
|
font-feature-settings: 'ss01';
|
|
46
46
|
font-family: var(--font-family-styrene);
|
|
47
|
-
} .typography__styrene-
|
|
47
|
+
} .typography__styrene-xsmall_1b4jn {
|
|
48
48
|
font-size: 20px;
|
|
49
49
|
line-height: 24px;
|
|
50
50
|
font-weight: 500;
|
|
51
51
|
font-feature-settings: 'ss01';
|
|
52
52
|
font-family: var(--font-family-styrene);
|
|
53
|
-
} .typography__system-
|
|
53
|
+
} .typography__system-xlarge_1b4jn {
|
|
54
54
|
font-size: 48px;
|
|
55
55
|
line-height: 52px;
|
|
56
56
|
font-weight: 700;
|
|
57
|
-
} .typography__system-
|
|
57
|
+
} .typography__system-large_1b4jn {
|
|
58
58
|
font-size: 40px;
|
|
59
59
|
line-height: 48px;
|
|
60
60
|
font-weight: 700;
|
|
61
|
-
} .typography__system-
|
|
61
|
+
} .typography__system-medium_1b4jn {
|
|
62
62
|
font-size: 30px;
|
|
63
63
|
line-height: 36px;
|
|
64
64
|
font-weight: 700;
|
|
65
|
-
} .typography__system-
|
|
65
|
+
} .typography__system-small_1b4jn {
|
|
66
66
|
font-size: 22px;
|
|
67
67
|
line-height: 26px;
|
|
68
68
|
font-weight: 700;
|
|
69
|
-
} .typography__system-
|
|
69
|
+
} .typography__system-xsmall_1b4jn {
|
|
70
70
|
font-size: 18px;
|
|
71
71
|
line-height: 22px;
|
|
72
72
|
font-weight: 700;
|
|
73
|
-
} .typography__margins-
|
|
73
|
+
} .typography__margins-xlarge_1b4jn {
|
|
74
74
|
margin: 0 0 var(--gap-xl);
|
|
75
|
-
} .typography__margins-
|
|
75
|
+
} .typography__margins-large_1b4jn {
|
|
76
76
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
77
|
-
} .typography__margins-
|
|
77
|
+
} .typography__margins-medium_1b4jn {
|
|
78
78
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
79
|
-
} .typography__margins-
|
|
79
|
+
} .typography__margins-small_1b4jn {
|
|
80
80
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
81
|
-
} .typography__margins-
|
|
81
|
+
} .typography__margins-xsmall_1b4jn {
|
|
82
82
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
83
|
-
} .
|
|
83
|
+
} .typography__rowLimit1_1b4jn {
|
|
84
84
|
-webkit-line-clamp: 1;
|
|
85
85
|
display: -webkit-box;
|
|
86
86
|
-webkit-box-orient: vertical;
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
word-break: break-all;
|
|
89
|
-
} .
|
|
89
|
+
} .typography__rowLimit2_1b4jn {
|
|
90
90
|
-webkit-line-clamp: 2;
|
|
91
91
|
display: -webkit-box;
|
|
92
92
|
-webkit-box-orient: vertical;
|
|
93
93
|
overflow: hidden;
|
|
94
|
-
} .
|
|
94
|
+
} .typography__rowLimit3_1b4jn {
|
|
95
95
|
-webkit-line-clamp: 3;
|
|
96
96
|
display: -webkit-box;
|
|
97
97
|
-webkit-box-orient: vertical;
|
package/esm/title/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Title as Title$1 } from './component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-95067533.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/useSkeleton.js';
|
|
8
8
|
import '@alfalab/core-components-skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import '../colors.module-
|
|
10
|
+
import '../colors.module-ac92fbac.js';
|
|
11
11
|
|
|
12
|
-
var styles = {"styrene-xlarge":"typography__styrene-
|
|
12
|
+
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1b4jn","styrene-large":"typography__styrene-large_1b4jn","styrene-medium":"typography__styrene-medium_1b4jn","styrene-small":"typography__styrene-small_1b4jn","styrene-xsmall":"typography__styrene-xsmall_1b4jn","system-xlarge":"typography__system-xlarge_1b4jn","system-large":"typography__system-large_1b4jn","system-medium":"typography__system-medium_1b4jn","system-small":"typography__system-small_1b4jn","system-xsmall":"typography__system-xsmall_1b4jn","margins-xlarge":"typography__margins-xlarge_1b4jn","margins-large":"typography__margins-large_1b4jn","margins-medium":"typography__margins-medium_1b4jn","margins-small":"typography__margins-small_1b4jn","margins-xsmall":"typography__margins-xsmall_1b4jn","rowLimit1":"typography__rowLimit1_1b4jn","rowLimit2":"typography__rowLimit2_1b4jn","rowLimit3":"typography__rowLimit3_1b4jn"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var Title = function (props) { return (
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Title } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-95067533.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/useSkeleton.js';
|
|
8
8
|
import '@alfalab/core-components-skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import '../colors.module-
|
|
10
|
+
import '../colors.module-ac92fbac.js';
|
|
11
11
|
|
|
12
|
-
var styles = {"styrene-xlarge":"typography__styrene-
|
|
12
|
+
var styles = {"styrene-xlarge":"typography__styrene-xlarge_wg0v8","styrene-large":"typography__styrene-large_wg0v8","styrene-medium":"typography__styrene-medium_wg0v8","styrene-small":"typography__styrene-small_wg0v8","styrene-xsmall":"typography__styrene-xsmall_wg0v8","system-xlarge":"typography__system-xlarge_wg0v8","system-large":"typography__system-large_wg0v8","system-medium":"typography__system-medium_wg0v8","system-small":"typography__system-small_wg0v8","system-xsmall":"typography__system-xsmall_wg0v8"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var TitleMobile = function (props) { return (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1a7b3 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -16,53 +16,53 @@
|
|
|
16
16
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
17
17
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
18
18
|
} :root {
|
|
19
|
-
} .typography__styrene-
|
|
19
|
+
} .typography__styrene-xlarge_wg0v8 {
|
|
20
20
|
font-size: 34px;
|
|
21
21
|
line-height: 40px;
|
|
22
22
|
font-weight: 500;
|
|
23
23
|
font-feature-settings: 'ss01';
|
|
24
24
|
font-family: var(--font-family-styrene);
|
|
25
|
-
} .typography__styrene-
|
|
25
|
+
} .typography__styrene-large_wg0v8 {
|
|
26
26
|
font-size: 30px;
|
|
27
27
|
line-height: 36px;
|
|
28
28
|
font-weight: 500;
|
|
29
29
|
font-feature-settings: 'ss01';
|
|
30
30
|
font-family: var(--font-family-styrene);
|
|
31
|
-
} .typography__styrene-
|
|
31
|
+
} .typography__styrene-medium_wg0v8 {
|
|
32
32
|
font-size: 26px;
|
|
33
33
|
line-height: 32px;
|
|
34
34
|
font-weight: 500;
|
|
35
35
|
font-feature-settings: 'ss01';
|
|
36
36
|
font-family: var(--font-family-styrene);
|
|
37
|
-
} .typography__styrene-
|
|
37
|
+
} .typography__styrene-small_wg0v8 {
|
|
38
38
|
font-size: 20px;
|
|
39
39
|
line-height: 28px;
|
|
40
40
|
font-weight: 500;
|
|
41
41
|
font-feature-settings: 'ss01';
|
|
42
42
|
font-family: var(--font-family-styrene);
|
|
43
|
-
} .typography__styrene-
|
|
43
|
+
} .typography__styrene-xsmall_wg0v8 {
|
|
44
44
|
font-size: 16px;
|
|
45
45
|
line-height: 20px;
|
|
46
46
|
font-weight: 500;
|
|
47
47
|
font-feature-settings: 'ss01';
|
|
48
48
|
font-family: var(--font-family-styrene);
|
|
49
|
-
} .typography__system-
|
|
49
|
+
} .typography__system-xlarge_wg0v8 {
|
|
50
50
|
font-size: 34px;
|
|
51
51
|
line-height: 40px;
|
|
52
52
|
font-weight: 600;
|
|
53
|
-
} .typography__system-
|
|
53
|
+
} .typography__system-large_wg0v8 {
|
|
54
54
|
font-size: 30px;
|
|
55
55
|
line-height: 36px;
|
|
56
56
|
font-weight: 600;
|
|
57
|
-
} .typography__system-
|
|
57
|
+
} .typography__system-medium_wg0v8 {
|
|
58
58
|
font-size: 26px;
|
|
59
59
|
line-height: 32px;
|
|
60
60
|
font-weight: 600;
|
|
61
|
-
} .typography__system-
|
|
61
|
+
} .typography__system-small_wg0v8 {
|
|
62
62
|
font-size: 20px;
|
|
63
63
|
line-height: 28px;
|
|
64
64
|
font-weight: 600;
|
|
65
|
-
} .typography__system-
|
|
65
|
+
} .typography__system-xsmall_wg0v8 {
|
|
66
66
|
font-size: 16px;
|
|
67
67
|
line-height: 20px;
|
|
68
68
|
font-weight: 600;
|
|
@@ -7,5 +7,5 @@ import 'classnames';
|
|
|
7
7
|
import '../hooks/useSkeleton.js';
|
|
8
8
|
import '@alfalab/core-components-skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import '../colors.module-
|
|
11
|
-
import '../common.module-
|
|
10
|
+
import '../colors.module-ac92fbac.js';
|
|
11
|
+
import '../common.module-95067533.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Title } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-95067533.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/useSkeleton.js';
|
|
8
8
|
import '@alfalab/core-components-skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import '../colors.module-
|
|
10
|
+
import '../colors.module-ac92fbac.js';
|
|
11
11
|
|
|
12
|
-
var styles = {"styrene-xlarge":"typography__styrene-
|
|
12
|
+
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1j7fm","styrene-large":"typography__styrene-large_1j7fm","styrene-medium":"typography__styrene-medium_1j7fm","styrene-small":"typography__styrene-small_1j7fm","styrene-xsmall":"typography__styrene-xsmall_1j7fm","system-xlarge":"typography__system-xlarge_1j7fm","system-large":"typography__system-large_1j7fm","system-medium":"typography__system-medium_1j7fm","system-small":"typography__system-small_1j7fm","system-xsmall":"typography__system-xsmall_1j7fm","margins-xlarge":"typography__margins-xlarge_1j7fm","margins-large":"typography__margins-large_1j7fm","margins-medium":"typography__margins-medium_1j7fm","margins-small":"typography__margins-small_1j7fm","margins-xsmall":"typography__margins-xsmall_1j7fm"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var TitleResponsive = function (props) { return (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1tw64 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -20,68 +20,68 @@
|
|
|
20
20
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
21
21
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
22
22
|
} :root {
|
|
23
|
-
} /* TODO: поменять медиа-запросы на миксины */ .typography__styrene-
|
|
23
|
+
} /* TODO: поменять медиа-запросы на миксины */ .typography__styrene-xlarge_1j7fm {
|
|
24
24
|
font-size: 34px;
|
|
25
25
|
line-height: 40px;
|
|
26
26
|
font-weight: 500;
|
|
27
27
|
font-feature-settings: 'ss01';
|
|
28
28
|
font-family: var(--font-family-styrene);
|
|
29
|
-
} .typography__styrene-
|
|
29
|
+
} .typography__styrene-large_1j7fm {
|
|
30
30
|
font-size: 30px;
|
|
31
31
|
line-height: 36px;
|
|
32
32
|
font-weight: 500;
|
|
33
33
|
font-feature-settings: 'ss01';
|
|
34
34
|
font-family: var(--font-family-styrene);
|
|
35
|
-
} .typography__styrene-
|
|
35
|
+
} .typography__styrene-medium_1j7fm {
|
|
36
36
|
font-size: 26px;
|
|
37
37
|
line-height: 32px;
|
|
38
38
|
font-weight: 500;
|
|
39
39
|
font-feature-settings: 'ss01';
|
|
40
40
|
font-family: var(--font-family-styrene);
|
|
41
|
-
} .typography__styrene-
|
|
41
|
+
} .typography__styrene-small_1j7fm {
|
|
42
42
|
font-size: 20px;
|
|
43
43
|
line-height: 28px;
|
|
44
44
|
font-weight: 500;
|
|
45
45
|
font-feature-settings: 'ss01';
|
|
46
46
|
font-family: var(--font-family-styrene);
|
|
47
|
-
} .typography__styrene-
|
|
47
|
+
} .typography__styrene-xsmall_1j7fm {
|
|
48
48
|
font-size: 16px;
|
|
49
49
|
line-height: 20px;
|
|
50
50
|
font-weight: 500;
|
|
51
51
|
font-feature-settings: 'ss01';
|
|
52
52
|
font-family: var(--font-family-styrene);
|
|
53
|
-
} .typography__system-
|
|
53
|
+
} .typography__system-xlarge_1j7fm {
|
|
54
54
|
font-size: 34px;
|
|
55
55
|
line-height: 40px;
|
|
56
56
|
font-weight: 600;
|
|
57
|
-
} .typography__system-
|
|
57
|
+
} .typography__system-large_1j7fm {
|
|
58
58
|
font-size: 30px;
|
|
59
59
|
line-height: 36px;
|
|
60
60
|
font-weight: 600;
|
|
61
|
-
} .typography__system-
|
|
61
|
+
} .typography__system-medium_1j7fm {
|
|
62
62
|
font-size: 26px;
|
|
63
63
|
line-height: 32px;
|
|
64
64
|
font-weight: 600;
|
|
65
|
-
} .typography__system-
|
|
65
|
+
} .typography__system-small_1j7fm {
|
|
66
66
|
font-size: 20px;
|
|
67
67
|
line-height: 28px;
|
|
68
68
|
font-weight: 600;
|
|
69
|
-
} .typography__system-
|
|
69
|
+
} .typography__system-xsmall_1j7fm {
|
|
70
70
|
font-size: 16px;
|
|
71
71
|
line-height: 20px;
|
|
72
72
|
font-weight: 600;
|
|
73
|
-
} .typography__margins-
|
|
73
|
+
} .typography__margins-xlarge_1j7fm {
|
|
74
74
|
margin: 0 0 var(--gap-xl);
|
|
75
|
-
} .typography__margins-
|
|
75
|
+
} .typography__margins-large_1j7fm {
|
|
76
76
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
77
|
-
} .typography__margins-
|
|
77
|
+
} .typography__margins-medium_1j7fm {
|
|
78
78
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
79
|
-
} .typography__margins-
|
|
79
|
+
} .typography__margins-small_1j7fm {
|
|
80
80
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
81
|
-
} .typography__margins-
|
|
81
|
+
} .typography__margins-xsmall_1j7fm {
|
|
82
82
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
83
83
|
} @media screen and (min-width: 1024px) {
|
|
84
|
-
.typography__styrene-
|
|
84
|
+
.typography__styrene-xlarge_1j7fm {
|
|
85
85
|
font-size: 48px;
|
|
86
86
|
line-height: 64px;
|
|
87
87
|
font-weight: 500;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
font-family: var(--font-family-styrene);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.typography__styrene-
|
|
92
|
+
.typography__styrene-large_1j7fm {
|
|
93
93
|
font-size: 40px;
|
|
94
94
|
line-height: 48px;
|
|
95
95
|
font-weight: 500;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
font-family: var(--font-family-styrene);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.typography__styrene-
|
|
100
|
+
.typography__styrene-medium_1j7fm {
|
|
101
101
|
font-size: 32px;
|
|
102
102
|
line-height: 40px;
|
|
103
103
|
font-weight: 500;
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
font-family: var(--font-family-styrene);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.typography__styrene-
|
|
108
|
+
.typography__styrene-small_1j7fm {
|
|
109
109
|
font-size: 24px;
|
|
110
110
|
line-height: 32px;
|
|
111
111
|
font-weight: 500;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
font-family: var(--font-family-styrene);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.typography__styrene-
|
|
116
|
+
.typography__styrene-xsmall_1j7fm {
|
|
117
117
|
font-size: 20px;
|
|
118
118
|
line-height: 24px;
|
|
119
119
|
font-weight: 500;
|
|
@@ -121,53 +121,53 @@
|
|
|
121
121
|
font-family: var(--font-family-styrene);
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.typography__system-
|
|
124
|
+
.typography__system-xlarge_1j7fm {
|
|
125
125
|
font-size: 48px;
|
|
126
126
|
line-height: 52px;
|
|
127
127
|
font-weight: 700;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.typography__system-
|
|
130
|
+
.typography__system-large_1j7fm {
|
|
131
131
|
font-size: 40px;
|
|
132
132
|
line-height: 48px;
|
|
133
133
|
font-weight: 700;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.typography__system-
|
|
136
|
+
.typography__system-medium_1j7fm {
|
|
137
137
|
font-size: 30px;
|
|
138
138
|
line-height: 36px;
|
|
139
139
|
font-weight: 700;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.typography__system-
|
|
142
|
+
.typography__system-small_1j7fm {
|
|
143
143
|
font-size: 22px;
|
|
144
144
|
line-height: 26px;
|
|
145
145
|
font-weight: 700;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.typography__system-
|
|
148
|
+
.typography__system-xsmall_1j7fm {
|
|
149
149
|
font-size: 18px;
|
|
150
150
|
line-height: 22px;
|
|
151
151
|
font-weight: 700;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.typography__margins-
|
|
154
|
+
.typography__margins-xlarge_1j7fm {
|
|
155
155
|
margin: 0 0 var(--gap-xl);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.typography__margins-
|
|
158
|
+
.typography__margins-large_1j7fm {
|
|
159
159
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.typography__margins-
|
|
162
|
+
.typography__margins-medium_1j7fm {
|
|
163
163
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.typography__margins-
|
|
166
|
+
.typography__margins-small_1j7fm {
|
|
167
167
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.typography__margins-
|
|
170
|
+
.typography__margins-xsmall_1j7fm {
|
|
171
171
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -7,5 +7,5 @@ import 'classnames';
|
|
|
7
7
|
import '../hooks/useSkeleton.js';
|
|
8
8
|
import '@alfalab/core-components-skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import '../colors.module-
|
|
11
|
-
import '../common.module-
|
|
10
|
+
import '../colors.module-ac92fbac.js';
|
|
11
|
+
import '../common.module-95067533.js';
|
package/hooks/use-skeleton.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: m4447 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .
|
|
18
|
+
} .typography__skeletonText_zkwz6.typography__skeletonText_zkwz6 {
|
|
19
19
|
border-radius: var(--border-radius-pill);
|
|
20
20
|
}
|
package/hooks/useSkeleton.js
CHANGED
|
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
13
13
|
|
|
14
|
-
var styles = {"skeletonText":"
|
|
14
|
+
var styles = {"skeletonText":"typography__skeletonText_zkwz6"};
|
|
15
15
|
require('./use-skeleton.css')
|
|
16
16
|
|
|
17
17
|
function useSkeleton(showSkeleton, skeletonProps) {
|
package/index.js
CHANGED
|
@@ -12,10 +12,10 @@ require('classnames');
|
|
|
12
12
|
require('./hooks/useSkeleton.js');
|
|
13
13
|
require('@alfalab/core-components-skeleton');
|
|
14
14
|
require('@alfalab/hooks');
|
|
15
|
-
require('./colors.module-
|
|
15
|
+
require('./colors.module-70706104.js');
|
|
16
16
|
require('./title/index.js');
|
|
17
17
|
require('./title/component.js');
|
|
18
|
-
require('./common.module-
|
|
18
|
+
require('./common.module-78c2a0fa.js');
|
|
19
19
|
require('./title-mobile/component.js');
|
|
20
20
|
require('./title-responsive/component.js');
|
|
21
21
|
|
package/modern/colors.css
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: i9al3 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-text-accent: #ef3124;
|
|
5
|
-
--color-light-text-attention: #
|
|
6
|
-
--color-light-text-disabled: rgba(
|
|
7
|
-
--color-light-text-link: #
|
|
8
|
-
--color-light-text-negative: #
|
|
9
|
-
--color-light-text-positive: #
|
|
5
|
+
--color-light-text-attention: #ea8313;
|
|
6
|
+
--color-light-text-disabled: rgba(5, 11, 44, 0.18);
|
|
7
|
+
--color-light-text-link: #2a77ef;
|
|
8
|
+
--color-light-text-negative: #ec2e14;
|
|
9
|
+
--color-light-text-positive: #0d9336;
|
|
10
10
|
--color-light-text-primary: #0e0e0e;
|
|
11
11
|
--color-light-text-primary-inverted: #fff;
|
|
12
|
-
--color-light-text-secondary: rgba(
|
|
13
|
-
--color-light-text-secondary-inverted: rgba(
|
|
14
|
-
--color-light-text-tertiary: rgba(
|
|
15
|
-
--color-light-text-tertiary-inverted: rgba(
|
|
12
|
+
--color-light-text-secondary: rgba(4, 4, 19, 0.55);
|
|
13
|
+
--color-light-text-secondary-inverted: rgba(238, 238, 251, 0.55);
|
|
14
|
+
--color-light-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
15
|
+
--color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
16
16
|
--color-static-text-accent: #ef3124;
|
|
17
17
|
--color-static-text-primary-dark: #0e0e0e;
|
|
18
18
|
--color-static-text-primary-light: #fff;
|
|
19
|
-
--color-static-text-secondary-dark: rgba(
|
|
20
|
-
--color-static-text-secondary-light: rgba(
|
|
21
|
-
--color-static-text-tertiary-dark: rgba(
|
|
22
|
-
--color-static-text-tertiary-light: rgba(
|
|
19
|
+
--color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
|
|
20
|
+
--color-static-text-secondary-light: rgba(238, 238, 251, 0.55);
|
|
21
|
+
--color-static-text-tertiary-dark: rgba(5, 8, 29, 0.38);
|
|
22
|
+
--color-static-text-tertiary-light: rgba(233, 233, 250, 0.37); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
23
23
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
24
24
|
} :root {
|
|
25
25
|
} :root {
|
|
@@ -33,42 +33,42 @@
|
|
|
33
33
|
} :root {
|
|
34
34
|
} :root {
|
|
35
35
|
} :root {
|
|
36
|
-
} /* colors */ .
|
|
36
|
+
} /* colors */ .typography__tertiary_1t5nw {
|
|
37
37
|
color: var(--color-light-text-tertiary);
|
|
38
|
-
} .
|
|
38
|
+
} .typography__disabled_1t5nw {
|
|
39
39
|
color: var(--color-light-text-disabled);
|
|
40
|
-
} .
|
|
40
|
+
} .typography__accent_1t5nw {
|
|
41
41
|
color: var(--color-light-text-accent);
|
|
42
|
-
} .
|
|
42
|
+
} .typography__primary_1t5nw {
|
|
43
43
|
color: var(--color-light-text-primary);
|
|
44
|
-
} .
|
|
44
|
+
} .typography__attention_1t5nw {
|
|
45
45
|
color: var(--color-light-text-attention);
|
|
46
|
-
} .
|
|
46
|
+
} .typography__positive_1t5nw {
|
|
47
47
|
color: var(--color-light-text-positive);
|
|
48
|
-
} .
|
|
48
|
+
} .typography__secondary_1t5nw {
|
|
49
49
|
color: var(--color-light-text-secondary);
|
|
50
|
-
} .typography__tertiary-
|
|
50
|
+
} .typography__tertiary-inverted_1t5nw {
|
|
51
51
|
color: var(--color-light-text-tertiary-inverted);
|
|
52
|
-
} .typography__primary-
|
|
52
|
+
} .typography__primary-inverted_1t5nw {
|
|
53
53
|
color: var(--color-light-text-primary-inverted);
|
|
54
|
-
} .typography__secondary-
|
|
54
|
+
} .typography__secondary-inverted_1t5nw {
|
|
55
55
|
color: var(--color-light-text-secondary-inverted);
|
|
56
|
-
} .
|
|
56
|
+
} .typography__link_1t5nw {
|
|
57
57
|
color: var(--color-light-text-link);
|
|
58
|
-
} .
|
|
58
|
+
} .typography__negative_1t5nw {
|
|
59
59
|
color: var(--color-light-text-negative);
|
|
60
|
-
} .typography__static-primary-
|
|
60
|
+
} .typography__static-primary-light_1t5nw {
|
|
61
61
|
color: var(--color-static-text-primary-light);
|
|
62
|
-
} .typography__static-secondary-
|
|
62
|
+
} .typography__static-secondary-light_1t5nw {
|
|
63
63
|
color: var(--color-static-text-secondary-light);
|
|
64
|
-
} .typography__static-tertiary-
|
|
64
|
+
} .typography__static-tertiary-light_1t5nw {
|
|
65
65
|
color: var(--color-static-text-tertiary-light);
|
|
66
|
-
} .typography__static-primary-
|
|
66
|
+
} .typography__static-primary-dark_1t5nw {
|
|
67
67
|
color: var(--color-static-text-primary-dark);
|
|
68
|
-
} .typography__static-secondary-
|
|
68
|
+
} .typography__static-secondary-dark_1t5nw {
|
|
69
69
|
color: var(--color-static-text-secondary-dark);
|
|
70
|
-
} .typography__static-tertiary-
|
|
70
|
+
} .typography__static-tertiary-dark_1t5nw {
|
|
71
71
|
color: var(--color-static-text-tertiary-dark);
|
|
72
|
-
} .typography__static-
|
|
72
|
+
} .typography__static-accent_1t5nw {
|
|
73
73
|
color: var(--color-static-text-accent);
|
|
74
74
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const colors = {"tertiary":"typography__tertiary_1t5nw","disabled":"typography__disabled_1t5nw","accent":"typography__accent_1t5nw","primary":"typography__primary_1t5nw","attention":"typography__attention_1t5nw","positive":"typography__positive_1t5nw","secondary":"typography__secondary_1t5nw","tertiary-inverted":"typography__tertiary-inverted_1t5nw","primary-inverted":"typography__primary-inverted_1t5nw","secondary-inverted":"typography__secondary-inverted_1t5nw","link":"typography__link_1t5nw","negative":"typography__negative_1t5nw","static-primary-light":"typography__static-primary-light_1t5nw","static-secondary-light":"typography__static-secondary-light_1t5nw","static-tertiary-light":"typography__static-tertiary-light_1t5nw","static-primary-dark":"typography__static-primary-dark_1t5nw","static-secondary-dark":"typography__static-secondary-dark_1t5nw","static-tertiary-dark":"typography__static-tertiary-dark_1t5nw","static-accent":"typography__static-accent_1t5nw"};
|
|
2
|
+
require('./colors.css')
|
|
3
|
+
|
|
4
|
+
export { colors as c };
|
package/modern/component.js
CHANGED
|
@@ -8,9 +8,9 @@ import 'classnames';
|
|
|
8
8
|
import './hooks/useSkeleton.js';
|
|
9
9
|
import '@alfalab/core-components-skeleton/modern';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './colors.module-
|
|
11
|
+
import './colors.module-1a9450b1.js';
|
|
12
12
|
import './title/component.js';
|
|
13
|
-
import './common.module-
|
|
13
|
+
import './common.module-151b3759.js';
|
|
14
14
|
|
|
15
15
|
const Typography = {
|
|
16
16
|
Title,
|