@alfalab/core-components-circular-progress-bar 2.3.3 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.4.1...@alfalab/core-components-circular-progress-bar@2.4.2) (2022-07-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.4.0...@alfalab/core-components-circular-progress-bar@2.4.1) (2022-07-14)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
20
+
21
+
22
+
23
+
24
+
25
+ # [2.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.3.4...@alfalab/core-components-circular-progress-bar@2.4.0) (2022-06-28)
26
+
27
+
28
+ ### Features
29
+
30
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [2.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.3.0...@alfalab/core-components-circular-progress-bar@2.3.1) (2022-03-30)
7
37
 
8
38
  **Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
@@ -163,4 +193,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
163
193
 
164
194
  ## [1.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.0...@alfalab/core-components-circular-progress-bar@1.2.1) (2021-03-03)
165
195
 
196
+
166
197
  **Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
File without changes
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
 
14
- var styles = {"component":"circular-progress-bar__component_1fya7","svg":"circular-progress-bar__svg_1fya7","title":"circular-progress-bar__title_1fya7","subtitle":"circular-progress-bar__subtitle_1fya7","l":"circular-progress-bar__l_1fya7","label":"circular-progress-bar__label_1fya7","m":"circular-progress-bar__m_1fya7","s":"circular-progress-bar__s_1fya7","backgroundCircle":"circular-progress-bar__backgroundCircle_1fya7","progressCircle":"circular-progress-bar__progressCircle_1fya7","positive":"circular-progress-bar__positive_1fya7","negative":"circular-progress-bar__negative_1fya7"};
14
+ var styles = {"component":"circular-progress-bar__component_mot4l","svg":"circular-progress-bar__svg_mot4l","title":"circular-progress-bar__title_mot4l","subtitle":"circular-progress-bar__subtitle_mot4l","l":"circular-progress-bar__l_mot4l","label":"circular-progress-bar__label_mot4l","m":"circular-progress-bar__m_mot4l","s":"circular-progress-bar__s_mot4l","backgroundCircle":"circular-progress-bar__backgroundCircle_mot4l","progressCircle":"circular-progress-bar__progressCircle_mot4l","positive":"circular-progress-bar__positive_mot4l","negative":"circular-progress-bar__negative_mot4l"};
15
15
  require('./index.css')
16
16
 
17
17
  var SIZES = {
File without changes
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var cn = require('classnames');
6
6
  var React = require('react');
7
- var coreComponentsTypography = require('@alfalab/core-components-typography/dist/cssm');
7
+ var coreComponentsTypography = require('@alfalab/core-components-typography/cssm');
8
8
  var styles = require('./index.module.css');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
File without changes
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('classnames');
6
6
  require('react');
7
- require('@alfalab/core-components-typography/dist/cssm');
7
+ require('@alfalab/core-components-typography/cssm');
8
8
  require('./index.module.css');
9
9
  var Component = require('./Component.js');
10
10
 
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  import cn from 'classnames';
2
2
  import React, { useMemo } from 'react';
3
- import { Typography } from '@alfalab/core-components-typography/dist/esm';
3
+ import { Typography } from '@alfalab/core-components-typography/esm';
4
4
 
5
- var styles = {"component":"circular-progress-bar__component_1fya7","svg":"circular-progress-bar__svg_1fya7","title":"circular-progress-bar__title_1fya7","subtitle":"circular-progress-bar__subtitle_1fya7","l":"circular-progress-bar__l_1fya7","label":"circular-progress-bar__label_1fya7","m":"circular-progress-bar__m_1fya7","s":"circular-progress-bar__s_1fya7","backgroundCircle":"circular-progress-bar__backgroundCircle_1fya7","progressCircle":"circular-progress-bar__progressCircle_1fya7","positive":"circular-progress-bar__positive_1fya7","negative":"circular-progress-bar__negative_1fya7"};
5
+ var styles = {"component":"circular-progress-bar__component_mot4l","svg":"circular-progress-bar__svg_mot4l","title":"circular-progress-bar__title_mot4l","subtitle":"circular-progress-bar__subtitle_mot4l","l":"circular-progress-bar__l_mot4l","label":"circular-progress-bar__label_mot4l","m":"circular-progress-bar__m_mot4l","s":"circular-progress-bar__s_mot4l","backgroundCircle":"circular-progress-bar__backgroundCircle_mot4l","progressCircle":"circular-progress-bar__progressCircle_mot4l","positive":"circular-progress-bar__positive_mot4l","negative":"circular-progress-bar__negative_mot4l"};
6
6
  require('./index.css')
7
7
 
8
8
  var SIZES = {
@@ -1,4 +1,4 @@
1
- /* hash: gem9q */
1
+ /* hash: sgitj */
2
2
  :root {
3
3
  --color-light-bg-tertiary: #e7e9eb;
4
4
  --color-light-graphic-negative: #f15045;
@@ -16,68 +16,68 @@
16
16
  --circular-progress-bar-negative-color: var(--color-light-graphic-negative);
17
17
  }
18
18
 
19
- .circular-progress-bar__component_1fya7 {
19
+ .circular-progress-bar__component_mot4l {
20
20
  position: relative;
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  align-items: center;
24
24
  }
25
25
 
26
- .circular-progress-bar__svg_1fya7 {
26
+ .circular-progress-bar__svg_mot4l {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_1fya7,
32
- .circular-progress-bar__subtitle_1fya7 {
31
+ .circular-progress-bar__title_mot4l,
32
+ .circular-progress-bar__subtitle_mot4l {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_1fya7 {
37
+ .circular-progress-bar__subtitle_mot4l {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_1fya7 {
41
+ .circular-progress-bar__l_mot4l {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_1fya7 .circular-progress-bar__label_1fya7 {
46
+ .circular-progress-bar__l_mot4l .circular-progress-bar__label_mot4l {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_1fya7 .circular-progress-bar__title_1fya7 {
50
+ .circular-progress-bar__l_mot4l .circular-progress-bar__title_mot4l {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_1fya7 {
54
+ .circular-progress-bar__m_mot4l {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_1fya7 .circular-progress-bar__label_1fya7 {
59
+ .circular-progress-bar__m_mot4l .circular-progress-bar__label_mot4l {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_1fya7 .circular-progress-bar__title_1fya7 {
63
+ .circular-progress-bar__m_mot4l .circular-progress-bar__title_mot4l {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_1fya7 {
67
+ .circular-progress-bar__s_mot4l {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_1fya7 .circular-progress-bar__label_1fya7 {
72
+ .circular-progress-bar__s_mot4l .circular-progress-bar__label_mot4l {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_1fya7 .circular-progress-bar__title_1fya7 {
76
+ .circular-progress-bar__s_mot4l .circular-progress-bar__title_mot4l {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_1fya7 {
80
+ .circular-progress-bar__label_mot4l {
81
81
  text-align: center;
82
82
  position: absolute;
83
83
  top: 50%;
@@ -86,22 +86,22 @@
86
86
  transform: translate(-50%, -50%);
87
87
  }
88
88
 
89
- .circular-progress-bar__backgroundCircle_1fya7,
90
- .circular-progress-bar__progressCircle_1fya7 {
89
+ .circular-progress-bar__backgroundCircle_mot4l,
90
+ .circular-progress-bar__progressCircle_mot4l {
91
91
  width: 100%;
92
92
  height: 100%;
93
93
  fill: transparent;
94
94
  stroke-width: 8;
95
95
  }
96
96
 
97
- .circular-progress-bar__positive_1fya7 {
97
+ .circular-progress-bar__positive_mot4l {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_1fya7 {
101
+ .circular-progress-bar__negative_mot4l {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_1fya7 {
105
+ .circular-progress-bar__backgroundCircle_mot4l {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
File without changes
@@ -1,4 +1,4 @@
1
1
  import 'classnames';
2
2
  import 'react';
3
- import '@alfalab/core-components-typography/dist/esm';
3
+ import '@alfalab/core-components-typography/esm';
4
4
  export { CircularProgressBar } from './Component.js';
@@ -1,4 +1,4 @@
1
- /* hash: gem9q */
1
+ /* hash: sgitj */
2
2
  :root {
3
3
  --color-light-bg-tertiary: #e7e9eb;
4
4
  --color-light-graphic-negative: #f15045;
@@ -16,68 +16,68 @@
16
16
  --circular-progress-bar-negative-color: var(--color-light-graphic-negative);
17
17
  }
18
18
 
19
- .circular-progress-bar__component_1fya7 {
19
+ .circular-progress-bar__component_mot4l {
20
20
  position: relative;
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  align-items: center;
24
24
  }
25
25
 
26
- .circular-progress-bar__svg_1fya7 {
26
+ .circular-progress-bar__svg_mot4l {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_1fya7,
32
- .circular-progress-bar__subtitle_1fya7 {
31
+ .circular-progress-bar__title_mot4l,
32
+ .circular-progress-bar__subtitle_mot4l {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_1fya7 {
37
+ .circular-progress-bar__subtitle_mot4l {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_1fya7 {
41
+ .circular-progress-bar__l_mot4l {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_1fya7 .circular-progress-bar__label_1fya7 {
46
+ .circular-progress-bar__l_mot4l .circular-progress-bar__label_mot4l {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_1fya7 .circular-progress-bar__title_1fya7 {
50
+ .circular-progress-bar__l_mot4l .circular-progress-bar__title_mot4l {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_1fya7 {
54
+ .circular-progress-bar__m_mot4l {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_1fya7 .circular-progress-bar__label_1fya7 {
59
+ .circular-progress-bar__m_mot4l .circular-progress-bar__label_mot4l {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_1fya7 .circular-progress-bar__title_1fya7 {
63
+ .circular-progress-bar__m_mot4l .circular-progress-bar__title_mot4l {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_1fya7 {
67
+ .circular-progress-bar__s_mot4l {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_1fya7 .circular-progress-bar__label_1fya7 {
72
+ .circular-progress-bar__s_mot4l .circular-progress-bar__label_mot4l {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_1fya7 .circular-progress-bar__title_1fya7 {
76
+ .circular-progress-bar__s_mot4l .circular-progress-bar__title_mot4l {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_1fya7 {
80
+ .circular-progress-bar__label_mot4l {
81
81
  text-align: center;
82
82
  position: absolute;
83
83
  top: 50%;
@@ -86,22 +86,22 @@
86
86
  transform: translate(-50%, -50%);
87
87
  }
88
88
 
89
- .circular-progress-bar__backgroundCircle_1fya7,
90
- .circular-progress-bar__progressCircle_1fya7 {
89
+ .circular-progress-bar__backgroundCircle_mot4l,
90
+ .circular-progress-bar__progressCircle_mot4l {
91
91
  width: 100%;
92
92
  height: 100%;
93
93
  fill: transparent;
94
94
  stroke-width: 8;
95
95
  }
96
96
 
97
- .circular-progress-bar__positive_1fya7 {
97
+ .circular-progress-bar__positive_mot4l {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_1fya7 {
101
+ .circular-progress-bar__negative_mot4l {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_1fya7 {
105
+ .circular-progress-bar__backgroundCircle_mot4l {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
File without changes
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  import cn from 'classnames';
2
2
  import React, { useMemo } from 'react';
3
- import { Typography } from '@alfalab/core-components-typography/dist/modern';
3
+ import { Typography } from '@alfalab/core-components-typography/modern';
4
4
 
5
- var styles = {"component":"circular-progress-bar__component_1fya7","svg":"circular-progress-bar__svg_1fya7","title":"circular-progress-bar__title_1fya7","subtitle":"circular-progress-bar__subtitle_1fya7","l":"circular-progress-bar__l_1fya7","label":"circular-progress-bar__label_1fya7","m":"circular-progress-bar__m_1fya7","s":"circular-progress-bar__s_1fya7","backgroundCircle":"circular-progress-bar__backgroundCircle_1fya7","progressCircle":"circular-progress-bar__progressCircle_1fya7","positive":"circular-progress-bar__positive_1fya7","negative":"circular-progress-bar__negative_1fya7"};
5
+ var styles = {"component":"circular-progress-bar__component_mot4l","svg":"circular-progress-bar__svg_mot4l","title":"circular-progress-bar__title_mot4l","subtitle":"circular-progress-bar__subtitle_mot4l","l":"circular-progress-bar__l_mot4l","label":"circular-progress-bar__label_mot4l","m":"circular-progress-bar__m_mot4l","s":"circular-progress-bar__s_mot4l","backgroundCircle":"circular-progress-bar__backgroundCircle_mot4l","progressCircle":"circular-progress-bar__progressCircle_mot4l","positive":"circular-progress-bar__positive_mot4l","negative":"circular-progress-bar__negative_mot4l"};
6
6
  require('./index.css')
7
7
 
8
8
  const SIZES = {
@@ -1,4 +1,4 @@
1
- /* hash: gem9q */
1
+ /* hash: sgitj */
2
2
  :root {
3
3
  --color-light-bg-tertiary: #e7e9eb;
4
4
  --color-light-graphic-negative: #f15045;
@@ -16,68 +16,68 @@
16
16
  --circular-progress-bar-negative-color: var(--color-light-graphic-negative);
17
17
  }
18
18
 
19
- .circular-progress-bar__component_1fya7 {
19
+ .circular-progress-bar__component_mot4l {
20
20
  position: relative;
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  align-items: center;
24
24
  }
25
25
 
26
- .circular-progress-bar__svg_1fya7 {
26
+ .circular-progress-bar__svg_mot4l {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_1fya7,
32
- .circular-progress-bar__subtitle_1fya7 {
31
+ .circular-progress-bar__title_mot4l,
32
+ .circular-progress-bar__subtitle_mot4l {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_1fya7 {
37
+ .circular-progress-bar__subtitle_mot4l {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_1fya7 {
41
+ .circular-progress-bar__l_mot4l {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_1fya7 .circular-progress-bar__label_1fya7 {
46
+ .circular-progress-bar__l_mot4l .circular-progress-bar__label_mot4l {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_1fya7 .circular-progress-bar__title_1fya7 {
50
+ .circular-progress-bar__l_mot4l .circular-progress-bar__title_mot4l {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_1fya7 {
54
+ .circular-progress-bar__m_mot4l {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_1fya7 .circular-progress-bar__label_1fya7 {
59
+ .circular-progress-bar__m_mot4l .circular-progress-bar__label_mot4l {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_1fya7 .circular-progress-bar__title_1fya7 {
63
+ .circular-progress-bar__m_mot4l .circular-progress-bar__title_mot4l {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_1fya7 {
67
+ .circular-progress-bar__s_mot4l {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_1fya7 .circular-progress-bar__label_1fya7 {
72
+ .circular-progress-bar__s_mot4l .circular-progress-bar__label_mot4l {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_1fya7 .circular-progress-bar__title_1fya7 {
76
+ .circular-progress-bar__s_mot4l .circular-progress-bar__title_mot4l {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_1fya7 {
80
+ .circular-progress-bar__label_mot4l {
81
81
  text-align: center;
82
82
  position: absolute;
83
83
  top: 50%;
@@ -86,22 +86,22 @@
86
86
  transform: translate(-50%, -50%);
87
87
  }
88
88
 
89
- .circular-progress-bar__backgroundCircle_1fya7,
90
- .circular-progress-bar__progressCircle_1fya7 {
89
+ .circular-progress-bar__backgroundCircle_mot4l,
90
+ .circular-progress-bar__progressCircle_mot4l {
91
91
  width: 100%;
92
92
  height: 100%;
93
93
  fill: transparent;
94
94
  stroke-width: 8;
95
95
  }
96
96
 
97
- .circular-progress-bar__positive_1fya7 {
97
+ .circular-progress-bar__positive_mot4l {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_1fya7 {
101
+ .circular-progress-bar__negative_mot4l {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_1fya7 {
105
+ .circular-progress-bar__backgroundCircle_mot4l {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
File without changes
@@ -1,4 +1,4 @@
1
1
  import 'classnames';
2
2
  import 'react';
3
- import '@alfalab/core-components-typography/dist/modern';
3
+ import '@alfalab/core-components-typography/modern';
4
4
  export { CircularProgressBar } from './Component.js';
package/package.json CHANGED
@@ -1,26 +1,23 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-circular-progress-bar",
3
- "version": "2.3.3",
3
+ "version": "2.4.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "scripts": {
13
- "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
14
11
  },
15
12
  "publishConfig": {
16
- "access": "public"
13
+ "access": "public",
14
+ "directory": "dist"
17
15
  },
18
16
  "dependencies": {
19
- "@alfalab/core-components-typography": "^2.5.2",
20
- "classnames": "2.2.6"
17
+ "@alfalab/core-components-typography": "^2.6.2",
18
+ "classnames": "^2.2.6"
21
19
  },
22
20
  "peerDependencies": {
23
21
  "react": "^16.9.0 || ^17.0.1"
24
- },
25
- "gitHead": "8d998af881e79e8b524179aa50cdb117c1380c74"
22
+ }
26
23
  }
File without changes