@alfalab/core-components-typography 4.9.0 → 4.10.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 (90) hide show
  1. package/colors.css +20 -20
  2. package/colors.module-5866c16f.js +6 -0
  3. package/common.module-98ac839d.js +6 -0
  4. package/esm/colors.css +20 -20
  5. package/esm/colors.module-5cfaa8f2.js +4 -0
  6. package/esm/common.module-f31888e6.js +4 -0
  7. package/esm/hooks/use-skeleton.css +5 -5
  8. package/esm/hooks/use-skeleton.js +1 -1
  9. package/esm/text/component.js +2 -2
  10. package/esm/text/index.css +21 -21
  11. package/esm/title/common.css +9 -9
  12. package/esm/title/component.js +1 -1
  13. package/esm/title/index.css +16 -16
  14. package/esm/title/index.js +2 -2
  15. package/esm/title-mobile/component.js +2 -2
  16. package/esm/title-mobile/index.css +16 -16
  17. package/hooks/use-skeleton.css +5 -5
  18. package/hooks/use-skeleton.js +1 -1
  19. package/modern/colors.css +20 -20
  20. package/modern/colors.module-cfe2fa4f.js +4 -0
  21. package/modern/common.module-67cdcc8d.js +4 -0
  22. package/modern/hooks/use-skeleton.css +5 -5
  23. package/modern/hooks/use-skeleton.js +1 -1
  24. package/modern/text/component.js +2 -2
  25. package/modern/text/index.css +21 -21
  26. package/modern/title/common.css +9 -9
  27. package/modern/title/component.js +1 -1
  28. package/modern/title/index.css +16 -16
  29. package/modern/title/index.js +2 -2
  30. package/modern/title-mobile/component.js +2 -2
  31. package/modern/title-mobile/index.css +16 -16
  32. package/moderncssm/colors.d.ts +3 -0
  33. package/moderncssm/colors.js +23 -0
  34. package/moderncssm/colors.module.css +79 -0
  35. package/moderncssm/component.d.ts +13 -0
  36. package/moderncssm/component.js +13 -0
  37. package/moderncssm/hooks/index.d.ts +1 -0
  38. package/moderncssm/hooks/index.js +1 -0
  39. package/moderncssm/hooks/use-skeleton.d.ts +12 -0
  40. package/moderncssm/hooks/use-skeleton.js +50 -0
  41. package/moderncssm/hooks/use-skeleton.module.css +17 -0
  42. package/moderncssm/index.d.ts +5 -0
  43. package/moderncssm/index.js +2 -0
  44. package/moderncssm/margins.module.css +1 -0
  45. package/moderncssm/presets.d.ts +18 -0
  46. package/moderncssm/presets.js +19 -0
  47. package/moderncssm/text/component.d.ts +63 -0
  48. package/moderncssm/text/component.js +43 -0
  49. package/moderncssm/text/index.d.ts +1 -0
  50. package/moderncssm/text/index.js +1 -0
  51. package/moderncssm/text/index.module.css +124 -0
  52. package/moderncssm/title/common.module.css +42 -0
  53. package/moderncssm/title/component.d.ts +122 -0
  54. package/moderncssm/title/component.js +20 -0
  55. package/moderncssm/title/index.d.ts +20 -0
  56. package/moderncssm/title/index.js +8 -0
  57. package/moderncssm/title/index.module.css +76 -0
  58. package/moderncssm/title/utils.d.ts +2 -0
  59. package/moderncssm/title/utils.js +11 -0
  60. package/moderncssm/title-mobile/component.d.ts +18 -0
  61. package/moderncssm/title-mobile/component.js +8 -0
  62. package/moderncssm/title-mobile/index.d.ts +2 -0
  63. package/moderncssm/title-mobile/index.js +1 -0
  64. package/moderncssm/title-mobile/index.module.css +76 -0
  65. package/moderncssm/title-responsive/component.d.ts +32 -0
  66. package/moderncssm/title-responsive/component.js +13 -0
  67. package/moderncssm/title-responsive/index.d.ts +1 -0
  68. package/moderncssm/title-responsive/index.js +1 -0
  69. package/moderncssm/types.d.ts +21 -0
  70. package/moderncssm/types.js +1 -0
  71. package/package.json +4 -4
  72. package/src/colors.module.css +1 -1
  73. package/src/hooks/use-skeleton.module.css +1 -1
  74. package/src/text/index.module.css +1 -1
  75. package/src/title/index.module.css +1 -1
  76. package/src/title-mobile/index.module.css +1 -1
  77. package/text/component.js +2 -2
  78. package/text/index.css +21 -21
  79. package/title/common.css +9 -9
  80. package/title/component.js +1 -1
  81. package/title/index.css +16 -16
  82. package/title/index.js +2 -2
  83. package/title-mobile/component.js +2 -2
  84. package/title-mobile/index.css +16 -16
  85. package/colors.module-22f6ce74.js +0 -6
  86. package/common.module-4e0e0a99.js +0 -6
  87. package/esm/colors.module-4b94173a.js +0 -4
  88. package/esm/common.module-db571a36.js +0 -4
  89. package/modern/colors.module-7accbb7b.js +0 -4
  90. package/modern/common.module-03f59939.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-typography",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,13 +14,13 @@
14
14
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-skeleton": "^5.0.0",
17
+ "@alfalab/core-components-skeleton": "^5.1.0",
18
18
  "@alfalab/core-components-mq": "^4.3.0",
19
19
  "@alfalab/hooks": "^1.13.0",
20
20
  "classnames": "^2.3.1",
21
21
  "react-merge-refs": "^1.1.0",
22
22
  "tslib": "^2.4.0"
23
23
  },
24
- "themesVersion": "13.0.2",
25
- "varsVersion": "9.11.1"
24
+ "themesVersion": "13.1.0",
25
+ "varsVersion": "9.12.0"
26
26
  }
@@ -1,4 +1,4 @@
1
- @import '@alfalab/core-components-themes/src/default.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
 
3
3
  /* colors */
4
4
 
@@ -1,4 +1,4 @@
1
- @import '@alfalab/core-components-themes/src/default.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
 
3
3
  .skeletonText.skeletonText {
4
4
  border-radius: var(--border-radius-pill);
@@ -1,4 +1,4 @@
1
- @import '@alfalab/core-components-themes/src/default.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
 
3
3
  :root {
4
4
  --text-paragraph-margin-bottom: 0 0 var(--gap-12);
@@ -1,4 +1,4 @@
1
- @import '@alfalab/core-components-themes/src/default.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../margins.module.css';
3
3
 
4
4
  .styrene-xlarge {
@@ -1,4 +1,4 @@
1
- @import '@alfalab/core-components-themes/src/default.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../margins.module.css';
3
3
 
4
4
  .styrene-xlarge {
package/text/component.js CHANGED
@@ -7,7 +7,7 @@ var React = require('react');
7
7
  var mergeRefs = require('react-merge-refs');
8
8
  var cn = require('classnames');
9
9
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
10
- var colors_module = require('../colors.module-22f6ce74.js');
10
+ var colors_module = require('../colors.module-5866c16f.js');
11
11
 
12
12
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
13
 
@@ -15,7 +15,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- 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"};
18
+ var styles = {"paragraph":"typography__paragraph_6mjyh","paragraphWithMargins":"typography__paragraphWithMargins_6mjyh","primary-large":"typography__primary-large_6mjyh","primary-medium":"typography__primary-medium_6mjyh","primary-small":"typography__primary-small_6mjyh","secondary-large":"typography__secondary-large_6mjyh","secondary-medium":"typography__secondary-medium_6mjyh","secondary-small":"typography__secondary-small_6mjyh","component":"typography__component_6mjyh","component-primary":"typography__component-primary_6mjyh","component-secondary":"typography__component-secondary_6mjyh","caps":"typography__caps_6mjyh","tagline":"typography__tagline_6mjyh","bold":"typography__bold_6mjyh","medium":"typography__medium_6mjyh","regular":"typography__regular_6mjyh","monospace":"typography__monospace_6mjyh","rowLimit1":"typography__rowLimit1_6mjyh","rowLimit2":"typography__rowLimit2_6mjyh","rowLimit3":"typography__rowLimit3_6mjyh"};
19
19
  require('./index.css')
20
20
 
21
21
  var logWarning = function (view) {
package/text/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 16uuk */
1
+ /* hash: 9khtk */
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 */
@@ -22,80 +22,80 @@
22
22
  } :root {
23
23
  } :root {
24
24
  --text-paragraph-margin-bottom: 0 0 var(--gap-12);
25
- } .typography__paragraph_acic1 {
25
+ } .typography__paragraph_6mjyh {
26
26
  margin: 0;
27
27
  padding: 0;
28
- } .typography__paragraphWithMargins_acic1 {
28
+ } .typography__paragraphWithMargins_6mjyh {
29
29
  padding: 0;
30
30
  margin: var(--text-paragraph-margin-bottom);
31
- } .typography__primary-large_acic1 {
31
+ } .typography__primary-large_6mjyh {
32
32
  font-size: 18px;
33
33
  line-height: 24px;
34
34
  font-weight: 400;
35
- } .typography__primary-medium_acic1 {
35
+ } .typography__primary-medium_6mjyh {
36
36
  font-size: 16px;
37
37
  line-height: 24px;
38
38
  font-weight: 400;
39
- } .typography__primary-small_acic1 {
39
+ } .typography__primary-small_6mjyh {
40
40
  font-size: 14px;
41
41
  line-height: 20px;
42
42
  font-weight: 400;
43
- } .typography__secondary-large_acic1 {
43
+ } .typography__secondary-large_6mjyh {
44
44
  font-size: 13px;
45
45
  line-height: 16px;
46
46
  font-weight: 400;
47
- } .typography__secondary-medium_acic1 {
47
+ } .typography__secondary-medium_6mjyh {
48
48
  font-size: 12px;
49
49
  line-height: 16px;
50
50
  font-weight: 400;
51
- } .typography__secondary-small_acic1 {
51
+ } .typography__secondary-small_6mjyh {
52
52
  font-size: 11px;
53
53
  line-height: 16px;
54
54
  font-weight: 400;
55
- } .typography__component_acic1 {
55
+ } .typography__component_6mjyh {
56
56
  font-size: 16px;
57
57
  line-height: 20px;
58
58
  font-weight: 400;
59
- } .typography__component-primary_acic1 {
59
+ } .typography__component-primary_6mjyh {
60
60
  font-size: 16px;
61
61
  line-height: 20px;
62
62
  font-weight: 400;
63
- } .typography__component-secondary_acic1 {
63
+ } .typography__component-secondary_6mjyh {
64
64
  font-size: 14px;
65
65
  line-height: 18px;
66
66
  font-weight: 400;
67
- } .typography__caps_acic1 {
67
+ } .typography__caps_6mjyh {
68
68
  font-size: 12px;
69
69
  line-height: 16px;
70
70
  font-weight: 500;
71
71
  letter-spacing: 1.25px;
72
72
  text-transform: uppercase;
73
- } .typography__tagline_acic1 {
73
+ } .typography__tagline_6mjyh {
74
74
  font-size: 12px;
75
75
  line-height: 16px;
76
76
  font-weight: 500;
77
77
  letter-spacing: 1.25px;
78
78
  text-transform: uppercase;
79
- } .typography__bold_acic1 {
79
+ } .typography__bold_6mjyh {
80
80
  font-weight: bold;
81
- } .typography__medium_acic1 {
81
+ } .typography__medium_6mjyh {
82
82
  font-weight: 500;
83
- } .typography__regular_acic1 {
83
+ } .typography__regular_6mjyh {
84
84
  font-weight: normal;
85
- } .typography__monospace_acic1 {
85
+ } .typography__monospace_6mjyh {
86
86
  font-variant-numeric: tabular-nums;
87
- } .typography__rowLimit1_acic1 {
87
+ } .typography__rowLimit1_6mjyh {
88
88
  -webkit-line-clamp: 1;
89
89
  display: -webkit-box;
90
90
  -webkit-box-orient: vertical;
91
91
  overflow: hidden;
92
92
  word-break: break-all;
93
- } .typography__rowLimit2_acic1 {
93
+ } .typography__rowLimit2_6mjyh {
94
94
  -webkit-line-clamp: 2;
95
95
  display: -webkit-box;
96
96
  -webkit-box-orient: vertical;
97
97
  overflow: hidden;
98
- } .typography__rowLimit3_acic1 {
98
+ } .typography__rowLimit3_6mjyh {
99
99
  -webkit-line-clamp: 3;
100
100
  display: -webkit-box;
101
101
  -webkit-box-orient: vertical;
package/title/common.css CHANGED
@@ -1,26 +1,26 @@
1
- /* hash: 1afia */
2
- .typography__component_yzkwo {
1
+ /* hash: d55jd */
2
+ .typography__component_nn6vl {
3
3
  margin: 0;
4
4
  padding: 0
5
5
  }
6
6
 
7
- .typography__component_yzkwo.typography__bold_yzkwo {
7
+ .typography__component_nn6vl.typography__bold_nn6vl {
8
8
  font-weight: bold;
9
9
  }
10
10
 
11
- .typography__component_yzkwo.typography__semibold_yzkwo {
11
+ .typography__component_nn6vl.typography__semibold_nn6vl {
12
12
  font-weight: 600;
13
13
  }
14
14
 
15
- .typography__component_yzkwo.typography__medium_yzkwo {
15
+ .typography__component_nn6vl.typography__medium_nn6vl {
16
16
  font-weight: 500;
17
17
  }
18
18
 
19
- .typography__component_yzkwo.typography__regular_yzkwo {
19
+ .typography__component_nn6vl.typography__regular_nn6vl {
20
20
  font-weight: normal;
21
21
  }
22
22
 
23
- .typography__rowLimit1_yzkwo {
23
+ .typography__rowLimit1_nn6vl {
24
24
  -webkit-line-clamp: 1;
25
25
  display: -webkit-box;
26
26
  -webkit-box-orient: vertical;
@@ -28,14 +28,14 @@
28
28
  word-break: break-all;
29
29
  }
30
30
 
31
- .typography__rowLimit2_yzkwo {
31
+ .typography__rowLimit2_nn6vl {
32
32
  -webkit-line-clamp: 2;
33
33
  display: -webkit-box;
34
34
  -webkit-box-orient: vertical;
35
35
  overflow: hidden;
36
36
  }
37
37
 
38
- .typography__rowLimit3_yzkwo {
38
+ .typography__rowLimit3_nn6vl {
39
39
  -webkit-line-clamp: 3;
40
40
  display: -webkit-box;
41
41
  -webkit-box-orient: vertical;
@@ -8,7 +8,7 @@ var mergeRefs = require('react-merge-refs');
8
8
  var cn = require('classnames');
9
9
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
10
10
  var title_utils = require('./utils.js');
11
- var colors_module = require('../colors.module-22f6ce74.js');
11
+ var colors_module = require('../colors.module-5866c16f.js');
12
12
 
13
13
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
14
14
 
package/title/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 18gdk */
1
+ /* hash: 1f822 */
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 */
@@ -28,64 +28,64 @@
28
28
  --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
29
29
  'Helvetica Neue', Helvetica, sans-serif;
30
30
  } :root {
31
- } .typography__styrene-xlarge_f0o2t {
31
+ } .typography__styrene-xlarge_1pe64 {
32
32
  font-size: 48px;
33
33
  line-height: 64px;
34
34
  font-weight: 500;
35
35
  font-feature-settings: 'ss01';
36
36
  font-family: var(--font-family-styrene);
37
- } .typography__styrene-large_f0o2t {
37
+ } .typography__styrene-large_1pe64 {
38
38
  font-size: 40px;
39
39
  line-height: 48px;
40
40
  font-weight: 500;
41
41
  font-feature-settings: 'ss01';
42
42
  font-family: var(--font-family-styrene);
43
- } .typography__styrene-medium_f0o2t {
43
+ } .typography__styrene-medium_1pe64 {
44
44
  font-size: 32px;
45
45
  line-height: 40px;
46
46
  font-weight: 500;
47
47
  font-feature-settings: 'ss01';
48
48
  font-family: var(--font-family-styrene);
49
- } .typography__styrene-small_f0o2t {
49
+ } .typography__styrene-small_1pe64 {
50
50
  font-size: 24px;
51
51
  line-height: 32px;
52
52
  font-weight: 500;
53
53
  font-feature-settings: 'ss01';
54
54
  font-family: var(--font-family-styrene);
55
- } .typography__styrene-xsmall_f0o2t {
55
+ } .typography__styrene-xsmall_1pe64 {
56
56
  font-size: 20px;
57
57
  line-height: 24px;
58
58
  font-weight: 500;
59
59
  font-feature-settings: 'ss01';
60
60
  font-family: var(--font-family-styrene);
61
- } .typography__system-xlarge_f0o2t {
61
+ } .typography__system-xlarge_1pe64 {
62
62
  font-size: 48px;
63
63
  line-height: 52px;
64
64
  font-weight: 700;
65
- } .typography__system-large_f0o2t {
65
+ } .typography__system-large_1pe64 {
66
66
  font-size: 40px;
67
67
  line-height: 48px;
68
68
  font-weight: 700;
69
- } .typography__system-medium_f0o2t {
69
+ } .typography__system-medium_1pe64 {
70
70
  font-size: 30px;
71
71
  line-height: 36px;
72
72
  font-weight: 700;
73
- } .typography__system-small_f0o2t {
73
+ } .typography__system-small_1pe64 {
74
74
  font-size: 22px;
75
75
  line-height: 26px;
76
76
  font-weight: 700;
77
- } .typography__system-xsmall_f0o2t {
77
+ } .typography__system-xsmall_1pe64 {
78
78
  font-size: 18px;
79
79
  line-height: 22px;
80
80
  font-weight: 700;
81
- } .typography__margins-xlarge_f0o2t {
81
+ } .typography__margins-xlarge_1pe64 {
82
82
  margin: 0 0 var(--gap-24);
83
- } .typography__margins-large_f0o2t {
83
+ } .typography__margins-large_1pe64 {
84
84
  margin: var(--gap-48) 0 var(--gap-24);
85
- } .typography__margins-medium_f0o2t {
85
+ } .typography__margins-medium_1pe64 {
86
86
  margin: var(--gap-48) 0 var(--gap-24);
87
- } .typography__margins-small_f0o2t {
87
+ } .typography__margins-small_1pe64 {
88
88
  margin: var(--gap-40) 0 var(--gap-16);
89
- } .typography__margins-xsmall_f0o2t {
89
+ } .typography__margins-xsmall_1pe64 {
90
90
  margin: var(--gap-40) 0 var(--gap-16);
91
91
  }
package/title/index.js CHANGED
@@ -5,13 +5,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var title_component = require('./component.js');
8
- var common_module = require('../common.module-4e0e0a99.js');
8
+ var common_module = require('../common.module-98ac839d.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
 
14
- var styles = {"styrene-xlarge":"typography__styrene-xlarge_f0o2t","styrene-large":"typography__styrene-large_f0o2t","styrene-medium":"typography__styrene-medium_f0o2t","styrene-small":"typography__styrene-small_f0o2t","styrene-xsmall":"typography__styrene-xsmall_f0o2t","system-xlarge":"typography__system-xlarge_f0o2t","system-large":"typography__system-large_f0o2t","system-medium":"typography__system-medium_f0o2t","system-small":"typography__system-small_f0o2t","system-xsmall":"typography__system-xsmall_f0o2t","margins-xlarge":"typography__margins-xlarge_f0o2t","margins-large":"typography__margins-large_f0o2t","margins-medium":"typography__margins-medium_f0o2t","margins-small":"typography__margins-small_f0o2t","margins-xsmall":"typography__margins-xsmall_f0o2t"};
14
+ var styles = {"styrene-xlarge":"typography__styrene-xlarge_1pe64","styrene-large":"typography__styrene-large_1pe64","styrene-medium":"typography__styrene-medium_1pe64","styrene-small":"typography__styrene-small_1pe64","styrene-xsmall":"typography__styrene-xsmall_1pe64","system-xlarge":"typography__system-xlarge_1pe64","system-large":"typography__system-large_1pe64","system-medium":"typography__system-medium_1pe64","system-small":"typography__system-small_1pe64","system-xsmall":"typography__system-xsmall_1pe64","margins-xlarge":"typography__margins-xlarge_1pe64","margins-large":"typography__margins-large_1pe64","margins-medium":"typography__margins-medium_1pe64","margins-small":"typography__margins-small_1pe64","margins-xsmall":"typography__margins-xsmall_1pe64"};
15
15
  require('./index.css')
16
16
 
17
17
  var Title = React.forwardRef(function (props, ref) { return (React__default.default.createElement(title_component.TitleBase, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles), ref: ref, platform: 'desktop' }))); });
@@ -5,13 +5,13 @@ 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-4e0e0a99.js');
8
+ var common_module = require('../common.module-98ac839d.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
 
14
- var styles = {"styrene-xlarge":"typography__styrene-xlarge_4x47g","styrene-large":"typography__styrene-large_4x47g","styrene-medium":"typography__styrene-medium_4x47g","styrene-small":"typography__styrene-small_4x47g","styrene-xsmall":"typography__styrene-xsmall_4x47g","system-xlarge":"typography__system-xlarge_4x47g","system-large":"typography__system-large_4x47g","system-medium":"typography__system-medium_4x47g","system-small":"typography__system-small_4x47g","system-xsmall":"typography__system-xsmall_4x47g","margins-xlarge":"typography__margins-xlarge_4x47g","margins-large":"typography__margins-large_4x47g","margins-medium":"typography__margins-medium_4x47g","margins-small":"typography__margins-small_4x47g","margins-xsmall":"typography__margins-xsmall_4x47g"};
14
+ var styles = {"styrene-xlarge":"typography__styrene-xlarge_6dq2l","styrene-large":"typography__styrene-large_6dq2l","styrene-medium":"typography__styrene-medium_6dq2l","styrene-small":"typography__styrene-small_6dq2l","styrene-xsmall":"typography__styrene-xsmall_6dq2l","system-xlarge":"typography__system-xlarge_6dq2l","system-large":"typography__system-large_6dq2l","system-medium":"typography__system-medium_6dq2l","system-small":"typography__system-small_6dq2l","system-xsmall":"typography__system-xsmall_6dq2l","margins-xlarge":"typography__margins-xlarge_6dq2l","margins-large":"typography__margins-large_6dq2l","margins-medium":"typography__margins-medium_6dq2l","margins-small":"typography__margins-small_6dq2l","margins-xsmall":"typography__margins-xsmall_6dq2l"};
15
15
  require('./index.css')
16
16
 
17
17
  var TitleMobile = React.forwardRef(function (props, ref) { return (React__default.default.createElement(title_component.TitleBase, tslib.__assign({}, props, { styles: Object.assign(common_module.commonStyles, styles), ref: ref, platform: 'mobile' }))); });
@@ -1,4 +1,4 @@
1
- /* hash: zby52 */
1
+ /* hash: sk9na */
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 */
@@ -26,64 +26,64 @@
26
26
  --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
27
27
  'Helvetica Neue', Helvetica, sans-serif;
28
28
  } :root {
29
- } .typography__styrene-xlarge_4x47g {
29
+ } .typography__styrene-xlarge_6dq2l {
30
30
  font-size: 34px;
31
31
  line-height: 40px;
32
32
  font-weight: 500;
33
33
  font-feature-settings: 'ss01';
34
34
  font-family: var(--font-family-styrene);
35
- } .typography__styrene-large_4x47g {
35
+ } .typography__styrene-large_6dq2l {
36
36
  font-size: 30px;
37
37
  line-height: 36px;
38
38
  font-weight: 500;
39
39
  font-feature-settings: 'ss01';
40
40
  font-family: var(--font-family-styrene);
41
- } .typography__styrene-medium_4x47g {
41
+ } .typography__styrene-medium_6dq2l {
42
42
  font-size: 26px;
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-small_4x47g {
47
+ } .typography__styrene-small_6dq2l {
48
48
  font-size: 20px;
49
49
  line-height: 28px;
50
50
  font-weight: 500;
51
51
  font-feature-settings: 'ss01';
52
52
  font-family: var(--font-family-styrene);
53
- } .typography__styrene-xsmall_4x47g {
53
+ } .typography__styrene-xsmall_6dq2l {
54
54
  font-size: 16px;
55
55
  line-height: 20px;
56
56
  font-weight: 500;
57
57
  font-feature-settings: 'ss01';
58
58
  font-family: var(--font-family-styrene);
59
- } .typography__system-xlarge_4x47g {
59
+ } .typography__system-xlarge_6dq2l {
60
60
  font-size: 34px;
61
61
  line-height: 40px;
62
62
  font-weight: 600;
63
- } .typography__system-large_4x47g {
63
+ } .typography__system-large_6dq2l {
64
64
  font-size: 30px;
65
65
  line-height: 36px;
66
66
  font-weight: 600;
67
- } .typography__system-medium_4x47g {
67
+ } .typography__system-medium_6dq2l {
68
68
  font-size: 26px;
69
69
  line-height: 32px;
70
70
  font-weight: 600;
71
- } .typography__system-small_4x47g {
71
+ } .typography__system-small_6dq2l {
72
72
  font-size: 20px;
73
73
  line-height: 28px;
74
74
  font-weight: 600;
75
- } .typography__system-xsmall_4x47g {
75
+ } .typography__system-xsmall_6dq2l {
76
76
  font-size: 16px;
77
77
  line-height: 20px;
78
78
  font-weight: 600;
79
- } .typography__margins-xlarge_4x47g {
79
+ } .typography__margins-xlarge_6dq2l {
80
80
  margin: 0 0 var(--gap-24);
81
- } .typography__margins-large_4x47g {
81
+ } .typography__margins-large_6dq2l {
82
82
  margin: var(--gap-40) 0 var(--gap-16);
83
- } .typography__margins-medium_4x47g {
83
+ } .typography__margins-medium_6dq2l {
84
84
  margin: var(--gap-40) 0 var(--gap-16);
85
- } .typography__margins-small_4x47g {
85
+ } .typography__margins-small_6dq2l {
86
86
  margin: var(--gap-40) 0 var(--gap-16);
87
- } .typography__margins-xsmall_4x47g {
87
+ } .typography__margins-xsmall_6dq2l {
88
88
  margin: var(--gap-40) 0 var(--gap-16);
89
89
  }
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var colors = {"tertiary":"typography__tertiary_q8fem","disabled":"typography__disabled_q8fem","accent":"typography__accent_q8fem","primary":"typography__primary_q8fem","attention":"typography__attention_q8fem","positive":"typography__positive_q8fem","secondary":"typography__secondary_q8fem","tertiary-inverted":"typography__tertiary-inverted_q8fem","primary-inverted":"typography__primary-inverted_q8fem","secondary-inverted":"typography__secondary-inverted_q8fem","link":"typography__link_q8fem","negative":"typography__negative_q8fem","static-primary-light":"typography__static-primary-light_q8fem","static-secondary-light":"typography__static-secondary-light_q8fem","static-tertiary-light":"typography__static-tertiary-light_q8fem","static-primary-dark":"typography__static-primary-dark_q8fem","static-secondary-dark":"typography__static-secondary-dark_q8fem","static-tertiary-dark":"typography__static-tertiary-dark_q8fem","static-accent":"typography__static-accent_q8fem"};
4
- require('./colors.css')
5
-
6
- exports.colors = colors;
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var commonStyles = {"component":"typography__component_yzkwo","bold":"typography__bold_yzkwo","semibold":"typography__semibold_yzkwo","medium":"typography__medium_yzkwo","regular":"typography__regular_yzkwo","rowLimit1":"typography__rowLimit1_yzkwo","rowLimit2":"typography__rowLimit2_yzkwo","rowLimit3":"typography__rowLimit3_yzkwo"};
4
- require('./title/common.css')
5
-
6
- exports.commonStyles = commonStyles;
@@ -1,4 +0,0 @@
1
- var colors = {"tertiary":"typography__tertiary_q8fem","disabled":"typography__disabled_q8fem","accent":"typography__accent_q8fem","primary":"typography__primary_q8fem","attention":"typography__attention_q8fem","positive":"typography__positive_q8fem","secondary":"typography__secondary_q8fem","tertiary-inverted":"typography__tertiary-inverted_q8fem","primary-inverted":"typography__primary-inverted_q8fem","secondary-inverted":"typography__secondary-inverted_q8fem","link":"typography__link_q8fem","negative":"typography__negative_q8fem","static-primary-light":"typography__static-primary-light_q8fem","static-secondary-light":"typography__static-secondary-light_q8fem","static-tertiary-light":"typography__static-tertiary-light_q8fem","static-primary-dark":"typography__static-primary-dark_q8fem","static-secondary-dark":"typography__static-secondary-dark_q8fem","static-tertiary-dark":"typography__static-tertiary-dark_q8fem","static-accent":"typography__static-accent_q8fem"};
2
- require('./colors.css')
3
-
4
- export { colors as c };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"typography__component_yzkwo","bold":"typography__bold_yzkwo","semibold":"typography__semibold_yzkwo","medium":"typography__medium_yzkwo","regular":"typography__regular_yzkwo","rowLimit1":"typography__rowLimit1_yzkwo","rowLimit2":"typography__rowLimit2_yzkwo","rowLimit3":"typography__rowLimit3_yzkwo"};
2
- require('./title/common.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- const colors = {"tertiary":"typography__tertiary_q8fem","disabled":"typography__disabled_q8fem","accent":"typography__accent_q8fem","primary":"typography__primary_q8fem","attention":"typography__attention_q8fem","positive":"typography__positive_q8fem","secondary":"typography__secondary_q8fem","tertiary-inverted":"typography__tertiary-inverted_q8fem","primary-inverted":"typography__primary-inverted_q8fem","secondary-inverted":"typography__secondary-inverted_q8fem","link":"typography__link_q8fem","negative":"typography__negative_q8fem","static-primary-light":"typography__static-primary-light_q8fem","static-secondary-light":"typography__static-secondary-light_q8fem","static-tertiary-light":"typography__static-tertiary-light_q8fem","static-primary-dark":"typography__static-primary-dark_q8fem","static-secondary-dark":"typography__static-secondary-dark_q8fem","static-tertiary-dark":"typography__static-tertiary-dark_q8fem","static-accent":"typography__static-accent_q8fem"};
2
- require('./colors.css')
3
-
4
- export { colors as c };