@alfalab/core-components-circular-progress-bar 5.0.7 → 5.0.8

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/esm/index.css CHANGED
@@ -19,35 +19,35 @@
19
19
  --circular-progress-bar-positive-color: var(--color-light-status-positive);
20
20
  --circular-progress-bar-negative-color: var(--color-light-status-negative);
21
21
  }
22
- .circular-progress-bar__component_1cx9r {
22
+ .circular-progress-bar__component_t3gjk {
23
23
  position: relative;
24
24
  display: flex;
25
25
  justify-content: center;
26
26
  align-items: center;
27
27
  border-radius: var(--border-radius-pill);
28
28
  }
29
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-positive_1cx9r {
29
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-positive_t3gjk {
30
30
  background: var(--circular-progress-bar-positive-color);
31
31
  }
32
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-negative_1cx9r {
32
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-negative_t3gjk {
33
33
  background: var(--circular-progress-bar-negative-color);
34
34
  }
35
- .circular-progress-bar__svg_1cx9r {
35
+ .circular-progress-bar__svg_t3gjk {
36
36
  display: block;
37
37
  width: 100%;
38
38
  }
39
- .circular-progress-bar__title_1cx9r,
40
- .circular-progress-bar__subtitle_1cx9r {
39
+ .circular-progress-bar__title_t3gjk,
40
+ .circular-progress-bar__subtitle_t3gjk {
41
41
  overflow: hidden;
42
42
  word-break: break-word;
43
43
  white-space: nowrap;
44
44
  text-overflow: ellipsis;
45
45
  margin: var(--gap-0) var(--gap-6);
46
46
  }
47
- .circular-progress-bar__subtitle_1cx9r {
47
+ .circular-progress-bar__subtitle_t3gjk {
48
48
  max-height: 40px;
49
49
  }
50
- .circular-progress-bar__labelWrapper_1cx9r {
50
+ .circular-progress-bar__labelWrapper_t3gjk {
51
51
  text-align: center;
52
52
  position: absolute;
53
53
  top: 50%;
@@ -55,160 +55,160 @@
55
55
  width: 100%;
56
56
  transform: translate(-50%, -50%);
57
57
  }
58
- .circular-progress-bar__labelWrapper_1cx9r.circular-progress-bar__label_1cx9r {
58
+ .circular-progress-bar__labelWrapper_t3gjk.circular-progress-bar__label_t3gjk {
59
59
  display: flex;
60
60
  align-items: center;
61
61
  justify-content: center;
62
62
  }
63
- .circular-progress-bar__size-144_1cx9r {
63
+ .circular-progress-bar__size-144_t3gjk {
64
64
  width: 144px;
65
65
  height: 144px;
66
66
  }
67
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
67
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
68
68
  max-width: 128px;
69
69
  }
70
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__title_1cx9r {
70
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__title_t3gjk {
71
71
  max-height: 32px;
72
72
  }
73
- .circular-progress-bar__size-128_1cx9r {
73
+ .circular-progress-bar__size-128_t3gjk {
74
74
  width: 128px;
75
75
  height: 128px;
76
76
  }
77
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
77
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
78
78
  max-width: 108px;
79
79
  }
80
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__title_1cx9r {
80
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__title_t3gjk {
81
81
  max-height: 32px;
82
82
  }
83
- .circular-progress-bar__size-96_1cx9r {
83
+ .circular-progress-bar__size-96_t3gjk {
84
84
  width: 96px;
85
85
  height: 96px;
86
86
  }
87
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
87
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
88
88
  max-width: 64px;
89
89
  }
90
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__title_1cx9r {
90
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__title_t3gjk {
91
91
  max-height: 20px;
92
92
  }
93
- .circular-progress-bar__size-80_1cx9r {
93
+ .circular-progress-bar__size-80_t3gjk {
94
94
  width: 80px;
95
95
  height: 80px;
96
96
  }
97
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
97
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
98
98
  max-width: 64px;
99
99
  }
100
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__title_1cx9r {
100
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__title_t3gjk {
101
101
  max-height: 24px;
102
102
  }
103
- .circular-progress-bar__size-64_1cx9r {
103
+ .circular-progress-bar__size-64_t3gjk {
104
104
  width: 64px;
105
105
  height: 64px;
106
106
  }
107
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
107
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
108
108
  max-width: 48px;
109
109
  }
110
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__title_1cx9r {
110
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__title_t3gjk {
111
111
  max-height: 16px;
112
112
  margin: var(--gap-0);
113
113
  }
114
- .circular-progress-bar__size-48_1cx9r {
114
+ .circular-progress-bar__size-48_t3gjk {
115
115
  width: 48px;
116
116
  height: 48px;
117
117
  }
118
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
118
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
119
119
  max-width: 40px;
120
120
  }
121
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__title_1cx9r {
121
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__title_t3gjk {
122
122
  max-height: 16px;
123
123
  margin: var(--gap-0);
124
124
  }
125
- .circular-progress-bar__size-24_1cx9r {
125
+ .circular-progress-bar__size-24_t3gjk {
126
126
  width: 24px;
127
127
  height: 24px;
128
128
  }
129
- .circular-progress-bar__size-24_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
129
+ .circular-progress-bar__size-24_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
130
130
  max-width: 24px;
131
131
  }
132
- .circular-progress-bar__size-16_1cx9r {
132
+ .circular-progress-bar__size-16_t3gjk {
133
133
  width: 16px;
134
134
  height: 16px;
135
135
  }
136
- .circular-progress-bar__size-16_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
136
+ .circular-progress-bar__size-16_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
137
137
  max-width: 16px;
138
138
  }
139
- .circular-progress-bar__backgroundCircle_1cx9r,
140
- .circular-progress-bar__progressCircle_1cx9r {
139
+ .circular-progress-bar__backgroundCircle_t3gjk,
140
+ .circular-progress-bar__progressCircle_t3gjk {
141
141
  width: 100%;
142
142
  height: 100%;
143
143
  fill: transparent;
144
144
  }
145
- .circular-progress-bar__positive_1cx9r {
145
+ .circular-progress-bar__positive_t3gjk {
146
146
  stroke: var(--circular-progress-bar-positive-color);
147
147
  }
148
- .circular-progress-bar__negative_1cx9r {
148
+ .circular-progress-bar__negative_t3gjk {
149
149
  stroke: var(--circular-progress-bar-negative-color);
150
150
  }
151
- .circular-progress-bar__backgroundCircle_1cx9r {
151
+ .circular-progress-bar__backgroundCircle_t3gjk {
152
152
  stroke: var(--circular-progress-bar-stroke-color);
153
153
  }
154
- .circular-progress-bar__backgroundCircle_1cx9r.circular-progress-bar__stroke_1cx9r {
154
+ .circular-progress-bar__backgroundCircle_t3gjk.circular-progress-bar__stroke_t3gjk {
155
155
  stroke: transparent;
156
156
  }
157
- .circular-progress-bar__progressCircle_1cx9r {
157
+ .circular-progress-bar__progressCircle_t3gjk {
158
158
  stroke-linecap: round;
159
159
  }
160
- .circular-progress-bar__iconWrapper_1cx9r {
160
+ .circular-progress-bar__iconWrapper_t3gjk {
161
161
  display: flex;
162
162
  align-items: center;
163
163
  justify-content: center;
164
164
  }
165
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-144_1cx9r {
165
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-144_t3gjk {
166
166
  max-width: 64px;
167
167
  max-height: 64px;
168
168
  }
169
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-128_1cx9r {
169
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-128_t3gjk {
170
170
  max-width: 64px;
171
171
  max-height: 64px;
172
172
  }
173
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-96_1cx9r {
173
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-96_t3gjk {
174
174
  max-width: 48px;
175
175
  max-height: 48px;
176
176
  }
177
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-80_1cx9r {
177
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-80_t3gjk {
178
178
  max-width: 48px;
179
179
  max-height: 48px;
180
180
  }
181
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-64_1cx9r {
181
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-64_t3gjk {
182
182
  max-width: 36px;
183
183
  max-height: 36px;
184
184
  }
185
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-48_1cx9r {
185
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-48_t3gjk {
186
186
  max-width: 24px;
187
187
  max-height: 24px;
188
188
  }
189
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-24_1cx9r {
189
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-24_t3gjk {
190
190
  max-width: 16px;
191
191
  max-height: 16px;
192
192
  }
193
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-tertiary_1cx9r {
193
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-tertiary_t3gjk {
194
194
  color: var(--color-light-neutral-500);
195
195
  }
196
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-positive_1cx9r {
196
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-positive_t3gjk {
197
197
  color: var(--color-light-status-positive);
198
198
  }
199
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-negative_1cx9r {
199
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-negative_t3gjk {
200
200
  color: var(--color-light-status-negative);
201
201
  }
202
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary-inverted_1cx9r {
202
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary-inverted_t3gjk {
203
203
  color: var(--color-light-neutral-translucent-1300-inverted);
204
204
  }
205
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary_1cx9r {
205
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary_t3gjk {
206
206
  color: var(--color-light-neutral-translucent-1300);
207
207
  }
208
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-secondary_1cx9r {
208
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-secondary_t3gjk {
209
209
  color: var(--color-light-neutral-700);
210
210
  }
211
- .circular-progress-bar__icon_1cx9r {
211
+ .circular-progress-bar__icon_t3gjk {
212
212
  width: 100%;
213
213
  height: 100%;
214
214
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"circular-progress-bar__component_1cx9r","bg-positive":"circular-progress-bar__bg-positive_1cx9r","bg-negative":"circular-progress-bar__bg-negative_1cx9r","svg":"circular-progress-bar__svg_1cx9r","title":"circular-progress-bar__title_1cx9r","subtitle":"circular-progress-bar__subtitle_1cx9r","labelWrapper":"circular-progress-bar__labelWrapper_1cx9r","label":"circular-progress-bar__label_1cx9r","size-144":"circular-progress-bar__size-144_1cx9r","size-128":"circular-progress-bar__size-128_1cx9r","size-96":"circular-progress-bar__size-96_1cx9r","size-80":"circular-progress-bar__size-80_1cx9r","size-64":"circular-progress-bar__size-64_1cx9r","size-48":"circular-progress-bar__size-48_1cx9r","size-24":"circular-progress-bar__size-24_1cx9r","size-16":"circular-progress-bar__size-16_1cx9r","backgroundCircle":"circular-progress-bar__backgroundCircle_1cx9r","progressCircle":"circular-progress-bar__progressCircle_1cx9r","positive":"circular-progress-bar__positive_1cx9r","negative":"circular-progress-bar__negative_1cx9r","stroke":"circular-progress-bar__stroke_1cx9r","iconWrapper":"circular-progress-bar__iconWrapper_1cx9r","icon-tertiary":"circular-progress-bar__icon-tertiary_1cx9r","icon-positive":"circular-progress-bar__icon-positive_1cx9r","icon-negative":"circular-progress-bar__icon-negative_1cx9r","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1cx9r","icon-primary":"circular-progress-bar__icon-primary_1cx9r","icon-secondary":"circular-progress-bar__icon-secondary_1cx9r","icon":"circular-progress-bar__icon_1cx9r"};
3
+ var styles = {"component":"circular-progress-bar__component_t3gjk","bg-positive":"circular-progress-bar__bg-positive_t3gjk","bg-negative":"circular-progress-bar__bg-negative_t3gjk","svg":"circular-progress-bar__svg_t3gjk","title":"circular-progress-bar__title_t3gjk","subtitle":"circular-progress-bar__subtitle_t3gjk","labelWrapper":"circular-progress-bar__labelWrapper_t3gjk","label":"circular-progress-bar__label_t3gjk","size-144":"circular-progress-bar__size-144_t3gjk","size-128":"circular-progress-bar__size-128_t3gjk","size-96":"circular-progress-bar__size-96_t3gjk","size-80":"circular-progress-bar__size-80_t3gjk","size-64":"circular-progress-bar__size-64_t3gjk","size-48":"circular-progress-bar__size-48_t3gjk","size-24":"circular-progress-bar__size-24_t3gjk","size-16":"circular-progress-bar__size-16_t3gjk","backgroundCircle":"circular-progress-bar__backgroundCircle_t3gjk","progressCircle":"circular-progress-bar__progressCircle_t3gjk","positive":"circular-progress-bar__positive_t3gjk","negative":"circular-progress-bar__negative_t3gjk","stroke":"circular-progress-bar__stroke_t3gjk","iconWrapper":"circular-progress-bar__iconWrapper_t3gjk","icon-tertiary":"circular-progress-bar__icon-tertiary_t3gjk","icon-positive":"circular-progress-bar__icon-positive_t3gjk","icon-negative":"circular-progress-bar__icon-negative_t3gjk","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_t3gjk","icon-primary":"circular-progress-bar__icon-primary_t3gjk","icon-secondary":"circular-progress-bar__icon-secondary_t3gjk","icon":"circular-progress-bar__icon_t3gjk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -19,35 +19,35 @@
19
19
  --circular-progress-bar-positive-color: var(--color-light-status-positive);
20
20
  --circular-progress-bar-negative-color: var(--color-light-status-negative);
21
21
  }
22
- .circular-progress-bar__component_1cx9r {
22
+ .circular-progress-bar__component_t3gjk {
23
23
  position: relative;
24
24
  display: flex;
25
25
  justify-content: center;
26
26
  align-items: center;
27
27
  border-radius: var(--border-radius-pill);
28
28
  }
29
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-positive_1cx9r {
29
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-positive_t3gjk {
30
30
  background: var(--circular-progress-bar-positive-color);
31
31
  }
32
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-negative_1cx9r {
32
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-negative_t3gjk {
33
33
  background: var(--circular-progress-bar-negative-color);
34
34
  }
35
- .circular-progress-bar__svg_1cx9r {
35
+ .circular-progress-bar__svg_t3gjk {
36
36
  display: block;
37
37
  width: 100%;
38
38
  }
39
- .circular-progress-bar__title_1cx9r,
40
- .circular-progress-bar__subtitle_1cx9r {
39
+ .circular-progress-bar__title_t3gjk,
40
+ .circular-progress-bar__subtitle_t3gjk {
41
41
  overflow: hidden;
42
42
  word-break: break-word;
43
43
  white-space: nowrap;
44
44
  text-overflow: ellipsis;
45
45
  margin: var(--gap-0) var(--gap-6);
46
46
  }
47
- .circular-progress-bar__subtitle_1cx9r {
47
+ .circular-progress-bar__subtitle_t3gjk {
48
48
  max-height: 40px;
49
49
  }
50
- .circular-progress-bar__labelWrapper_1cx9r {
50
+ .circular-progress-bar__labelWrapper_t3gjk {
51
51
  text-align: center;
52
52
  position: absolute;
53
53
  top: 50%;
@@ -55,160 +55,160 @@
55
55
  width: 100%;
56
56
  transform: translate(-50%, -50%);
57
57
  }
58
- .circular-progress-bar__labelWrapper_1cx9r.circular-progress-bar__label_1cx9r {
58
+ .circular-progress-bar__labelWrapper_t3gjk.circular-progress-bar__label_t3gjk {
59
59
  display: flex;
60
60
  align-items: center;
61
61
  justify-content: center;
62
62
  }
63
- .circular-progress-bar__size-144_1cx9r {
63
+ .circular-progress-bar__size-144_t3gjk {
64
64
  width: 144px;
65
65
  height: 144px;
66
66
  }
67
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
67
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
68
68
  max-width: 128px;
69
69
  }
70
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__title_1cx9r {
70
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__title_t3gjk {
71
71
  max-height: 32px;
72
72
  }
73
- .circular-progress-bar__size-128_1cx9r {
73
+ .circular-progress-bar__size-128_t3gjk {
74
74
  width: 128px;
75
75
  height: 128px;
76
76
  }
77
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
77
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
78
78
  max-width: 108px;
79
79
  }
80
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__title_1cx9r {
80
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__title_t3gjk {
81
81
  max-height: 32px;
82
82
  }
83
- .circular-progress-bar__size-96_1cx9r {
83
+ .circular-progress-bar__size-96_t3gjk {
84
84
  width: 96px;
85
85
  height: 96px;
86
86
  }
87
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
87
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
88
88
  max-width: 64px;
89
89
  }
90
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__title_1cx9r {
90
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__title_t3gjk {
91
91
  max-height: 20px;
92
92
  }
93
- .circular-progress-bar__size-80_1cx9r {
93
+ .circular-progress-bar__size-80_t3gjk {
94
94
  width: 80px;
95
95
  height: 80px;
96
96
  }
97
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
97
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
98
98
  max-width: 64px;
99
99
  }
100
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__title_1cx9r {
100
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__title_t3gjk {
101
101
  max-height: 24px;
102
102
  }
103
- .circular-progress-bar__size-64_1cx9r {
103
+ .circular-progress-bar__size-64_t3gjk {
104
104
  width: 64px;
105
105
  height: 64px;
106
106
  }
107
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
107
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
108
108
  max-width: 48px;
109
109
  }
110
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__title_1cx9r {
110
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__title_t3gjk {
111
111
  max-height: 16px;
112
112
  margin: var(--gap-0);
113
113
  }
114
- .circular-progress-bar__size-48_1cx9r {
114
+ .circular-progress-bar__size-48_t3gjk {
115
115
  width: 48px;
116
116
  height: 48px;
117
117
  }
118
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
118
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
119
119
  max-width: 40px;
120
120
  }
121
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__title_1cx9r {
121
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__title_t3gjk {
122
122
  max-height: 16px;
123
123
  margin: var(--gap-0);
124
124
  }
125
- .circular-progress-bar__size-24_1cx9r {
125
+ .circular-progress-bar__size-24_t3gjk {
126
126
  width: 24px;
127
127
  height: 24px;
128
128
  }
129
- .circular-progress-bar__size-24_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
129
+ .circular-progress-bar__size-24_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
130
130
  max-width: 24px;
131
131
  }
132
- .circular-progress-bar__size-16_1cx9r {
132
+ .circular-progress-bar__size-16_t3gjk {
133
133
  width: 16px;
134
134
  height: 16px;
135
135
  }
136
- .circular-progress-bar__size-16_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
136
+ .circular-progress-bar__size-16_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
137
137
  max-width: 16px;
138
138
  }
139
- .circular-progress-bar__backgroundCircle_1cx9r,
140
- .circular-progress-bar__progressCircle_1cx9r {
139
+ .circular-progress-bar__backgroundCircle_t3gjk,
140
+ .circular-progress-bar__progressCircle_t3gjk {
141
141
  width: 100%;
142
142
  height: 100%;
143
143
  fill: transparent;
144
144
  }
145
- .circular-progress-bar__positive_1cx9r {
145
+ .circular-progress-bar__positive_t3gjk {
146
146
  stroke: var(--circular-progress-bar-positive-color);
147
147
  }
148
- .circular-progress-bar__negative_1cx9r {
148
+ .circular-progress-bar__negative_t3gjk {
149
149
  stroke: var(--circular-progress-bar-negative-color);
150
150
  }
151
- .circular-progress-bar__backgroundCircle_1cx9r {
151
+ .circular-progress-bar__backgroundCircle_t3gjk {
152
152
  stroke: var(--circular-progress-bar-stroke-color);
153
153
  }
154
- .circular-progress-bar__backgroundCircle_1cx9r.circular-progress-bar__stroke_1cx9r {
154
+ .circular-progress-bar__backgroundCircle_t3gjk.circular-progress-bar__stroke_t3gjk {
155
155
  stroke: transparent;
156
156
  }
157
- .circular-progress-bar__progressCircle_1cx9r {
157
+ .circular-progress-bar__progressCircle_t3gjk {
158
158
  stroke-linecap: round;
159
159
  }
160
- .circular-progress-bar__iconWrapper_1cx9r {
160
+ .circular-progress-bar__iconWrapper_t3gjk {
161
161
  display: flex;
162
162
  align-items: center;
163
163
  justify-content: center;
164
164
  }
165
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-144_1cx9r {
165
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-144_t3gjk {
166
166
  max-width: 64px;
167
167
  max-height: 64px;
168
168
  }
169
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-128_1cx9r {
169
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-128_t3gjk {
170
170
  max-width: 64px;
171
171
  max-height: 64px;
172
172
  }
173
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-96_1cx9r {
173
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-96_t3gjk {
174
174
  max-width: 48px;
175
175
  max-height: 48px;
176
176
  }
177
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-80_1cx9r {
177
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-80_t3gjk {
178
178
  max-width: 48px;
179
179
  max-height: 48px;
180
180
  }
181
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-64_1cx9r {
181
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-64_t3gjk {
182
182
  max-width: 36px;
183
183
  max-height: 36px;
184
184
  }
185
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-48_1cx9r {
185
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-48_t3gjk {
186
186
  max-width: 24px;
187
187
  max-height: 24px;
188
188
  }
189
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-24_1cx9r {
189
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-24_t3gjk {
190
190
  max-width: 16px;
191
191
  max-height: 16px;
192
192
  }
193
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-tertiary_1cx9r {
193
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-tertiary_t3gjk {
194
194
  color: var(--color-light-neutral-500);
195
195
  }
196
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-positive_1cx9r {
196
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-positive_t3gjk {
197
197
  color: var(--color-light-status-positive);
198
198
  }
199
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-negative_1cx9r {
199
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-negative_t3gjk {
200
200
  color: var(--color-light-status-negative);
201
201
  }
202
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary-inverted_1cx9r {
202
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary-inverted_t3gjk {
203
203
  color: var(--color-light-neutral-translucent-1300-inverted);
204
204
  }
205
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary_1cx9r {
205
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary_t3gjk {
206
206
  color: var(--color-light-neutral-translucent-1300);
207
207
  }
208
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-secondary_1cx9r {
208
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-secondary_t3gjk {
209
209
  color: var(--color-light-neutral-700);
210
210
  }
211
- .circular-progress-bar__icon_1cx9r {
211
+ .circular-progress-bar__icon_t3gjk {
212
212
  width: 100%;
213
213
  height: 100%;
214
214
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"circular-progress-bar__component_1cx9r","bg-positive":"circular-progress-bar__bg-positive_1cx9r","bg-negative":"circular-progress-bar__bg-negative_1cx9r","svg":"circular-progress-bar__svg_1cx9r","title":"circular-progress-bar__title_1cx9r","subtitle":"circular-progress-bar__subtitle_1cx9r","labelWrapper":"circular-progress-bar__labelWrapper_1cx9r","label":"circular-progress-bar__label_1cx9r","size-144":"circular-progress-bar__size-144_1cx9r","size-128":"circular-progress-bar__size-128_1cx9r","size-96":"circular-progress-bar__size-96_1cx9r","size-80":"circular-progress-bar__size-80_1cx9r","size-64":"circular-progress-bar__size-64_1cx9r","size-48":"circular-progress-bar__size-48_1cx9r","size-24":"circular-progress-bar__size-24_1cx9r","size-16":"circular-progress-bar__size-16_1cx9r","backgroundCircle":"circular-progress-bar__backgroundCircle_1cx9r","progressCircle":"circular-progress-bar__progressCircle_1cx9r","positive":"circular-progress-bar__positive_1cx9r","negative":"circular-progress-bar__negative_1cx9r","stroke":"circular-progress-bar__stroke_1cx9r","iconWrapper":"circular-progress-bar__iconWrapper_1cx9r","icon-tertiary":"circular-progress-bar__icon-tertiary_1cx9r","icon-positive":"circular-progress-bar__icon-positive_1cx9r","icon-negative":"circular-progress-bar__icon-negative_1cx9r","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1cx9r","icon-primary":"circular-progress-bar__icon-primary_1cx9r","icon-secondary":"circular-progress-bar__icon-secondary_1cx9r","icon":"circular-progress-bar__icon_1cx9r"};
5
+ var styles = {"component":"circular-progress-bar__component_t3gjk","bg-positive":"circular-progress-bar__bg-positive_t3gjk","bg-negative":"circular-progress-bar__bg-negative_t3gjk","svg":"circular-progress-bar__svg_t3gjk","title":"circular-progress-bar__title_t3gjk","subtitle":"circular-progress-bar__subtitle_t3gjk","labelWrapper":"circular-progress-bar__labelWrapper_t3gjk","label":"circular-progress-bar__label_t3gjk","size-144":"circular-progress-bar__size-144_t3gjk","size-128":"circular-progress-bar__size-128_t3gjk","size-96":"circular-progress-bar__size-96_t3gjk","size-80":"circular-progress-bar__size-80_t3gjk","size-64":"circular-progress-bar__size-64_t3gjk","size-48":"circular-progress-bar__size-48_t3gjk","size-24":"circular-progress-bar__size-24_t3gjk","size-16":"circular-progress-bar__size-16_t3gjk","backgroundCircle":"circular-progress-bar__backgroundCircle_t3gjk","progressCircle":"circular-progress-bar__progressCircle_t3gjk","positive":"circular-progress-bar__positive_t3gjk","negative":"circular-progress-bar__negative_t3gjk","stroke":"circular-progress-bar__stroke_t3gjk","iconWrapper":"circular-progress-bar__iconWrapper_t3gjk","icon-tertiary":"circular-progress-bar__icon-tertiary_t3gjk","icon-positive":"circular-progress-bar__icon-positive_t3gjk","icon-negative":"circular-progress-bar__icon-negative_t3gjk","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_t3gjk","icon-primary":"circular-progress-bar__icon-primary_t3gjk","icon-secondary":"circular-progress-bar__icon-secondary_t3gjk","icon":"circular-progress-bar__icon_t3gjk"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -19,35 +19,35 @@
19
19
  --circular-progress-bar-positive-color: var(--color-light-status-positive);
20
20
  --circular-progress-bar-negative-color: var(--color-light-status-negative);
21
21
  }
22
- .circular-progress-bar__component_1cx9r {
22
+ .circular-progress-bar__component_t3gjk {
23
23
  position: relative;
24
24
  display: flex;
25
25
  justify-content: center;
26
26
  align-items: center;
27
27
  border-radius: var(--border-radius-pill);
28
28
  }
29
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-positive_1cx9r {
29
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-positive_t3gjk {
30
30
  background: var(--circular-progress-bar-positive-color);
31
31
  }
32
- .circular-progress-bar__component_1cx9r.circular-progress-bar__bg-negative_1cx9r {
32
+ .circular-progress-bar__component_t3gjk.circular-progress-bar__bg-negative_t3gjk {
33
33
  background: var(--circular-progress-bar-negative-color);
34
34
  }
35
- .circular-progress-bar__svg_1cx9r {
35
+ .circular-progress-bar__svg_t3gjk {
36
36
  display: block;
37
37
  width: 100%;
38
38
  }
39
- .circular-progress-bar__title_1cx9r,
40
- .circular-progress-bar__subtitle_1cx9r {
39
+ .circular-progress-bar__title_t3gjk,
40
+ .circular-progress-bar__subtitle_t3gjk {
41
41
  overflow: hidden;
42
42
  word-break: break-word;
43
43
  white-space: nowrap;
44
44
  text-overflow: ellipsis;
45
45
  margin: var(--gap-0) var(--gap-6);
46
46
  }
47
- .circular-progress-bar__subtitle_1cx9r {
47
+ .circular-progress-bar__subtitle_t3gjk {
48
48
  max-height: 40px;
49
49
  }
50
- .circular-progress-bar__labelWrapper_1cx9r {
50
+ .circular-progress-bar__labelWrapper_t3gjk {
51
51
  text-align: center;
52
52
  position: absolute;
53
53
  top: 50%;
@@ -55,160 +55,160 @@
55
55
  width: 100%;
56
56
  transform: translate(-50%, -50%);
57
57
  }
58
- .circular-progress-bar__labelWrapper_1cx9r.circular-progress-bar__label_1cx9r {
58
+ .circular-progress-bar__labelWrapper_t3gjk.circular-progress-bar__label_t3gjk {
59
59
  display: flex;
60
60
  align-items: center;
61
61
  justify-content: center;
62
62
  }
63
- .circular-progress-bar__size-144_1cx9r {
63
+ .circular-progress-bar__size-144_t3gjk {
64
64
  width: 144px;
65
65
  height: 144px;
66
66
  }
67
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
67
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
68
68
  max-width: 128px;
69
69
  }
70
- .circular-progress-bar__size-144_1cx9r .circular-progress-bar__title_1cx9r {
70
+ .circular-progress-bar__size-144_t3gjk .circular-progress-bar__title_t3gjk {
71
71
  max-height: 32px;
72
72
  }
73
- .circular-progress-bar__size-128_1cx9r {
73
+ .circular-progress-bar__size-128_t3gjk {
74
74
  width: 128px;
75
75
  height: 128px;
76
76
  }
77
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
77
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
78
78
  max-width: 108px;
79
79
  }
80
- .circular-progress-bar__size-128_1cx9r .circular-progress-bar__title_1cx9r {
80
+ .circular-progress-bar__size-128_t3gjk .circular-progress-bar__title_t3gjk {
81
81
  max-height: 32px;
82
82
  }
83
- .circular-progress-bar__size-96_1cx9r {
83
+ .circular-progress-bar__size-96_t3gjk {
84
84
  width: 96px;
85
85
  height: 96px;
86
86
  }
87
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
87
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
88
88
  max-width: 64px;
89
89
  }
90
- .circular-progress-bar__size-96_1cx9r .circular-progress-bar__title_1cx9r {
90
+ .circular-progress-bar__size-96_t3gjk .circular-progress-bar__title_t3gjk {
91
91
  max-height: 20px;
92
92
  }
93
- .circular-progress-bar__size-80_1cx9r {
93
+ .circular-progress-bar__size-80_t3gjk {
94
94
  width: 80px;
95
95
  height: 80px;
96
96
  }
97
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
97
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
98
98
  max-width: 64px;
99
99
  }
100
- .circular-progress-bar__size-80_1cx9r .circular-progress-bar__title_1cx9r {
100
+ .circular-progress-bar__size-80_t3gjk .circular-progress-bar__title_t3gjk {
101
101
  max-height: 24px;
102
102
  }
103
- .circular-progress-bar__size-64_1cx9r {
103
+ .circular-progress-bar__size-64_t3gjk {
104
104
  width: 64px;
105
105
  height: 64px;
106
106
  }
107
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
107
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
108
108
  max-width: 48px;
109
109
  }
110
- .circular-progress-bar__size-64_1cx9r .circular-progress-bar__title_1cx9r {
110
+ .circular-progress-bar__size-64_t3gjk .circular-progress-bar__title_t3gjk {
111
111
  max-height: 16px;
112
112
  margin: var(--gap-0);
113
113
  }
114
- .circular-progress-bar__size-48_1cx9r {
114
+ .circular-progress-bar__size-48_t3gjk {
115
115
  width: 48px;
116
116
  height: 48px;
117
117
  }
118
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
118
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
119
119
  max-width: 40px;
120
120
  }
121
- .circular-progress-bar__size-48_1cx9r .circular-progress-bar__title_1cx9r {
121
+ .circular-progress-bar__size-48_t3gjk .circular-progress-bar__title_t3gjk {
122
122
  max-height: 16px;
123
123
  margin: var(--gap-0);
124
124
  }
125
- .circular-progress-bar__size-24_1cx9r {
125
+ .circular-progress-bar__size-24_t3gjk {
126
126
  width: 24px;
127
127
  height: 24px;
128
128
  }
129
- .circular-progress-bar__size-24_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
129
+ .circular-progress-bar__size-24_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
130
130
  max-width: 24px;
131
131
  }
132
- .circular-progress-bar__size-16_1cx9r {
132
+ .circular-progress-bar__size-16_t3gjk {
133
133
  width: 16px;
134
134
  height: 16px;
135
135
  }
136
- .circular-progress-bar__size-16_1cx9r .circular-progress-bar__labelWrapper_1cx9r {
136
+ .circular-progress-bar__size-16_t3gjk .circular-progress-bar__labelWrapper_t3gjk {
137
137
  max-width: 16px;
138
138
  }
139
- .circular-progress-bar__backgroundCircle_1cx9r,
140
- .circular-progress-bar__progressCircle_1cx9r {
139
+ .circular-progress-bar__backgroundCircle_t3gjk,
140
+ .circular-progress-bar__progressCircle_t3gjk {
141
141
  width: 100%;
142
142
  height: 100%;
143
143
  fill: transparent;
144
144
  }
145
- .circular-progress-bar__positive_1cx9r {
145
+ .circular-progress-bar__positive_t3gjk {
146
146
  stroke: var(--circular-progress-bar-positive-color);
147
147
  }
148
- .circular-progress-bar__negative_1cx9r {
148
+ .circular-progress-bar__negative_t3gjk {
149
149
  stroke: var(--circular-progress-bar-negative-color);
150
150
  }
151
- .circular-progress-bar__backgroundCircle_1cx9r {
151
+ .circular-progress-bar__backgroundCircle_t3gjk {
152
152
  stroke: var(--circular-progress-bar-stroke-color);
153
153
  }
154
- .circular-progress-bar__backgroundCircle_1cx9r.circular-progress-bar__stroke_1cx9r {
154
+ .circular-progress-bar__backgroundCircle_t3gjk.circular-progress-bar__stroke_t3gjk {
155
155
  stroke: transparent;
156
156
  }
157
- .circular-progress-bar__progressCircle_1cx9r {
157
+ .circular-progress-bar__progressCircle_t3gjk {
158
158
  stroke-linecap: round;
159
159
  }
160
- .circular-progress-bar__iconWrapper_1cx9r {
160
+ .circular-progress-bar__iconWrapper_t3gjk {
161
161
  display: flex;
162
162
  align-items: center;
163
163
  justify-content: center;
164
164
  }
165
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-144_1cx9r {
165
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-144_t3gjk {
166
166
  max-width: 64px;
167
167
  max-height: 64px;
168
168
  }
169
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-128_1cx9r {
169
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-128_t3gjk {
170
170
  max-width: 64px;
171
171
  max-height: 64px;
172
172
  }
173
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-96_1cx9r {
173
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-96_t3gjk {
174
174
  max-width: 48px;
175
175
  max-height: 48px;
176
176
  }
177
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-80_1cx9r {
177
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-80_t3gjk {
178
178
  max-width: 48px;
179
179
  max-height: 48px;
180
180
  }
181
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-64_1cx9r {
181
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-64_t3gjk {
182
182
  max-width: 36px;
183
183
  max-height: 36px;
184
184
  }
185
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-48_1cx9r {
185
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-48_t3gjk {
186
186
  max-width: 24px;
187
187
  max-height: 24px;
188
188
  }
189
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__size-24_1cx9r {
189
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__size-24_t3gjk {
190
190
  max-width: 16px;
191
191
  max-height: 16px;
192
192
  }
193
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-tertiary_1cx9r {
193
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-tertiary_t3gjk {
194
194
  color: var(--color-light-neutral-500);
195
195
  }
196
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-positive_1cx9r {
196
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-positive_t3gjk {
197
197
  color: var(--color-light-status-positive);
198
198
  }
199
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-negative_1cx9r {
199
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-negative_t3gjk {
200
200
  color: var(--color-light-status-negative);
201
201
  }
202
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary-inverted_1cx9r {
202
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary-inverted_t3gjk {
203
203
  color: var(--color-light-neutral-translucent-1300-inverted);
204
204
  }
205
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-primary_1cx9r {
205
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-primary_t3gjk {
206
206
  color: var(--color-light-neutral-translucent-1300);
207
207
  }
208
- .circular-progress-bar__iconWrapper_1cx9r.circular-progress-bar__icon-secondary_1cx9r {
208
+ .circular-progress-bar__iconWrapper_t3gjk.circular-progress-bar__icon-secondary_t3gjk {
209
209
  color: var(--color-light-neutral-700);
210
210
  }
211
- .circular-progress-bar__icon_1cx9r {
211
+ .circular-progress-bar__icon_t3gjk {
212
212
  width: 100%;
213
213
  height: 100%;
214
214
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"circular-progress-bar__component_1cx9r","bg-positive":"circular-progress-bar__bg-positive_1cx9r","bg-negative":"circular-progress-bar__bg-negative_1cx9r","svg":"circular-progress-bar__svg_1cx9r","title":"circular-progress-bar__title_1cx9r","subtitle":"circular-progress-bar__subtitle_1cx9r","labelWrapper":"circular-progress-bar__labelWrapper_1cx9r","label":"circular-progress-bar__label_1cx9r","size-144":"circular-progress-bar__size-144_1cx9r","size-128":"circular-progress-bar__size-128_1cx9r","size-96":"circular-progress-bar__size-96_1cx9r","size-80":"circular-progress-bar__size-80_1cx9r","size-64":"circular-progress-bar__size-64_1cx9r","size-48":"circular-progress-bar__size-48_1cx9r","size-24":"circular-progress-bar__size-24_1cx9r","size-16":"circular-progress-bar__size-16_1cx9r","backgroundCircle":"circular-progress-bar__backgroundCircle_1cx9r","progressCircle":"circular-progress-bar__progressCircle_1cx9r","positive":"circular-progress-bar__positive_1cx9r","negative":"circular-progress-bar__negative_1cx9r","stroke":"circular-progress-bar__stroke_1cx9r","iconWrapper":"circular-progress-bar__iconWrapper_1cx9r","icon-tertiary":"circular-progress-bar__icon-tertiary_1cx9r","icon-positive":"circular-progress-bar__icon-positive_1cx9r","icon-negative":"circular-progress-bar__icon-negative_1cx9r","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1cx9r","icon-primary":"circular-progress-bar__icon-primary_1cx9r","icon-secondary":"circular-progress-bar__icon-secondary_1cx9r","icon":"circular-progress-bar__icon_1cx9r"};
3
+ const styles = {"component":"circular-progress-bar__component_t3gjk","bg-positive":"circular-progress-bar__bg-positive_t3gjk","bg-negative":"circular-progress-bar__bg-negative_t3gjk","svg":"circular-progress-bar__svg_t3gjk","title":"circular-progress-bar__title_t3gjk","subtitle":"circular-progress-bar__subtitle_t3gjk","labelWrapper":"circular-progress-bar__labelWrapper_t3gjk","label":"circular-progress-bar__label_t3gjk","size-144":"circular-progress-bar__size-144_t3gjk","size-128":"circular-progress-bar__size-128_t3gjk","size-96":"circular-progress-bar__size-96_t3gjk","size-80":"circular-progress-bar__size-80_t3gjk","size-64":"circular-progress-bar__size-64_t3gjk","size-48":"circular-progress-bar__size-48_t3gjk","size-24":"circular-progress-bar__size-24_t3gjk","size-16":"circular-progress-bar__size-16_t3gjk","backgroundCircle":"circular-progress-bar__backgroundCircle_t3gjk","progressCircle":"circular-progress-bar__progressCircle_t3gjk","positive":"circular-progress-bar__positive_t3gjk","negative":"circular-progress-bar__negative_t3gjk","stroke":"circular-progress-bar__stroke_t3gjk","iconWrapper":"circular-progress-bar__iconWrapper_t3gjk","icon-tertiary":"circular-progress-bar__icon-tertiary_t3gjk","icon-positive":"circular-progress-bar__icon-positive_t3gjk","icon-negative":"circular-progress-bar__icon-negative_t3gjk","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_t3gjk","icon-primary":"circular-progress-bar__icon-primary_t3gjk","icon-secondary":"circular-progress-bar__icon-secondary_t3gjk","icon":"circular-progress-bar__icon_t3gjk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-circular-progress-bar",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@alfalab/core-components-shared": "^2.2.1",
17
- "@alfalab/core-components-typography": "^6.0.7",
17
+ "@alfalab/core-components-typography": "^6.0.8",
18
18
  "classnames": "^2.5.1",
19
19
  "tslib": "^2.4.0"
20
20
  },