@alfalab/core-components-circular-progress-bar 2.3.4 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.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)
7
+
8
+
9
+ ### Features
10
+
11
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
package/dist/Component.js CHANGED
@@ -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_17pfh","svg":"circular-progress-bar__svg_17pfh","title":"circular-progress-bar__title_17pfh","subtitle":"circular-progress-bar__subtitle_17pfh","l":"circular-progress-bar__l_17pfh","label":"circular-progress-bar__label_17pfh","m":"circular-progress-bar__m_17pfh","s":"circular-progress-bar__s_17pfh","backgroundCircle":"circular-progress-bar__backgroundCircle_17pfh","progressCircle":"circular-progress-bar__progressCircle_17pfh","positive":"circular-progress-bar__positive_17pfh","negative":"circular-progress-bar__negative_17pfh"};
14
+ var styles = {"component":"circular-progress-bar__component_lhelu","svg":"circular-progress-bar__svg_lhelu","title":"circular-progress-bar__title_lhelu","subtitle":"circular-progress-bar__subtitle_lhelu","l":"circular-progress-bar__l_lhelu","label":"circular-progress-bar__label_lhelu","m":"circular-progress-bar__m_lhelu","s":"circular-progress-bar__s_lhelu","backgroundCircle":"circular-progress-bar__backgroundCircle_lhelu","progressCircle":"circular-progress-bar__progressCircle_lhelu","positive":"circular-progress-bar__positive_lhelu","negative":"circular-progress-bar__negative_lhelu"};
15
15
  require('./index.css')
16
16
 
17
17
  var SIZES = {
@@ -2,7 +2,7 @@ import cn from 'classnames';
2
2
  import React, { useMemo } from 'react';
3
3
  import { Typography } from '@alfalab/core-components-typography/dist/esm';
4
4
 
5
- var styles = {"component":"circular-progress-bar__component_17pfh","svg":"circular-progress-bar__svg_17pfh","title":"circular-progress-bar__title_17pfh","subtitle":"circular-progress-bar__subtitle_17pfh","l":"circular-progress-bar__l_17pfh","label":"circular-progress-bar__label_17pfh","m":"circular-progress-bar__m_17pfh","s":"circular-progress-bar__s_17pfh","backgroundCircle":"circular-progress-bar__backgroundCircle_17pfh","progressCircle":"circular-progress-bar__progressCircle_17pfh","positive":"circular-progress-bar__positive_17pfh","negative":"circular-progress-bar__negative_17pfh"};
5
+ var styles = {"component":"circular-progress-bar__component_lhelu","svg":"circular-progress-bar__svg_lhelu","title":"circular-progress-bar__title_lhelu","subtitle":"circular-progress-bar__subtitle_lhelu","l":"circular-progress-bar__l_lhelu","label":"circular-progress-bar__label_lhelu","m":"circular-progress-bar__m_lhelu","s":"circular-progress-bar__s_lhelu","backgroundCircle":"circular-progress-bar__backgroundCircle_lhelu","progressCircle":"circular-progress-bar__progressCircle_lhelu","positive":"circular-progress-bar__positive_lhelu","negative":"circular-progress-bar__negative_lhelu"};
6
6
  require('./index.css')
7
7
 
8
8
  var SIZES = {
@@ -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_17pfh {
19
+ .circular-progress-bar__component_lhelu {
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_17pfh {
26
+ .circular-progress-bar__svg_lhelu {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_17pfh,
32
- .circular-progress-bar__subtitle_17pfh {
31
+ .circular-progress-bar__title_lhelu,
32
+ .circular-progress-bar__subtitle_lhelu {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_17pfh {
37
+ .circular-progress-bar__subtitle_lhelu {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_17pfh {
41
+ .circular-progress-bar__l_lhelu {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_17pfh .circular-progress-bar__label_17pfh {
46
+ .circular-progress-bar__l_lhelu .circular-progress-bar__label_lhelu {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_17pfh .circular-progress-bar__title_17pfh {
50
+ .circular-progress-bar__l_lhelu .circular-progress-bar__title_lhelu {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_17pfh {
54
+ .circular-progress-bar__m_lhelu {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_17pfh .circular-progress-bar__label_17pfh {
59
+ .circular-progress-bar__m_lhelu .circular-progress-bar__label_lhelu {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_17pfh .circular-progress-bar__title_17pfh {
63
+ .circular-progress-bar__m_lhelu .circular-progress-bar__title_lhelu {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_17pfh {
67
+ .circular-progress-bar__s_lhelu {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_17pfh .circular-progress-bar__label_17pfh {
72
+ .circular-progress-bar__s_lhelu .circular-progress-bar__label_lhelu {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_17pfh .circular-progress-bar__title_17pfh {
76
+ .circular-progress-bar__s_lhelu .circular-progress-bar__title_lhelu {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_17pfh {
80
+ .circular-progress-bar__label_lhelu {
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_17pfh,
90
- .circular-progress-bar__progressCircle_17pfh {
89
+ .circular-progress-bar__backgroundCircle_lhelu,
90
+ .circular-progress-bar__progressCircle_lhelu {
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_17pfh {
97
+ .circular-progress-bar__positive_lhelu {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_17pfh {
101
+ .circular-progress-bar__negative_lhelu {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_17pfh {
105
+ .circular-progress-bar__backgroundCircle_lhelu {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
package/dist/index.css CHANGED
@@ -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_17pfh {
19
+ .circular-progress-bar__component_lhelu {
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_17pfh {
26
+ .circular-progress-bar__svg_lhelu {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_17pfh,
32
- .circular-progress-bar__subtitle_17pfh {
31
+ .circular-progress-bar__title_lhelu,
32
+ .circular-progress-bar__subtitle_lhelu {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_17pfh {
37
+ .circular-progress-bar__subtitle_lhelu {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_17pfh {
41
+ .circular-progress-bar__l_lhelu {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_17pfh .circular-progress-bar__label_17pfh {
46
+ .circular-progress-bar__l_lhelu .circular-progress-bar__label_lhelu {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_17pfh .circular-progress-bar__title_17pfh {
50
+ .circular-progress-bar__l_lhelu .circular-progress-bar__title_lhelu {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_17pfh {
54
+ .circular-progress-bar__m_lhelu {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_17pfh .circular-progress-bar__label_17pfh {
59
+ .circular-progress-bar__m_lhelu .circular-progress-bar__label_lhelu {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_17pfh .circular-progress-bar__title_17pfh {
63
+ .circular-progress-bar__m_lhelu .circular-progress-bar__title_lhelu {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_17pfh {
67
+ .circular-progress-bar__s_lhelu {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_17pfh .circular-progress-bar__label_17pfh {
72
+ .circular-progress-bar__s_lhelu .circular-progress-bar__label_lhelu {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_17pfh .circular-progress-bar__title_17pfh {
76
+ .circular-progress-bar__s_lhelu .circular-progress-bar__title_lhelu {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_17pfh {
80
+ .circular-progress-bar__label_lhelu {
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_17pfh,
90
- .circular-progress-bar__progressCircle_17pfh {
89
+ .circular-progress-bar__backgroundCircle_lhelu,
90
+ .circular-progress-bar__progressCircle_lhelu {
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_17pfh {
97
+ .circular-progress-bar__positive_lhelu {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_17pfh {
101
+ .circular-progress-bar__negative_lhelu {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_17pfh {
105
+ .circular-progress-bar__backgroundCircle_lhelu {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
@@ -2,7 +2,7 @@ import cn from 'classnames';
2
2
  import React, { useMemo } from 'react';
3
3
  import { Typography } from '@alfalab/core-components-typography/dist/modern';
4
4
 
5
- var styles = {"component":"circular-progress-bar__component_17pfh","svg":"circular-progress-bar__svg_17pfh","title":"circular-progress-bar__title_17pfh","subtitle":"circular-progress-bar__subtitle_17pfh","l":"circular-progress-bar__l_17pfh","label":"circular-progress-bar__label_17pfh","m":"circular-progress-bar__m_17pfh","s":"circular-progress-bar__s_17pfh","backgroundCircle":"circular-progress-bar__backgroundCircle_17pfh","progressCircle":"circular-progress-bar__progressCircle_17pfh","positive":"circular-progress-bar__positive_17pfh","negative":"circular-progress-bar__negative_17pfh"};
5
+ var styles = {"component":"circular-progress-bar__component_lhelu","svg":"circular-progress-bar__svg_lhelu","title":"circular-progress-bar__title_lhelu","subtitle":"circular-progress-bar__subtitle_lhelu","l":"circular-progress-bar__l_lhelu","label":"circular-progress-bar__label_lhelu","m":"circular-progress-bar__m_lhelu","s":"circular-progress-bar__s_lhelu","backgroundCircle":"circular-progress-bar__backgroundCircle_lhelu","progressCircle":"circular-progress-bar__progressCircle_lhelu","positive":"circular-progress-bar__positive_lhelu","negative":"circular-progress-bar__negative_lhelu"};
6
6
  require('./index.css')
7
7
 
8
8
  const SIZES = {
@@ -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_17pfh {
19
+ .circular-progress-bar__component_lhelu {
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_17pfh {
26
+ .circular-progress-bar__svg_lhelu {
27
27
  display: block;
28
28
  width: 100%;
29
29
  }
30
30
 
31
- .circular-progress-bar__title_17pfh,
32
- .circular-progress-bar__subtitle_17pfh {
31
+ .circular-progress-bar__title_lhelu,
32
+ .circular-progress-bar__subtitle_lhelu {
33
33
  overflow: hidden;
34
34
  word-break: break-word;
35
35
  }
36
36
 
37
- .circular-progress-bar__subtitle_17pfh {
37
+ .circular-progress-bar__subtitle_lhelu {
38
38
  max-height: 40px;
39
39
  }
40
40
 
41
- .circular-progress-bar__l_17pfh {
41
+ .circular-progress-bar__l_lhelu {
42
42
  width: 144px;
43
43
  height: 144px
44
44
  }
45
45
 
46
- .circular-progress-bar__l_17pfh .circular-progress-bar__label_17pfh {
46
+ .circular-progress-bar__l_lhelu .circular-progress-bar__label_lhelu {
47
47
  max-width: 120px;
48
48
  }
49
49
 
50
- .circular-progress-bar__l_17pfh .circular-progress-bar__title_17pfh {
50
+ .circular-progress-bar__l_lhelu .circular-progress-bar__title_lhelu {
51
51
  max-height: 32px;
52
52
  }
53
53
 
54
- .circular-progress-bar__m_17pfh {
54
+ .circular-progress-bar__m_lhelu {
55
55
  width: 120px;
56
56
  height: 120px
57
57
  }
58
58
 
59
- .circular-progress-bar__m_17pfh .circular-progress-bar__label_17pfh {
59
+ .circular-progress-bar__m_lhelu .circular-progress-bar__label_lhelu {
60
60
  max-width: 96px;
61
61
  }
62
62
 
63
- .circular-progress-bar__m_17pfh .circular-progress-bar__title_17pfh {
63
+ .circular-progress-bar__m_lhelu .circular-progress-bar__title_lhelu {
64
64
  max-height: 24px;
65
65
  }
66
66
 
67
- .circular-progress-bar__s_17pfh {
67
+ .circular-progress-bar__s_lhelu {
68
68
  width: 96px;
69
69
  height: 96px
70
70
  }
71
71
 
72
- .circular-progress-bar__s_17pfh .circular-progress-bar__label_17pfh {
72
+ .circular-progress-bar__s_lhelu .circular-progress-bar__label_lhelu {
73
73
  max-width: 72px;
74
74
  }
75
75
 
76
- .circular-progress-bar__s_17pfh .circular-progress-bar__title_17pfh {
76
+ .circular-progress-bar__s_lhelu .circular-progress-bar__title_lhelu {
77
77
  max-height: 24px;
78
78
  }
79
79
 
80
- .circular-progress-bar__label_17pfh {
80
+ .circular-progress-bar__label_lhelu {
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_17pfh,
90
- .circular-progress-bar__progressCircle_17pfh {
89
+ .circular-progress-bar__backgroundCircle_lhelu,
90
+ .circular-progress-bar__progressCircle_lhelu {
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_17pfh {
97
+ .circular-progress-bar__positive_lhelu {
98
98
  stroke: var(--circular-progress-bar-positive-color);
99
99
  }
100
100
 
101
- .circular-progress-bar__negative_17pfh {
101
+ .circular-progress-bar__negative_lhelu {
102
102
  stroke: var(--circular-progress-bar-negative-color);
103
103
  }
104
104
 
105
- .circular-progress-bar__backgroundCircle_17pfh {
105
+ .circular-progress-bar__backgroundCircle_lhelu {
106
106
  stroke: var(--circular-progress-bar-bg-color);
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-circular-progress-bar",
3
- "version": "2.3.4",
3
+ "version": "2.4.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -16,11 +16,11 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@alfalab/core-components-typography": "^2.5.3",
20
- "classnames": "2.2.6"
19
+ "@alfalab/core-components-typography": "^2.6.0",
20
+ "classnames": "^2.2.6"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^16.9.0 || ^17.0.1"
24
24
  },
25
- "gitHead": "34040e2552da41291b99609b318aae4f8c1f3899"
25
+ "gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
26
26
  }