@alfalab/core-components-typography 4.9.0 → 4.10.1

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 (97) hide show
  1. package/colors.css +20 -20
  2. package/colors.module-7640b81b.js +6 -0
  3. package/common.module-12eda4c7.js +6 -0
  4. package/cssm/hooks/use-skeleton.module.css +2 -1
  5. package/cssm/text/index.module.css +5 -4
  6. package/cssm/title/common.module.css +29 -23
  7. package/cssm/title/index.module.css +6 -5
  8. package/cssm/title-mobile/index.module.css +6 -5
  9. package/esm/colors.css +20 -20
  10. package/esm/colors.module-e130d1fb.js +4 -0
  11. package/esm/common.module-24ddffb0.js +4 -0
  12. package/esm/hooks/use-skeleton.css +7 -6
  13. package/esm/hooks/use-skeleton.js +1 -1
  14. package/esm/text/component.js +2 -2
  15. package/esm/text/index.css +26 -25
  16. package/esm/title/common.css +30 -24
  17. package/esm/title/component.js +1 -1
  18. package/esm/title/index.css +22 -21
  19. package/esm/title/index.js +2 -2
  20. package/esm/title-mobile/component.js +2 -2
  21. package/esm/title-mobile/index.css +22 -21
  22. package/hooks/use-skeleton.css +7 -6
  23. package/hooks/use-skeleton.js +1 -1
  24. package/modern/colors.css +20 -20
  25. package/modern/colors.module-087f6dbf.js +4 -0
  26. package/modern/common.module-1d232c95.js +4 -0
  27. package/modern/hooks/use-skeleton.css +7 -6
  28. package/modern/hooks/use-skeleton.js +1 -1
  29. package/modern/text/component.js +2 -2
  30. package/modern/text/index.css +26 -25
  31. package/modern/title/common.css +30 -24
  32. package/modern/title/component.js +1 -1
  33. package/modern/title/index.css +22 -21
  34. package/modern/title/index.js +2 -2
  35. package/modern/title-mobile/component.js +2 -2
  36. package/modern/title-mobile/index.css +22 -21
  37. package/moderncssm/colors.d.ts +3 -0
  38. package/moderncssm/colors.js +23 -0
  39. package/moderncssm/colors.module.css +79 -0
  40. package/moderncssm/component.d.ts +13 -0
  41. package/moderncssm/component.js +13 -0
  42. package/moderncssm/hooks/index.d.ts +1 -0
  43. package/moderncssm/hooks/index.js +1 -0
  44. package/moderncssm/hooks/use-skeleton.d.ts +12 -0
  45. package/moderncssm/hooks/use-skeleton.js +50 -0
  46. package/moderncssm/hooks/use-skeleton.module.css +17 -0
  47. package/moderncssm/index.d.ts +5 -0
  48. package/moderncssm/index.js +2 -0
  49. package/moderncssm/margins.module.css +1 -0
  50. package/moderncssm/presets.d.ts +18 -0
  51. package/moderncssm/presets.js +19 -0
  52. package/moderncssm/text/component.d.ts +63 -0
  53. package/moderncssm/text/component.js +43 -0
  54. package/moderncssm/text/index.d.ts +1 -0
  55. package/moderncssm/text/index.js +1 -0
  56. package/moderncssm/text/index.module.css +124 -0
  57. package/moderncssm/title/common.module.css +44 -0
  58. package/moderncssm/title/component.d.ts +122 -0
  59. package/moderncssm/title/component.js +20 -0
  60. package/moderncssm/title/index.d.ts +20 -0
  61. package/moderncssm/title/index.js +8 -0
  62. package/moderncssm/title/index.module.css +76 -0
  63. package/moderncssm/title/utils.d.ts +2 -0
  64. package/moderncssm/title/utils.js +11 -0
  65. package/moderncssm/title-mobile/component.d.ts +18 -0
  66. package/moderncssm/title-mobile/component.js +8 -0
  67. package/moderncssm/title-mobile/index.d.ts +2 -0
  68. package/moderncssm/title-mobile/index.js +1 -0
  69. package/moderncssm/title-mobile/index.module.css +76 -0
  70. package/moderncssm/title-responsive/component.d.ts +32 -0
  71. package/moderncssm/title-responsive/component.js +13 -0
  72. package/moderncssm/title-responsive/index.d.ts +1 -0
  73. package/moderncssm/title-responsive/index.js +1 -0
  74. package/moderncssm/types.d.ts +21 -0
  75. package/moderncssm/types.js +1 -0
  76. package/package.json +4 -4
  77. package/src/colors.module.css +1 -1
  78. package/src/hooks/use-skeleton.module.css +2 -2
  79. package/src/margins.module.css +3 -3
  80. package/src/text/index.module.css +5 -5
  81. package/src/title/common.module.css +4 -2
  82. package/src/title/index.module.css +1 -1
  83. package/src/title-mobile/index.module.css +1 -1
  84. package/text/component.js +2 -2
  85. package/text/index.css +26 -25
  86. package/title/common.css +30 -24
  87. package/title/component.js +1 -1
  88. package/title/index.css +22 -21
  89. package/title/index.js +2 -2
  90. package/title-mobile/component.js +2 -2
  91. package/title-mobile/index.css +22 -21
  92. package/colors.module-22f6ce74.js +0 -6
  93. package/common.module-4e0e0a99.js +0 -6
  94. package/esm/colors.module-4b94173a.js +0 -4
  95. package/esm/common.module-db571a36.js +0 -4
  96. package/modern/colors.module-7accbb7b.js +0 -4
  97. package/modern/common.module-03f59939.js +0 -4
package/colors.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 8w3y6 */
1
+ /* hash: dmz1u */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -37,42 +37,42 @@
37
37
  /* новые значения, используйте их */
38
38
  } :root {
39
39
  } :root {
40
- } /* colors */ .typography__tertiary_q8fem {
40
+ } /* colors */ .typography__tertiary_vppx6 {
41
41
  color: var(--color-light-text-tertiary);
42
- } .typography__disabled_q8fem {
42
+ } .typography__disabled_vppx6 {
43
43
  color: var(--color-light-text-quaternary);
44
- } .typography__accent_q8fem {
44
+ } .typography__accent_vppx6 {
45
45
  color: var(--color-light-accent-primary);
46
- } .typography__primary_q8fem {
46
+ } .typography__primary_vppx6 {
47
47
  color: var(--color-light-text-primary);
48
- } .typography__attention_q8fem {
48
+ } .typography__attention_vppx6 {
49
49
  color: var(--color-light-text-attention);
50
- } .typography__positive_q8fem {
50
+ } .typography__positive_vppx6 {
51
51
  color: var(--color-light-text-positive);
52
- } .typography__secondary_q8fem {
52
+ } .typography__secondary_vppx6 {
53
53
  color: var(--color-light-text-secondary);
54
- } .typography__tertiary-inverted_q8fem {
54
+ } .typography__tertiary-inverted_vppx6 {
55
55
  color: var(--color-light-text-tertiary-inverted);
56
- } .typography__primary-inverted_q8fem {
56
+ } .typography__primary-inverted_vppx6 {
57
57
  color: var(--color-light-text-primary-inverted);
58
- } .typography__secondary-inverted_q8fem {
58
+ } .typography__secondary-inverted_vppx6 {
59
59
  color: var(--color-light-text-secondary-inverted);
60
- } .typography__link_q8fem {
60
+ } .typography__link_vppx6 {
61
61
  color: var(--color-light-text-info);
62
- } .typography__negative_q8fem {
62
+ } .typography__negative_vppx6 {
63
63
  color: var(--color-light-text-negative);
64
- } .typography__static-primary-light_q8fem {
64
+ } .typography__static-primary-light_vppx6 {
65
65
  color: var(--color-static-text-primary-light);
66
- } .typography__static-secondary-light_q8fem {
66
+ } .typography__static-secondary-light_vppx6 {
67
67
  color: var(--color-static-text-secondary-light);
68
- } .typography__static-tertiary-light_q8fem {
68
+ } .typography__static-tertiary-light_vppx6 {
69
69
  color: var(--color-static-text-tertiary-light);
70
- } .typography__static-primary-dark_q8fem {
70
+ } .typography__static-primary-dark_vppx6 {
71
71
  color: var(--color-static-text-primary-dark);
72
- } .typography__static-secondary-dark_q8fem {
72
+ } .typography__static-secondary-dark_vppx6 {
73
73
  color: var(--color-static-text-secondary-dark);
74
- } .typography__static-tertiary-dark_q8fem {
74
+ } .typography__static-tertiary-dark_vppx6 {
75
75
  color: var(--color-static-text-tertiary-dark);
76
- } .typography__static-accent_q8fem {
76
+ } .typography__static-accent_vppx6 {
77
77
  color: var(--color-static-accent-primary);
78
78
  }
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var colors = {"tertiary":"typography__tertiary_vppx6","disabled":"typography__disabled_vppx6","accent":"typography__accent_vppx6","primary":"typography__primary_vppx6","attention":"typography__attention_vppx6","positive":"typography__positive_vppx6","secondary":"typography__secondary_vppx6","tertiary-inverted":"typography__tertiary-inverted_vppx6","primary-inverted":"typography__primary-inverted_vppx6","secondary-inverted":"typography__secondary-inverted_vppx6","link":"typography__link_vppx6","negative":"typography__negative_vppx6","static-primary-light":"typography__static-primary-light_vppx6","static-secondary-light":"typography__static-secondary-light_vppx6","static-tertiary-light":"typography__static-tertiary-light_vppx6","static-primary-dark":"typography__static-primary-dark_vppx6","static-secondary-dark":"typography__static-secondary-dark_vppx6","static-tertiary-dark":"typography__static-tertiary-dark_vppx6","static-accent":"typography__static-accent_vppx6"};
4
+ require('./colors.css')
5
+
6
+ exports.colors = colors;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var commonStyles = {"component":"typography__component_v6d2w","bold":"typography__bold_v6d2w","semibold":"typography__semibold_v6d2w","medium":"typography__medium_v6d2w","regular":"typography__regular_v6d2w","rowLimit1":"typography__rowLimit1_v6d2w","rowLimit2":"typography__rowLimit2_v6d2w","rowLimit3":"typography__rowLimit3_v6d2w"};
4
+ require('./title/common.css')
5
+
6
+ exports.commonStyles = commonStyles;
@@ -16,6 +16,7 @@
16
16
  } :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 */
17
17
 
18
18
  /* новые значения, используйте их */
19
+ --gap-0: 0;
19
20
  } :root {
20
21
  } :root {
21
22
  } .skeletonText.skeletonText {
@@ -23,7 +24,7 @@
23
24
  } .left > div {
24
25
  margin-right: auto;
25
26
  } .center > div {
26
- margin: 0 auto;
27
+ margin: var(--gap-0) auto;
27
28
  } .right > div {
28
29
  margin-left: auto;
29
30
  }
@@ -16,16 +16,17 @@
16
16
  --gap-s: 12px; /* 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 */
17
17
 
18
18
  /* новые значения, используйте их */
19
+ --gap-0: 0;
19
20
  --gap-12: var(--gap-s);
20
21
  } :root {
21
22
  } :root {
22
23
  } :root {
23
- --text-paragraph-margin-bottom: 0 0 var(--gap-12);
24
+ --text-paragraph-margin-bottom: var(--gap-0) var(--gap-0) var(--gap-12);
24
25
  } .paragraph {
25
- margin: 0;
26
- padding: 0;
26
+ margin: var(--gap-0);
27
+ padding: var(--gap-0);
27
28
  } .paragraphWithMargins {
28
- padding: 0;
29
+ padding: var(--gap-0);
29
30
  margin: var(--text-paragraph-margin-bottom);
30
31
  } .primary-large {
31
32
  font-size: 18px;
@@ -1,40 +1,46 @@
1
- .component {
2
- margin: 0;
3
- padding: 0
4
- }
1
+ :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 */ /* 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 */
2
+ } /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */
3
+ } :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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
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 */
5
+ } :root {
5
6
 
6
- .component.bold {
7
- font-weight: bold;
8
- }
7
+ /* Hard */
9
8
 
10
- .component.semibold {
11
- font-weight: 600;
12
- }
9
+ /* Up */
13
10
 
14
- .component.medium {
15
- font-weight: 500;
16
- }
11
+ /* Hard up */
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
17
13
 
18
- .component.regular {
19
- font-weight: normal;
20
- }
14
+ /* новые значения, используйте их */
15
+ } :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 */
21
16
 
22
- .rowLimit1 {
17
+ /* новые значения, используйте их */
18
+ --gap-0: 0;
19
+ } :root {
20
+ } :root {
21
+ } .component {
22
+ margin: var(--gap-0);
23
+ padding: var(--gap-0)
24
+ } .component.bold {
25
+ font-weight: bold;
26
+ } .component.semibold {
27
+ font-weight: 600;
28
+ } .component.medium {
29
+ font-weight: 500;
30
+ } .component.regular {
31
+ font-weight: normal;
32
+ } .rowLimit1 {
23
33
  -webkit-line-clamp: 1;
24
34
  display: -webkit-box;
25
35
  -webkit-box-orient: vertical;
26
36
  overflow: hidden;
27
37
  word-break: break-all;
28
- }
29
-
30
- .rowLimit2 {
38
+ } .rowLimit2 {
31
39
  -webkit-line-clamp: 2;
32
40
  display: -webkit-box;
33
41
  -webkit-box-orient: vertical;
34
42
  overflow: hidden;
35
- }
36
-
37
- .rowLimit3 {
43
+ } .rowLimit3 {
38
44
  -webkit-line-clamp: 3;
39
45
  display: -webkit-box;
40
46
  -webkit-box-orient: vertical;
@@ -19,6 +19,7 @@
19
19
  --gap-4xl: 48px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
20
20
 
21
21
  /* новые значения, используйте их */
22
+ --gap-0: 0;
22
23
  --gap-16: var(--gap-m);
23
24
  --gap-24: var(--gap-xl);
24
25
  --gap-40: var(--gap-3xl);
@@ -78,13 +79,13 @@
78
79
  line-height: 22px;
79
80
  font-weight: 700;
80
81
  } .margins-xlarge {
81
- margin: 0 0 var(--gap-24);
82
+ margin: var(--gap-0) var(--gap-0) var(--gap-24);
82
83
  } .margins-large {
83
- margin: var(--gap-48) 0 var(--gap-24);
84
+ margin: var(--gap-48) var(--gap-0) var(--gap-24);
84
85
  } .margins-medium {
85
- margin: var(--gap-48) 0 var(--gap-24);
86
+ margin: var(--gap-48) var(--gap-0) var(--gap-24);
86
87
  } .margins-small {
87
- margin: var(--gap-40) 0 var(--gap-16);
88
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
88
89
  } .margins-xsmall {
89
- margin: var(--gap-40) 0 var(--gap-16);
90
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
90
91
  }
@@ -18,6 +18,7 @@
18
18
  --gap-3xl: 40px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
19
19
 
20
20
  /* новые значения, используйте их */
21
+ --gap-0: 0;
21
22
  --gap-16: var(--gap-m);
22
23
  --gap-24: var(--gap-xl);
23
24
  --gap-40: var(--gap-3xl);
@@ -76,13 +77,13 @@
76
77
  line-height: 20px;
77
78
  font-weight: 600;
78
79
  } .margins-xlarge {
79
- margin: 0 0 var(--gap-24);
80
+ margin: var(--gap-0) var(--gap-0) var(--gap-24);
80
81
  } .margins-large {
81
- margin: var(--gap-40) 0 var(--gap-16);
82
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
82
83
  } .margins-medium {
83
- margin: var(--gap-40) 0 var(--gap-16);
84
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
84
85
  } .margins-small {
85
- margin: var(--gap-40) 0 var(--gap-16);
86
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
86
87
  } .margins-xsmall {
87
- margin: var(--gap-40) 0 var(--gap-16);
88
+ margin: var(--gap-40) var(--gap-0) var(--gap-16);
88
89
  }
package/esm/colors.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 8w3y6 */
1
+ /* hash: dmz1u */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -37,42 +37,42 @@
37
37
  /* новые значения, используйте их */
38
38
  } :root {
39
39
  } :root {
40
- } /* colors */ .typography__tertiary_q8fem {
40
+ } /* colors */ .typography__tertiary_vppx6 {
41
41
  color: var(--color-light-text-tertiary);
42
- } .typography__disabled_q8fem {
42
+ } .typography__disabled_vppx6 {
43
43
  color: var(--color-light-text-quaternary);
44
- } .typography__accent_q8fem {
44
+ } .typography__accent_vppx6 {
45
45
  color: var(--color-light-accent-primary);
46
- } .typography__primary_q8fem {
46
+ } .typography__primary_vppx6 {
47
47
  color: var(--color-light-text-primary);
48
- } .typography__attention_q8fem {
48
+ } .typography__attention_vppx6 {
49
49
  color: var(--color-light-text-attention);
50
- } .typography__positive_q8fem {
50
+ } .typography__positive_vppx6 {
51
51
  color: var(--color-light-text-positive);
52
- } .typography__secondary_q8fem {
52
+ } .typography__secondary_vppx6 {
53
53
  color: var(--color-light-text-secondary);
54
- } .typography__tertiary-inverted_q8fem {
54
+ } .typography__tertiary-inverted_vppx6 {
55
55
  color: var(--color-light-text-tertiary-inverted);
56
- } .typography__primary-inverted_q8fem {
56
+ } .typography__primary-inverted_vppx6 {
57
57
  color: var(--color-light-text-primary-inverted);
58
- } .typography__secondary-inverted_q8fem {
58
+ } .typography__secondary-inverted_vppx6 {
59
59
  color: var(--color-light-text-secondary-inverted);
60
- } .typography__link_q8fem {
60
+ } .typography__link_vppx6 {
61
61
  color: var(--color-light-text-info);
62
- } .typography__negative_q8fem {
62
+ } .typography__negative_vppx6 {
63
63
  color: var(--color-light-text-negative);
64
- } .typography__static-primary-light_q8fem {
64
+ } .typography__static-primary-light_vppx6 {
65
65
  color: var(--color-static-text-primary-light);
66
- } .typography__static-secondary-light_q8fem {
66
+ } .typography__static-secondary-light_vppx6 {
67
67
  color: var(--color-static-text-secondary-light);
68
- } .typography__static-tertiary-light_q8fem {
68
+ } .typography__static-tertiary-light_vppx6 {
69
69
  color: var(--color-static-text-tertiary-light);
70
- } .typography__static-primary-dark_q8fem {
70
+ } .typography__static-primary-dark_vppx6 {
71
71
  color: var(--color-static-text-primary-dark);
72
- } .typography__static-secondary-dark_q8fem {
72
+ } .typography__static-secondary-dark_vppx6 {
73
73
  color: var(--color-static-text-secondary-dark);
74
- } .typography__static-tertiary-dark_q8fem {
74
+ } .typography__static-tertiary-dark_vppx6 {
75
75
  color: var(--color-static-text-tertiary-dark);
76
- } .typography__static-accent_q8fem {
76
+ } .typography__static-accent_vppx6 {
77
77
  color: var(--color-static-accent-primary);
78
78
  }
@@ -0,0 +1,4 @@
1
+ var colors = {"tertiary":"typography__tertiary_vppx6","disabled":"typography__disabled_vppx6","accent":"typography__accent_vppx6","primary":"typography__primary_vppx6","attention":"typography__attention_vppx6","positive":"typography__positive_vppx6","secondary":"typography__secondary_vppx6","tertiary-inverted":"typography__tertiary-inverted_vppx6","primary-inverted":"typography__primary-inverted_vppx6","secondary-inverted":"typography__secondary-inverted_vppx6","link":"typography__link_vppx6","negative":"typography__negative_vppx6","static-primary-light":"typography__static-primary-light_vppx6","static-secondary-light":"typography__static-secondary-light_vppx6","static-tertiary-light":"typography__static-tertiary-light_vppx6","static-primary-dark":"typography__static-primary-dark_vppx6","static-secondary-dark":"typography__static-secondary-dark_vppx6","static-tertiary-dark":"typography__static-tertiary-dark_vppx6","static-accent":"typography__static-accent_vppx6"};
2
+ require('./colors.css')
3
+
4
+ export { colors as c };
@@ -0,0 +1,4 @@
1
+ var commonStyles = {"component":"typography__component_v6d2w","bold":"typography__bold_v6d2w","semibold":"typography__semibold_v6d2w","medium":"typography__medium_v6d2w","regular":"typography__regular_v6d2w","rowLimit1":"typography__rowLimit1_v6d2w","rowLimit2":"typography__rowLimit2_v6d2w","rowLimit3":"typography__rowLimit3_v6d2w"};
2
+ require('./title/common.css')
3
+
4
+ export { commonStyles as c };
@@ -1,4 +1,4 @@
1
- /* hash: 1aiu2 */
1
+ /* hash: 19tzb */
2
2
  :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 */ /* 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 */
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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -17,14 +17,15 @@
17
17
  } :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 */
18
18
 
19
19
  /* новые значения, используйте их */
20
+ --gap-0: 0;
20
21
  } :root {
21
22
  } :root {
22
- } .typography__skeletonText_18baj.typography__skeletonText_18baj {
23
+ } .typography__skeletonText_1kmy4.typography__skeletonText_1kmy4 {
23
24
  border-radius: var(--border-radius-pill);
24
- } .typography__left_18baj > div {
25
+ } .typography__left_1kmy4 > div {
25
26
  margin-right: auto;
26
- } .typography__center_18baj > div {
27
- margin: 0 auto;
28
- } .typography__right_18baj > div {
27
+ } .typography__center_1kmy4 > div {
28
+ margin: var(--gap-0) auto;
29
+ } .typography__right_1kmy4 > div {
29
30
  margin-left: auto;
30
31
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
5
5
  import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
6
6
 
7
- var styles = {"skeletonText":"typography__skeletonText_18baj","left":"typography__left_18baj","center":"typography__center_18baj","right":"typography__right_18baj"};
7
+ var styles = {"skeletonText":"typography__skeletonText_1kmy4","left":"typography__left_1kmy4","center":"typography__center_1kmy4","right":"typography__right_1kmy4"};
8
8
  require('./use-skeleton.css')
9
9
 
10
10
  function useSkeleton(showSkeleton, skeletonProps) {
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
- import { c as colors } from '../colors.module-4b94173a.js';
6
+ import { c as colors } from '../colors.module-e130d1fb.js';
7
7
 
8
- var styles = {"paragraph":"typography__paragraph_acic1","paragraphWithMargins":"typography__paragraphWithMargins_acic1","primary-large":"typography__primary-large_acic1","primary-medium":"typography__primary-medium_acic1","primary-small":"typography__primary-small_acic1","secondary-large":"typography__secondary-large_acic1","secondary-medium":"typography__secondary-medium_acic1","secondary-small":"typography__secondary-small_acic1","component":"typography__component_acic1","component-primary":"typography__component-primary_acic1","component-secondary":"typography__component-secondary_acic1","caps":"typography__caps_acic1","tagline":"typography__tagline_acic1","bold":"typography__bold_acic1","medium":"typography__medium_acic1","regular":"typography__regular_acic1","monospace":"typography__monospace_acic1","rowLimit1":"typography__rowLimit1_acic1","rowLimit2":"typography__rowLimit2_acic1","rowLimit3":"typography__rowLimit3_acic1"};
8
+ var styles = {"paragraph":"typography__paragraph_e5q5s","paragraphWithMargins":"typography__paragraphWithMargins_e5q5s","primary-large":"typography__primary-large_e5q5s","primary-medium":"typography__primary-medium_e5q5s","primary-small":"typography__primary-small_e5q5s","secondary-large":"typography__secondary-large_e5q5s","secondary-medium":"typography__secondary-medium_e5q5s","secondary-small":"typography__secondary-small_e5q5s","component":"typography__component_e5q5s","component-primary":"typography__component-primary_e5q5s","component-secondary":"typography__component-secondary_e5q5s","caps":"typography__caps_e5q5s","tagline":"typography__tagline_e5q5s","bold":"typography__bold_e5q5s","medium":"typography__medium_e5q5s","regular":"typography__regular_e5q5s","monospace":"typography__monospace_e5q5s","rowLimit1":"typography__rowLimit1_e5q5s","rowLimit2":"typography__rowLimit2_e5q5s","rowLimit3":"typography__rowLimit3_e5q5s"};
9
9
  require('./index.css')
10
10
 
11
11
  var logWarning = function (view) {