@alfalab/core-components-typography 4.2.1 → 4.3.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.
Files changed (85) hide show
  1. package/colors.css +20 -20
  2. package/colors.module-67e5bcbb.js +6 -0
  3. package/common.module-e30c567d.js +6 -0
  4. package/component.js +2 -2
  5. package/cssm/title/index.d.ts +16 -2
  6. package/cssm/title/index.js +1 -6
  7. package/cssm/title-mobile/component.d.ts +16 -2
  8. package/cssm/title-mobile/component.js +1 -6
  9. package/cssm/title-responsive/component.d.ts +16 -3
  10. package/cssm/title-responsive/component.js +1 -6
  11. package/esm/colors.css +20 -20
  12. package/esm/colors.module-f70f33ad.js +4 -0
  13. package/esm/common.module-a6e9f838.js +4 -0
  14. package/esm/component.js +2 -2
  15. package/esm/hooks/use-skeleton.css +2 -2
  16. package/esm/hooks/useSkeleton.js +1 -1
  17. package/esm/index.js +2 -2
  18. package/esm/text/component.js +2 -2
  19. package/esm/text/index.css +20 -20
  20. package/esm/text/index.js +1 -1
  21. package/esm/title/common.css +5 -5
  22. package/esm/title/component.js +1 -1
  23. package/esm/title/index.css +19 -19
  24. package/esm/title/index.d.ts +16 -2
  25. package/esm/title/index.js +5 -10
  26. package/esm/title-mobile/component.d.ts +16 -2
  27. package/esm/title-mobile/component.js +5 -10
  28. package/esm/title-mobile/index.css +11 -11
  29. package/esm/title-mobile/index.js +2 -2
  30. package/esm/title-responsive/component.d.ts +16 -3
  31. package/esm/title-responsive/component.js +5 -10
  32. package/esm/title-responsive/index.css +31 -31
  33. package/esm/title-responsive/index.js +2 -2
  34. package/hooks/use-skeleton.css +2 -2
  35. package/hooks/useSkeleton.js +1 -1
  36. package/index.js +2 -2
  37. package/modern/colors.css +20 -20
  38. package/modern/colors.module-95caa60d.js +4 -0
  39. package/modern/common.module-592df4cb.js +4 -0
  40. package/modern/component.js +2 -2
  41. package/modern/hooks/use-skeleton.css +2 -2
  42. package/modern/hooks/useSkeleton.js +1 -1
  43. package/modern/index.js +2 -2
  44. package/modern/text/component.js +2 -2
  45. package/modern/text/index.css +20 -20
  46. package/modern/text/index.js +1 -1
  47. package/modern/title/common.css +5 -5
  48. package/modern/title/component.js +1 -1
  49. package/modern/title/index.css +19 -19
  50. package/modern/title/index.d.ts +16 -2
  51. package/modern/title/index.js +5 -10
  52. package/modern/title-mobile/component.d.ts +16 -2
  53. package/modern/title-mobile/component.js +5 -10
  54. package/modern/title-mobile/index.css +11 -11
  55. package/modern/title-mobile/index.js +2 -2
  56. package/modern/title-responsive/component.d.ts +16 -3
  57. package/modern/title-responsive/component.js +5 -10
  58. package/modern/title-responsive/index.css +31 -31
  59. package/modern/title-responsive/index.js +2 -2
  60. package/package.json +1 -1
  61. package/src/title/index.tsx +4 -8
  62. package/src/title-mobile/component.tsx +3 -7
  63. package/src/title-responsive/component.tsx +3 -7
  64. package/text/component.js +2 -2
  65. package/text/index.css +20 -20
  66. package/text/index.js +1 -1
  67. package/title/common.css +5 -5
  68. package/title/component.js +1 -1
  69. package/title/index.css +19 -19
  70. package/title/index.d.ts +16 -2
  71. package/title/index.js +4 -9
  72. package/title-mobile/component.d.ts +16 -2
  73. package/title-mobile/component.js +4 -9
  74. package/title-mobile/index.css +11 -11
  75. package/title-mobile/index.js +2 -2
  76. package/title-responsive/component.d.ts +16 -3
  77. package/title-responsive/component.js +4 -9
  78. package/title-responsive/index.css +31 -31
  79. package/title-responsive/index.js +2 -2
  80. package/colors.module-4e4b7d12.js +0 -6
  81. package/common.module-b3f0cfca.js +0 -6
  82. package/esm/colors.module-ca4c7711.js +0 -4
  83. package/esm/common.module-936e59c9.js +0 -4
  84. package/modern/colors.module-62b0790b.js +0 -4
  85. package/modern/common.module-d91f4ff7.js +0 -4
@@ -5,26 +5,21 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var title_component = require('../title/component.js');
8
- var common_module = require('../common.module-b3f0cfca.js');
8
+ var common_module = require('../common.module-e30c567d.js');
9
9
  require('react-merge-refs');
10
10
  require('classnames');
11
11
  require('../hooks/useSkeleton.js');
12
12
  require('@alfalab/core-components-skeleton');
13
13
  require('@alfalab/hooks');
14
- require('../colors.module-4e4b7d12.js');
14
+ require('../colors.module-67e5bcbb.js');
15
15
 
16
16
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
17
17
 
18
18
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
19
19
 
20
- var styles = {"styrene-xlarge":"typography__styrene-xlarge_1oc5t","styrene-large":"typography__styrene-large_1oc5t","styrene-medium":"typography__styrene-medium_1oc5t","styrene-small":"typography__styrene-small_1oc5t","styrene-xsmall":"typography__styrene-xsmall_1oc5t","system-xlarge":"typography__system-xlarge_1oc5t","system-large":"typography__system-large_1oc5t","system-medium":"typography__system-medium_1oc5t","system-small":"typography__system-small_1oc5t","system-xsmall":"typography__system-xsmall_1oc5t"};
20
+ var styles = {"styrene-xlarge":"typography__styrene-xlarge_tp4ad","styrene-large":"typography__styrene-large_tp4ad","styrene-medium":"typography__styrene-medium_tp4ad","styrene-small":"typography__styrene-small_tp4ad","styrene-xsmall":"typography__styrene-xsmall_tp4ad","system-xlarge":"typography__system-xlarge_tp4ad","system-large":"typography__system-large_tp4ad","system-medium":"typography__system-medium_tp4ad","system-small":"typography__system-small_tp4ad","system-xsmall":"typography__system-xsmall_tp4ad"};
21
21
  require('./index.css')
22
22
 
23
- var TitleMobile = function (props) { return (
24
- /**
25
- * Если поменять Object.assign на деструктуризацию, то упадут тесты.
26
- * Видимо, это особенность работы jest и css-modules.
27
- */
28
- React__default.default.createElement(title_component.Title, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles) }))); };
23
+ var TitleMobile = React.forwardRef(function (props, ref) { return React__default.default.createElement(title_component.Title, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles), ref: ref })); });
29
24
 
30
25
  exports.TitleMobile = TitleMobile;
@@ -1,4 +1,4 @@
1
- /* hash: vsmj3 */
1
+ /* hash: ctk4z */
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-xlarge_1oc5t {
19
+ } .typography__styrene-xlarge_tp4ad {
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-large_1oc5t {
25
+ } .typography__styrene-large_tp4ad {
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-medium_1oc5t {
31
+ } .typography__styrene-medium_tp4ad {
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-small_1oc5t {
37
+ } .typography__styrene-small_tp4ad {
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-xsmall_1oc5t {
43
+ } .typography__styrene-xsmall_tp4ad {
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-xlarge_1oc5t {
49
+ } .typography__system-xlarge_tp4ad {
50
50
  font-size: 34px;
51
51
  line-height: 40px;
52
52
  font-weight: 600;
53
- } .typography__system-large_1oc5t {
53
+ } .typography__system-large_tp4ad {
54
54
  font-size: 30px;
55
55
  line-height: 36px;
56
56
  font-weight: 600;
57
- } .typography__system-medium_1oc5t {
57
+ } .typography__system-medium_tp4ad {
58
58
  font-size: 26px;
59
59
  line-height: 32px;
60
60
  font-weight: 600;
61
- } .typography__system-small_1oc5t {
61
+ } .typography__system-small_tp4ad {
62
62
  font-size: 20px;
63
63
  line-height: 28px;
64
64
  font-weight: 600;
65
- } .typography__system-xsmall_1oc5t {
65
+ } .typography__system-xsmall_tp4ad {
66
66
  font-size: 16px;
67
67
  line-height: 20px;
68
68
  font-weight: 600;
@@ -11,8 +11,8 @@ require('classnames');
11
11
  require('../hooks/useSkeleton.js');
12
12
  require('@alfalab/core-components-skeleton');
13
13
  require('@alfalab/hooks');
14
- require('../colors.module-4e4b7d12.js');
15
- require('../common.module-b3f0cfca.js');
14
+ require('../colors.module-67e5bcbb.js');
15
+ require('../common.module-e30c567d.js');
16
16
 
17
17
 
18
18
 
@@ -1,4 +1,17 @@
1
- import { FC } from 'react';
2
- import { TitleProps } from "../title/component";
3
- declare const TitleResponsive: FC<TitleProps>;
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ declare const TitleResponsive: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
4
+ tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
5
+ view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
6
+ color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
7
+ weight?: "bold" | "regular" | "medium" | undefined;
8
+ font?: "styrene" | "system" | undefined;
9
+ defaultMargins?: boolean | undefined;
10
+ className?: string | undefined;
11
+ dataTestId?: string | undefined;
12
+ children?: React.ReactNode;
13
+ rowLimit?: 1 | 2 | 3 | undefined;
14
+ showSkeleton?: boolean | undefined;
15
+ skeletonProps?: import("../types").TextSkeletonProps | undefined;
16
+ } & React.RefAttributes<HTMLDivElement | HTMLHeadingElement>>;
4
17
  export { TitleResponsive };
@@ -5,26 +5,21 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var title_component = require('../title/component.js');
8
- var common_module = require('../common.module-b3f0cfca.js');
8
+ var common_module = require('../common.module-e30c567d.js');
9
9
  require('react-merge-refs');
10
10
  require('classnames');
11
11
  require('../hooks/useSkeleton.js');
12
12
  require('@alfalab/core-components-skeleton');
13
13
  require('@alfalab/hooks');
14
- require('../colors.module-4e4b7d12.js');
14
+ require('../colors.module-67e5bcbb.js');
15
15
 
16
16
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
17
17
 
18
18
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
19
19
 
20
- var styles = {"styrene-xlarge":"typography__styrene-xlarge_lmdod","styrene-large":"typography__styrene-large_lmdod","styrene-medium":"typography__styrene-medium_lmdod","styrene-small":"typography__styrene-small_lmdod","styrene-xsmall":"typography__styrene-xsmall_lmdod","system-xlarge":"typography__system-xlarge_lmdod","system-large":"typography__system-large_lmdod","system-medium":"typography__system-medium_lmdod","system-small":"typography__system-small_lmdod","system-xsmall":"typography__system-xsmall_lmdod","margins-xlarge":"typography__margins-xlarge_lmdod","margins-large":"typography__margins-large_lmdod","margins-medium":"typography__margins-medium_lmdod","margins-small":"typography__margins-small_lmdod","margins-xsmall":"typography__margins-xsmall_lmdod"};
20
+ var styles = {"styrene-xlarge":"typography__styrene-xlarge_v8dfx","styrene-large":"typography__styrene-large_v8dfx","styrene-medium":"typography__styrene-medium_v8dfx","styrene-small":"typography__styrene-small_v8dfx","styrene-xsmall":"typography__styrene-xsmall_v8dfx","system-xlarge":"typography__system-xlarge_v8dfx","system-large":"typography__system-large_v8dfx","system-medium":"typography__system-medium_v8dfx","system-small":"typography__system-small_v8dfx","system-xsmall":"typography__system-xsmall_v8dfx","margins-xlarge":"typography__margins-xlarge_v8dfx","margins-large":"typography__margins-large_v8dfx","margins-medium":"typography__margins-medium_v8dfx","margins-small":"typography__margins-small_v8dfx","margins-xsmall":"typography__margins-xsmall_v8dfx"};
21
21
  require('./index.css')
22
22
 
23
- var TitleResponsive = function (props) { return (
24
- /**
25
- * Если поменять Object.assign на деструктуризацию, то упадут тесты.
26
- * Видимо, это особенность работы jest и css-modules.
27
- */
28
- React__default.default.createElement(title_component.Title, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles) }))); };
23
+ var TitleResponsive = React.forwardRef(function (props, ref) { return React__default.default.createElement(title_component.Title, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles), ref: ref })); });
29
24
 
30
25
  exports.TitleResponsive = TitleResponsive;
@@ -1,4 +1,4 @@
1
- /* hash: 1aaxb */
1
+ /* hash: t6nzg */
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-xlarge_lmdod {
23
+ } /* TODO: поменять медиа-запросы на миксины */ .typography__styrene-xlarge_v8dfx {
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-large_lmdod {
29
+ } .typography__styrene-large_v8dfx {
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-medium_lmdod {
35
+ } .typography__styrene-medium_v8dfx {
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-small_lmdod {
41
+ } .typography__styrene-small_v8dfx {
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-xsmall_lmdod {
47
+ } .typography__styrene-xsmall_v8dfx {
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-xlarge_lmdod {
53
+ } .typography__system-xlarge_v8dfx {
54
54
  font-size: 34px;
55
55
  line-height: 40px;
56
56
  font-weight: 600;
57
- } .typography__system-large_lmdod {
57
+ } .typography__system-large_v8dfx {
58
58
  font-size: 30px;
59
59
  line-height: 36px;
60
60
  font-weight: 600;
61
- } .typography__system-medium_lmdod {
61
+ } .typography__system-medium_v8dfx {
62
62
  font-size: 26px;
63
63
  line-height: 32px;
64
64
  font-weight: 600;
65
- } .typography__system-small_lmdod {
65
+ } .typography__system-small_v8dfx {
66
66
  font-size: 20px;
67
67
  line-height: 28px;
68
68
  font-weight: 600;
69
- } .typography__system-xsmall_lmdod {
69
+ } .typography__system-xsmall_v8dfx {
70
70
  font-size: 16px;
71
71
  line-height: 20px;
72
72
  font-weight: 600;
73
- } .typography__margins-xlarge_lmdod {
73
+ } .typography__margins-xlarge_v8dfx {
74
74
  margin: 0 0 var(--gap-xl);
75
- } .typography__margins-large_lmdod {
75
+ } .typography__margins-large_v8dfx {
76
76
  margin: var(--gap-3xl) 0 var(--gap-m);
77
- } .typography__margins-medium_lmdod {
77
+ } .typography__margins-medium_v8dfx {
78
78
  margin: var(--gap-3xl) 0 var(--gap-m);
79
- } .typography__margins-small_lmdod {
79
+ } .typography__margins-small_v8dfx {
80
80
  margin: var(--gap-3xl) 0 var(--gap-m);
81
- } .typography__margins-xsmall_lmdod {
81
+ } .typography__margins-xsmall_v8dfx {
82
82
  margin: var(--gap-3xl) 0 var(--gap-m);
83
83
  } @media screen and (min-width: 1024px) {
84
- .typography__styrene-xlarge_lmdod {
84
+ .typography__styrene-xlarge_v8dfx {
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-large_lmdod {
92
+ .typography__styrene-large_v8dfx {
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-medium_lmdod {
100
+ .typography__styrene-medium_v8dfx {
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-small_lmdod {
108
+ .typography__styrene-small_v8dfx {
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-xsmall_lmdod {
116
+ .typography__styrene-xsmall_v8dfx {
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-xlarge_lmdod {
124
+ .typography__system-xlarge_v8dfx {
125
125
  font-size: 48px;
126
126
  line-height: 52px;
127
127
  font-weight: 700;
128
128
  }
129
129
 
130
- .typography__system-large_lmdod {
130
+ .typography__system-large_v8dfx {
131
131
  font-size: 40px;
132
132
  line-height: 48px;
133
133
  font-weight: 700;
134
134
  }
135
135
 
136
- .typography__system-medium_lmdod {
136
+ .typography__system-medium_v8dfx {
137
137
  font-size: 30px;
138
138
  line-height: 36px;
139
139
  font-weight: 700;
140
140
  }
141
141
 
142
- .typography__system-small_lmdod {
142
+ .typography__system-small_v8dfx {
143
143
  font-size: 22px;
144
144
  line-height: 26px;
145
145
  font-weight: 700;
146
146
  }
147
147
 
148
- .typography__system-xsmall_lmdod {
148
+ .typography__system-xsmall_v8dfx {
149
149
  font-size: 18px;
150
150
  line-height: 22px;
151
151
  font-weight: 700;
152
152
  }
153
153
 
154
- .typography__margins-xlarge_lmdod {
154
+ .typography__margins-xlarge_v8dfx {
155
155
  margin: 0 0 var(--gap-xl);
156
156
  }
157
157
 
158
- .typography__margins-large_lmdod {
158
+ .typography__margins-large_v8dfx {
159
159
  margin: var(--gap-4xl) 0 var(--gap-xl);
160
160
  }
161
161
 
162
- .typography__margins-medium_lmdod {
162
+ .typography__margins-medium_v8dfx {
163
163
  margin: var(--gap-4xl) 0 var(--gap-xl);
164
164
  }
165
165
 
166
- .typography__margins-small_lmdod {
166
+ .typography__margins-small_v8dfx {
167
167
  margin: var(--gap-3xl) 0 var(--gap-m);
168
168
  }
169
169
 
170
- .typography__margins-xsmall_lmdod {
170
+ .typography__margins-xsmall_v8dfx {
171
171
  margin: var(--gap-3xl) 0 var(--gap-m);
172
172
  }
173
173
  }
@@ -11,8 +11,8 @@ require('classnames');
11
11
  require('../hooks/useSkeleton.js');
12
12
  require('@alfalab/core-components-skeleton');
13
13
  require('@alfalab/hooks');
14
- require('../colors.module-4e4b7d12.js');
15
- require('../common.module-b3f0cfca.js');
14
+ require('../colors.module-67e5bcbb.js');
15
+ require('../common.module-e30c567d.js');
16
16
 
17
17
 
18
18
 
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var colors = {"tertiary":"typography__tertiary_1ds77","disabled":"typography__disabled_1ds77","accent":"typography__accent_1ds77","primary":"typography__primary_1ds77","attention":"typography__attention_1ds77","positive":"typography__positive_1ds77","secondary":"typography__secondary_1ds77","tertiary-inverted":"typography__tertiary-inverted_1ds77","primary-inverted":"typography__primary-inverted_1ds77","secondary-inverted":"typography__secondary-inverted_1ds77","link":"typography__link_1ds77","negative":"typography__negative_1ds77","static-primary-light":"typography__static-primary-light_1ds77","static-secondary-light":"typography__static-secondary-light_1ds77","static-tertiary-light":"typography__static-tertiary-light_1ds77","static-primary-dark":"typography__static-primary-dark_1ds77","static-secondary-dark":"typography__static-secondary-dark_1ds77","static-tertiary-dark":"typography__static-tertiary-dark_1ds77","static-accent":"typography__static-accent_1ds77"};
4
- require('./colors.css')
5
-
6
- exports.colors = colors;
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var commonStyles = {"component":"typography__component_thq70","bold":"typography__bold_thq70","medium":"typography__medium_thq70","regular":"typography__regular_thq70"};
4
- require('./title/common.css')
5
-
6
- exports.commonStyles = commonStyles;
@@ -1,4 +0,0 @@
1
- var colors = {"tertiary":"typography__tertiary_1ds77","disabled":"typography__disabled_1ds77","accent":"typography__accent_1ds77","primary":"typography__primary_1ds77","attention":"typography__attention_1ds77","positive":"typography__positive_1ds77","secondary":"typography__secondary_1ds77","tertiary-inverted":"typography__tertiary-inverted_1ds77","primary-inverted":"typography__primary-inverted_1ds77","secondary-inverted":"typography__secondary-inverted_1ds77","link":"typography__link_1ds77","negative":"typography__negative_1ds77","static-primary-light":"typography__static-primary-light_1ds77","static-secondary-light":"typography__static-secondary-light_1ds77","static-tertiary-light":"typography__static-tertiary-light_1ds77","static-primary-dark":"typography__static-primary-dark_1ds77","static-secondary-dark":"typography__static-secondary-dark_1ds77","static-tertiary-dark":"typography__static-tertiary-dark_1ds77","static-accent":"typography__static-accent_1ds77"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_thq70","bold":"typography__bold_thq70","medium":"typography__medium_thq70","regular":"typography__regular_thq70"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- const colors = {"tertiary":"typography__tertiary_1ds77","disabled":"typography__disabled_1ds77","accent":"typography__accent_1ds77","primary":"typography__primary_1ds77","attention":"typography__attention_1ds77","positive":"typography__positive_1ds77","secondary":"typography__secondary_1ds77","tertiary-inverted":"typography__tertiary-inverted_1ds77","primary-inverted":"typography__primary-inverted_1ds77","secondary-inverted":"typography__secondary-inverted_1ds77","link":"typography__link_1ds77","negative":"typography__negative_1ds77","static-primary-light":"typography__static-primary-light_1ds77","static-secondary-light":"typography__static-secondary-light_1ds77","static-tertiary-light":"typography__static-tertiary-light_1ds77","static-primary-dark":"typography__static-primary-dark_1ds77","static-secondary-dark":"typography__static-secondary-dark_1ds77","static-tertiary-dark":"typography__static-tertiary-dark_1ds77","static-accent":"typography__static-accent_1ds77"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- const commonStyles = {"component":"typography__component_thq70","bold":"typography__bold_thq70","medium":"typography__medium_thq70","regular":"typography__regular_thq70"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };