@alfalab/core-components-circular-progress-bar 2.5.0 → 3.0.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/Component.d.ts +4 -0
- package/Component.js +1 -1
- package/cssm/Component.d.ts +4 -0
- package/esm/Component.d.ts +4 -0
- package/esm/Component.js +1 -1
- package/esm/index.css +49 -49
- package/index.css +49 -49
- package/modern/Component.d.ts +4 -0
- package/modern/Component.js +1 -1
- package/modern/index.css +49 -49
- package/package.json +4 -4
- package/CHANGELOG.md +0 -216
package/Component.d.ts
CHANGED
package/Component.js
CHANGED
|
@@ -38,7 +38,7 @@ var __assign = function () {
|
|
|
38
38
|
return __assign.apply(this, arguments);
|
|
39
39
|
};
|
|
40
40
|
|
|
41
|
-
var styles = {"component":"circular-progress-
|
|
41
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
42
42
|
require('./index.css')
|
|
43
43
|
|
|
44
44
|
var SIZES = {
|
package/cssm/Component.d.ts
CHANGED
package/esm/Component.d.ts
CHANGED
package/esm/Component.js
CHANGED
|
@@ -29,7 +29,7 @@ var __assign = function () {
|
|
|
29
29
|
return __assign.apply(this, arguments);
|
|
30
30
|
};
|
|
31
31
|
|
|
32
|
-
var styles = {"component":"circular-progress-
|
|
32
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
33
33
|
require('./index.css')
|
|
34
34
|
|
|
35
35
|
var SIZES = {
|
package/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1sque */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-tertiary: #e7e9eb;
|
|
4
4
|
--color-light-graphic-negative: #f15045;
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1sque */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-tertiary: #e7e9eb;
|
|
4
4
|
--color-light-graphic-negative: #f15045;
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
package/modern/Component.d.ts
CHANGED
package/modern/Component.js
CHANGED
|
@@ -2,7 +2,7 @@ import cn from 'classnames';
|
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
3
|
import { Typography } from '@alfalab/core-components-typography/modern';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"circular-progress-
|
|
5
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const SIZES = {
|
package/modern/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1sque */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-tertiary: #e7e9eb;
|
|
4
4
|
--color-light-graphic-negative: #f15045;
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-circular-progress-bar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"directory": "dist"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@alfalab/core-components-typography": "^
|
|
18
|
-
"classnames": "^2.
|
|
17
|
+
"@alfalab/core-components-typography": "^3.0.0",
|
|
18
|
+
"classnames": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"react": "^16.9.0 || ^17.0.1"
|
|
21
|
+
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [2.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.4.3...@alfalab/core-components-circular-progress-bar@2.5.0) (2022-07-22)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **circular-progress-bar:** added new sizes and props ([#122](https://github.com/core-ds/core-components/issues/122)) ([9b1c412](https://github.com/core-ds/core-components/commit/9b1c4126aabc516349655a51c6302d6af84aa129))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [2.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.4.2...@alfalab/core-components-circular-progress-bar@2.4.3) (2022-07-18)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [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)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [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)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# [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)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [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)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
# [2.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.2.1...@alfalab/core-components-circular-progress-bar@2.3.0) (2022-03-05)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* **circular-progress-bar:** ReactNode as title or subtitle ([#1023](https://github.com/core-ds/core-components/issues/1023)) ([7ae6df9](https://github.com/core-ds/core-components/commit/7ae6df9d2e4253f9a94532d155e81032cd96c810))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [2.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.2.0...@alfalab/core-components-circular-progress-bar@2.2.1) (2022-03-03)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
# [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.1.1...@alfalab/core-components-circular-progress-bar@2.2.0) (2022-03-01)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Features
|
|
86
|
-
|
|
87
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## [2.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.1.0...@alfalab/core-components-circular-progress-bar@2.1.1) (2022-01-17)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
# [2.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.0.3...@alfalab/core-components-circular-progress-bar@2.1.0) (2021-11-30)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Features
|
|
105
|
-
|
|
106
|
-
* **circular-progress-bar:** new size S ([d34db5c](https://github.com/core-ds/core-components/commit/d34db5cca682bc63f948a0dad322604c8044a6b8))
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.0.2...@alfalab/core-components-circular-progress-bar@2.0.3) (2021-09-14)
|
|
113
|
-
|
|
114
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.0.1...@alfalab/core-components-circular-progress-bar@2.0.2) (2021-07-19)
|
|
121
|
-
|
|
122
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.0.0...@alfalab/core-components-circular-progress-bar@2.0.1) (2021-07-09)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
# [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.11...@alfalab/core-components-circular-progress-bar@2.0.0) (2021-07-08)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
142
|
-
|
|
143
|
-
## [1.2.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.10...@alfalab/core-components-circular-progress-bar@1.2.11) (2021-06-28)
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## [1.2.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.9...@alfalab/core-components-circular-progress-bar@1.2.10) (2021-06-04)
|
|
152
|
-
|
|
153
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## [1.2.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.8...@alfalab/core-components-circular-progress-bar@1.2.9) (2021-04-26)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## [1.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.7...@alfalab/core-components-circular-progress-bar@1.2.8) (2021-04-01)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## [1.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.5...@alfalab/core-components-circular-progress-bar@1.2.7) (2021-03-18)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Bug Fixes
|
|
179
|
-
|
|
180
|
-
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [1.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.3...@alfalab/core-components-circular-progress-bar@1.2.5) (2021-03-16)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Bug Fixes
|
|
190
|
-
|
|
191
|
-
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
## [1.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.2...@alfalab/core-components-circular-progress-bar@1.2.3) (2021-03-14)
|
|
198
|
-
|
|
199
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
## [1.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@1.2.1...@alfalab/core-components-circular-progress-bar@1.2.2) (2021-03-04)
|
|
206
|
-
|
|
207
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
## [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)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @alfalab/core-components-circular-progress-bar
|