@alfalab/core-components-circular-progress-bar 4.0.0 → 4.0.1
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 +52 -52
- package/esm/index.module.css.js +1 -1
- package/index.css +52 -52
- package/index.module.css.js +1 -1
- package/modern/index.css +52 -52
- package/modern/index.module.css.js +1 -1
- package/package.json +5 -5
package/esm/index.css
CHANGED
|
@@ -19,145 +19,145 @@
|
|
|
19
19
|
--circular-progress-bar-negative-color: var(--color-light-status-negative);
|
|
20
20
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
21
21
|
--circular-progress-bar-font-weight: 600;
|
|
22
|
-
} .circular-progress-
|
|
22
|
+
} .circular-progress-bar__component_1h420 {
|
|
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
|
-
} .circular-progress-
|
|
28
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-positive_1h420 {
|
|
29
29
|
background: var(--circular-progress-bar-positive-color);
|
|
30
|
-
} .circular-progress-
|
|
30
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-negative_1h420 {
|
|
31
31
|
background: var(--circular-progress-bar-negative-color);
|
|
32
|
-
} .circular-progress-
|
|
32
|
+
} .circular-progress-bar__svg_1h420 {
|
|
33
33
|
display: block;
|
|
34
34
|
width: 100%;
|
|
35
|
-
} .circular-progress-
|
|
36
|
-
.circular-progress-
|
|
35
|
+
} .circular-progress-bar__title_1h420,
|
|
36
|
+
.circular-progress-bar__subtitle_1h420 {
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
word-break: break-word;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
text-overflow: ellipsis;
|
|
41
41
|
margin: var(--gap-0) 6px;
|
|
42
|
-
} .circular-progress-
|
|
42
|
+
} .circular-progress-bar__subtitle_1h420 {
|
|
43
43
|
max-height: 40px;
|
|
44
|
-
} .circular-progress-
|
|
44
|
+
} .circular-progress-bar__labelWrapper_1h420 {
|
|
45
45
|
text-align: center;
|
|
46
46
|
position: absolute;
|
|
47
47
|
top: 50%;
|
|
48
48
|
left: 50%;
|
|
49
49
|
width: 100%;
|
|
50
50
|
transform: translate(-50%, -50%)
|
|
51
|
-
} .circular-progress-
|
|
51
|
+
} .circular-progress-bar__labelWrapper_1h420.circular-progress-bar__label_1h420 {
|
|
52
52
|
display: flex;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
} .circular-progress-
|
|
55
|
+
} .circular-progress-bar__typography_1h420 {
|
|
56
56
|
font-feature-settings: 'ss01';
|
|
57
57
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
58
58
|
font-family: var(--circular-progress-bar-font-family);
|
|
59
|
-
} .circular-progress-bar__size-
|
|
59
|
+
} .circular-progress-bar__size-144_1h420 {
|
|
60
60
|
width: 144px;
|
|
61
61
|
height: 144px
|
|
62
|
-
} .circular-progress-bar__size-
|
|
62
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
63
63
|
max-width: 128px;
|
|
64
|
-
} .circular-progress-bar__size-
|
|
64
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__title_1h420 {
|
|
65
65
|
max-height: 32px;
|
|
66
|
-
} .circular-progress-bar__size-
|
|
66
|
+
} .circular-progress-bar__size-128_1h420 {
|
|
67
67
|
width: 128px;
|
|
68
68
|
height: 128px
|
|
69
|
-
} .circular-progress-bar__size-
|
|
69
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
70
70
|
max-width: 108px;
|
|
71
|
-
} .circular-progress-bar__size-
|
|
71
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__title_1h420 {
|
|
72
72
|
max-height: 32px;
|
|
73
|
-
} .circular-progress-bar__size-
|
|
73
|
+
} .circular-progress-bar__size-96_1h420 {
|
|
74
74
|
width: 96px;
|
|
75
75
|
height: 96px
|
|
76
|
-
} .circular-progress-bar__size-
|
|
76
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
77
77
|
max-width: 64px;
|
|
78
|
-
} .circular-progress-bar__size-
|
|
78
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__title_1h420 {
|
|
79
79
|
max-height: 20px;
|
|
80
|
-
} .circular-progress-bar__size-
|
|
80
|
+
} .circular-progress-bar__size-80_1h420 {
|
|
81
81
|
width: 80px;
|
|
82
82
|
height: 80px
|
|
83
|
-
} .circular-progress-bar__size-
|
|
83
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
84
84
|
max-width: 64px;
|
|
85
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__title_1h420 {
|
|
86
86
|
max-height: 24px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
87
|
+
} .circular-progress-bar__size-64_1h420 {
|
|
88
88
|
width: 64px;
|
|
89
89
|
height: 64px
|
|
90
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
91
91
|
max-width: 48px;
|
|
92
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__title_1h420 {
|
|
93
93
|
max-height: 16px;
|
|
94
94
|
margin: var(--gap-0);
|
|
95
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-48_1h420 {
|
|
96
96
|
width: 48px;
|
|
97
97
|
height: 48px
|
|
98
|
-
} .circular-progress-bar__size-
|
|
98
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
99
99
|
max-width: 40px;
|
|
100
|
-
} .circular-progress-bar__size-
|
|
100
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__title_1h420 {
|
|
101
101
|
max-height: 16px;
|
|
102
102
|
margin: var(--gap-0);
|
|
103
|
-
} .circular-progress-bar__size-
|
|
103
|
+
} .circular-progress-bar__size-24_1h420 {
|
|
104
104
|
width: 24px;
|
|
105
105
|
height: 24px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-24_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
107
107
|
max-width: 24px;
|
|
108
|
-
} .circular-progress-
|
|
109
|
-
.circular-progress-
|
|
108
|
+
} .circular-progress-bar__backgroundCircle_1h420,
|
|
109
|
+
.circular-progress-bar__progressCircle_1h420 {
|
|
110
110
|
width: 100%;
|
|
111
111
|
height: 100%;
|
|
112
112
|
fill: transparent;
|
|
113
|
-
} .circular-progress-
|
|
113
|
+
} .circular-progress-bar__positive_1h420 {
|
|
114
114
|
stroke: var(--circular-progress-bar-positive-color);
|
|
115
|
-
} .circular-progress-
|
|
115
|
+
} .circular-progress-bar__negative_1h420 {
|
|
116
116
|
stroke: var(--circular-progress-bar-negative-color);
|
|
117
|
-
} .circular-progress-
|
|
117
|
+
} .circular-progress-bar__backgroundCircle_1h420 {
|
|
118
118
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
119
|
-
} .circular-progress-
|
|
119
|
+
} .circular-progress-bar__backgroundCircle_1h420.circular-progress-bar__stroke_1h420 {
|
|
120
120
|
stroke: transparent;
|
|
121
|
-
} .circular-progress-
|
|
121
|
+
} .circular-progress-bar__progressCircle_1h420 {
|
|
122
122
|
stroke-linecap: round;
|
|
123
|
-
} .circular-progress-
|
|
123
|
+
} .circular-progress-bar__iconWrapper_1h420 {
|
|
124
124
|
display: flex;
|
|
125
125
|
align-items: center;
|
|
126
126
|
justify-content: center
|
|
127
|
-
} .circular-progress-
|
|
127
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-144_1h420 {
|
|
128
128
|
max-width: 64px;
|
|
129
129
|
max-height: 64px;
|
|
130
|
-
} .circular-progress-
|
|
130
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-128_1h420 {
|
|
131
131
|
max-width: 64px;
|
|
132
132
|
max-height: 64px;
|
|
133
|
-
} .circular-progress-
|
|
133
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-96_1h420 {
|
|
134
134
|
max-width: 48px;
|
|
135
135
|
max-height: 48px;
|
|
136
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-80_1h420 {
|
|
137
137
|
max-width: 48px;
|
|
138
138
|
max-height: 48px;
|
|
139
|
-
} .circular-progress-
|
|
139
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-64_1h420 {
|
|
140
140
|
max-width: 36px;
|
|
141
141
|
max-height: 36px;
|
|
142
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-48_1h420 {
|
|
143
143
|
max-width: 24px;
|
|
144
144
|
max-height: 24px;
|
|
145
|
-
} .circular-progress-
|
|
145
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-24_1h420 {
|
|
146
146
|
max-width: 16px;
|
|
147
147
|
max-height: 16px;
|
|
148
|
-
} .circular-progress-
|
|
148
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-tertiary_1h420 {
|
|
149
149
|
color: var(--color-light-neutral-500);
|
|
150
|
-
} .circular-progress-
|
|
150
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-positive_1h420 {
|
|
151
151
|
color: var(--color-light-status-positive);
|
|
152
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-negative_1h420 {
|
|
153
153
|
color: var(--color-light-status-negative);
|
|
154
|
-
} .circular-progress-
|
|
154
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary-inverted_1h420 {
|
|
155
155
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
156
|
-
} .circular-progress-
|
|
156
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary_1h420 {
|
|
157
157
|
color: var(--color-light-neutral-translucent-1300);
|
|
158
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-secondary_1h420 {
|
|
159
159
|
color: var(--color-light-neutral-700);
|
|
160
|
-
} .circular-progress-
|
|
160
|
+
} .circular-progress-bar__icon_1h420 {
|
|
161
161
|
width: 100%;
|
|
162
162
|
height: 100%;
|
|
163
163
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"circular-progress-
|
|
3
|
+
var styles = {"component":"circular-progress-bar__component_1h420","bg-positive":"circular-progress-bar__bg-positive_1h420","bg-negative":"circular-progress-bar__bg-negative_1h420","svg":"circular-progress-bar__svg_1h420","title":"circular-progress-bar__title_1h420","subtitle":"circular-progress-bar__subtitle_1h420","labelWrapper":"circular-progress-bar__labelWrapper_1h420","label":"circular-progress-bar__label_1h420","typography":"circular-progress-bar__typography_1h420","size-144":"circular-progress-bar__size-144_1h420","size-128":"circular-progress-bar__size-128_1h420","size-96":"circular-progress-bar__size-96_1h420","size-80":"circular-progress-bar__size-80_1h420","size-64":"circular-progress-bar__size-64_1h420","size-48":"circular-progress-bar__size-48_1h420","size-24":"circular-progress-bar__size-24_1h420","backgroundCircle":"circular-progress-bar__backgroundCircle_1h420","progressCircle":"circular-progress-bar__progressCircle_1h420","positive":"circular-progress-bar__positive_1h420","negative":"circular-progress-bar__negative_1h420","stroke":"circular-progress-bar__stroke_1h420","iconWrapper":"circular-progress-bar__iconWrapper_1h420","icon-tertiary":"circular-progress-bar__icon-tertiary_1h420","icon-positive":"circular-progress-bar__icon-positive_1h420","icon-negative":"circular-progress-bar__icon-negative_1h420","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1h420","icon-primary":"circular-progress-bar__icon-primary_1h420","icon-secondary":"circular-progress-bar__icon-secondary_1h420","icon":"circular-progress-bar__icon_1h420"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -19,145 +19,145 @@
|
|
|
19
19
|
--circular-progress-bar-negative-color: var(--color-light-status-negative);
|
|
20
20
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
21
21
|
--circular-progress-bar-font-weight: 600;
|
|
22
|
-
} .circular-progress-
|
|
22
|
+
} .circular-progress-bar__component_1h420 {
|
|
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
|
-
} .circular-progress-
|
|
28
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-positive_1h420 {
|
|
29
29
|
background: var(--circular-progress-bar-positive-color);
|
|
30
|
-
} .circular-progress-
|
|
30
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-negative_1h420 {
|
|
31
31
|
background: var(--circular-progress-bar-negative-color);
|
|
32
|
-
} .circular-progress-
|
|
32
|
+
} .circular-progress-bar__svg_1h420 {
|
|
33
33
|
display: block;
|
|
34
34
|
width: 100%;
|
|
35
|
-
} .circular-progress-
|
|
36
|
-
.circular-progress-
|
|
35
|
+
} .circular-progress-bar__title_1h420,
|
|
36
|
+
.circular-progress-bar__subtitle_1h420 {
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
word-break: break-word;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
text-overflow: ellipsis;
|
|
41
41
|
margin: var(--gap-0) 6px;
|
|
42
|
-
} .circular-progress-
|
|
42
|
+
} .circular-progress-bar__subtitle_1h420 {
|
|
43
43
|
max-height: 40px;
|
|
44
|
-
} .circular-progress-
|
|
44
|
+
} .circular-progress-bar__labelWrapper_1h420 {
|
|
45
45
|
text-align: center;
|
|
46
46
|
position: absolute;
|
|
47
47
|
top: 50%;
|
|
48
48
|
left: 50%;
|
|
49
49
|
width: 100%;
|
|
50
50
|
transform: translate(-50%, -50%)
|
|
51
|
-
} .circular-progress-
|
|
51
|
+
} .circular-progress-bar__labelWrapper_1h420.circular-progress-bar__label_1h420 {
|
|
52
52
|
display: flex;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
} .circular-progress-
|
|
55
|
+
} .circular-progress-bar__typography_1h420 {
|
|
56
56
|
font-feature-settings: 'ss01';
|
|
57
57
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
58
58
|
font-family: var(--circular-progress-bar-font-family);
|
|
59
|
-
} .circular-progress-bar__size-
|
|
59
|
+
} .circular-progress-bar__size-144_1h420 {
|
|
60
60
|
width: 144px;
|
|
61
61
|
height: 144px
|
|
62
|
-
} .circular-progress-bar__size-
|
|
62
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
63
63
|
max-width: 128px;
|
|
64
|
-
} .circular-progress-bar__size-
|
|
64
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__title_1h420 {
|
|
65
65
|
max-height: 32px;
|
|
66
|
-
} .circular-progress-bar__size-
|
|
66
|
+
} .circular-progress-bar__size-128_1h420 {
|
|
67
67
|
width: 128px;
|
|
68
68
|
height: 128px
|
|
69
|
-
} .circular-progress-bar__size-
|
|
69
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
70
70
|
max-width: 108px;
|
|
71
|
-
} .circular-progress-bar__size-
|
|
71
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__title_1h420 {
|
|
72
72
|
max-height: 32px;
|
|
73
|
-
} .circular-progress-bar__size-
|
|
73
|
+
} .circular-progress-bar__size-96_1h420 {
|
|
74
74
|
width: 96px;
|
|
75
75
|
height: 96px
|
|
76
|
-
} .circular-progress-bar__size-
|
|
76
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
77
77
|
max-width: 64px;
|
|
78
|
-
} .circular-progress-bar__size-
|
|
78
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__title_1h420 {
|
|
79
79
|
max-height: 20px;
|
|
80
|
-
} .circular-progress-bar__size-
|
|
80
|
+
} .circular-progress-bar__size-80_1h420 {
|
|
81
81
|
width: 80px;
|
|
82
82
|
height: 80px
|
|
83
|
-
} .circular-progress-bar__size-
|
|
83
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
84
84
|
max-width: 64px;
|
|
85
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__title_1h420 {
|
|
86
86
|
max-height: 24px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
87
|
+
} .circular-progress-bar__size-64_1h420 {
|
|
88
88
|
width: 64px;
|
|
89
89
|
height: 64px
|
|
90
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
91
91
|
max-width: 48px;
|
|
92
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__title_1h420 {
|
|
93
93
|
max-height: 16px;
|
|
94
94
|
margin: var(--gap-0);
|
|
95
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-48_1h420 {
|
|
96
96
|
width: 48px;
|
|
97
97
|
height: 48px
|
|
98
|
-
} .circular-progress-bar__size-
|
|
98
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
99
99
|
max-width: 40px;
|
|
100
|
-
} .circular-progress-bar__size-
|
|
100
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__title_1h420 {
|
|
101
101
|
max-height: 16px;
|
|
102
102
|
margin: var(--gap-0);
|
|
103
|
-
} .circular-progress-bar__size-
|
|
103
|
+
} .circular-progress-bar__size-24_1h420 {
|
|
104
104
|
width: 24px;
|
|
105
105
|
height: 24px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-24_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
107
107
|
max-width: 24px;
|
|
108
|
-
} .circular-progress-
|
|
109
|
-
.circular-progress-
|
|
108
|
+
} .circular-progress-bar__backgroundCircle_1h420,
|
|
109
|
+
.circular-progress-bar__progressCircle_1h420 {
|
|
110
110
|
width: 100%;
|
|
111
111
|
height: 100%;
|
|
112
112
|
fill: transparent;
|
|
113
|
-
} .circular-progress-
|
|
113
|
+
} .circular-progress-bar__positive_1h420 {
|
|
114
114
|
stroke: var(--circular-progress-bar-positive-color);
|
|
115
|
-
} .circular-progress-
|
|
115
|
+
} .circular-progress-bar__negative_1h420 {
|
|
116
116
|
stroke: var(--circular-progress-bar-negative-color);
|
|
117
|
-
} .circular-progress-
|
|
117
|
+
} .circular-progress-bar__backgroundCircle_1h420 {
|
|
118
118
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
119
|
-
} .circular-progress-
|
|
119
|
+
} .circular-progress-bar__backgroundCircle_1h420.circular-progress-bar__stroke_1h420 {
|
|
120
120
|
stroke: transparent;
|
|
121
|
-
} .circular-progress-
|
|
121
|
+
} .circular-progress-bar__progressCircle_1h420 {
|
|
122
122
|
stroke-linecap: round;
|
|
123
|
-
} .circular-progress-
|
|
123
|
+
} .circular-progress-bar__iconWrapper_1h420 {
|
|
124
124
|
display: flex;
|
|
125
125
|
align-items: center;
|
|
126
126
|
justify-content: center
|
|
127
|
-
} .circular-progress-
|
|
127
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-144_1h420 {
|
|
128
128
|
max-width: 64px;
|
|
129
129
|
max-height: 64px;
|
|
130
|
-
} .circular-progress-
|
|
130
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-128_1h420 {
|
|
131
131
|
max-width: 64px;
|
|
132
132
|
max-height: 64px;
|
|
133
|
-
} .circular-progress-
|
|
133
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-96_1h420 {
|
|
134
134
|
max-width: 48px;
|
|
135
135
|
max-height: 48px;
|
|
136
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-80_1h420 {
|
|
137
137
|
max-width: 48px;
|
|
138
138
|
max-height: 48px;
|
|
139
|
-
} .circular-progress-
|
|
139
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-64_1h420 {
|
|
140
140
|
max-width: 36px;
|
|
141
141
|
max-height: 36px;
|
|
142
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-48_1h420 {
|
|
143
143
|
max-width: 24px;
|
|
144
144
|
max-height: 24px;
|
|
145
|
-
} .circular-progress-
|
|
145
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-24_1h420 {
|
|
146
146
|
max-width: 16px;
|
|
147
147
|
max-height: 16px;
|
|
148
|
-
} .circular-progress-
|
|
148
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-tertiary_1h420 {
|
|
149
149
|
color: var(--color-light-neutral-500);
|
|
150
|
-
} .circular-progress-
|
|
150
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-positive_1h420 {
|
|
151
151
|
color: var(--color-light-status-positive);
|
|
152
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-negative_1h420 {
|
|
153
153
|
color: var(--color-light-status-negative);
|
|
154
|
-
} .circular-progress-
|
|
154
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary-inverted_1h420 {
|
|
155
155
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
156
|
-
} .circular-progress-
|
|
156
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary_1h420 {
|
|
157
157
|
color: var(--color-light-neutral-translucent-1300);
|
|
158
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-secondary_1h420 {
|
|
159
159
|
color: var(--color-light-neutral-700);
|
|
160
|
-
} .circular-progress-
|
|
160
|
+
} .circular-progress-bar__icon_1h420 {
|
|
161
161
|
width: 100%;
|
|
162
162
|
height: 100%;
|
|
163
163
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"circular-progress-
|
|
5
|
+
var styles = {"component":"circular-progress-bar__component_1h420","bg-positive":"circular-progress-bar__bg-positive_1h420","bg-negative":"circular-progress-bar__bg-negative_1h420","svg":"circular-progress-bar__svg_1h420","title":"circular-progress-bar__title_1h420","subtitle":"circular-progress-bar__subtitle_1h420","labelWrapper":"circular-progress-bar__labelWrapper_1h420","label":"circular-progress-bar__label_1h420","typography":"circular-progress-bar__typography_1h420","size-144":"circular-progress-bar__size-144_1h420","size-128":"circular-progress-bar__size-128_1h420","size-96":"circular-progress-bar__size-96_1h420","size-80":"circular-progress-bar__size-80_1h420","size-64":"circular-progress-bar__size-64_1h420","size-48":"circular-progress-bar__size-48_1h420","size-24":"circular-progress-bar__size-24_1h420","backgroundCircle":"circular-progress-bar__backgroundCircle_1h420","progressCircle":"circular-progress-bar__progressCircle_1h420","positive":"circular-progress-bar__positive_1h420","negative":"circular-progress-bar__negative_1h420","stroke":"circular-progress-bar__stroke_1h420","iconWrapper":"circular-progress-bar__iconWrapper_1h420","icon-tertiary":"circular-progress-bar__icon-tertiary_1h420","icon-positive":"circular-progress-bar__icon-positive_1h420","icon-negative":"circular-progress-bar__icon-negative_1h420","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1h420","icon-primary":"circular-progress-bar__icon-primary_1h420","icon-secondary":"circular-progress-bar__icon-secondary_1h420","icon":"circular-progress-bar__icon_1h420"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -19,145 +19,145 @@
|
|
|
19
19
|
--circular-progress-bar-negative-color: var(--color-light-status-negative);
|
|
20
20
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
21
21
|
--circular-progress-bar-font-weight: 600;
|
|
22
|
-
} .circular-progress-
|
|
22
|
+
} .circular-progress-bar__component_1h420 {
|
|
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
|
-
} .circular-progress-
|
|
28
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-positive_1h420 {
|
|
29
29
|
background: var(--circular-progress-bar-positive-color);
|
|
30
|
-
} .circular-progress-
|
|
30
|
+
} .circular-progress-bar__component_1h420.circular-progress-bar__bg-negative_1h420 {
|
|
31
31
|
background: var(--circular-progress-bar-negative-color);
|
|
32
|
-
} .circular-progress-
|
|
32
|
+
} .circular-progress-bar__svg_1h420 {
|
|
33
33
|
display: block;
|
|
34
34
|
width: 100%;
|
|
35
|
-
} .circular-progress-
|
|
36
|
-
.circular-progress-
|
|
35
|
+
} .circular-progress-bar__title_1h420,
|
|
36
|
+
.circular-progress-bar__subtitle_1h420 {
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
word-break: break-word;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
text-overflow: ellipsis;
|
|
41
41
|
margin: var(--gap-0) 6px;
|
|
42
|
-
} .circular-progress-
|
|
42
|
+
} .circular-progress-bar__subtitle_1h420 {
|
|
43
43
|
max-height: 40px;
|
|
44
|
-
} .circular-progress-
|
|
44
|
+
} .circular-progress-bar__labelWrapper_1h420 {
|
|
45
45
|
text-align: center;
|
|
46
46
|
position: absolute;
|
|
47
47
|
top: 50%;
|
|
48
48
|
left: 50%;
|
|
49
49
|
width: 100%;
|
|
50
50
|
transform: translate(-50%, -50%)
|
|
51
|
-
} .circular-progress-
|
|
51
|
+
} .circular-progress-bar__labelWrapper_1h420.circular-progress-bar__label_1h420 {
|
|
52
52
|
display: flex;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
} .circular-progress-
|
|
55
|
+
} .circular-progress-bar__typography_1h420 {
|
|
56
56
|
font-feature-settings: 'ss01';
|
|
57
57
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
58
58
|
font-family: var(--circular-progress-bar-font-family);
|
|
59
|
-
} .circular-progress-bar__size-
|
|
59
|
+
} .circular-progress-bar__size-144_1h420 {
|
|
60
60
|
width: 144px;
|
|
61
61
|
height: 144px
|
|
62
|
-
} .circular-progress-bar__size-
|
|
62
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
63
63
|
max-width: 128px;
|
|
64
|
-
} .circular-progress-bar__size-
|
|
64
|
+
} .circular-progress-bar__size-144_1h420 .circular-progress-bar__title_1h420 {
|
|
65
65
|
max-height: 32px;
|
|
66
|
-
} .circular-progress-bar__size-
|
|
66
|
+
} .circular-progress-bar__size-128_1h420 {
|
|
67
67
|
width: 128px;
|
|
68
68
|
height: 128px
|
|
69
|
-
} .circular-progress-bar__size-
|
|
69
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
70
70
|
max-width: 108px;
|
|
71
|
-
} .circular-progress-bar__size-
|
|
71
|
+
} .circular-progress-bar__size-128_1h420 .circular-progress-bar__title_1h420 {
|
|
72
72
|
max-height: 32px;
|
|
73
|
-
} .circular-progress-bar__size-
|
|
73
|
+
} .circular-progress-bar__size-96_1h420 {
|
|
74
74
|
width: 96px;
|
|
75
75
|
height: 96px
|
|
76
|
-
} .circular-progress-bar__size-
|
|
76
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
77
77
|
max-width: 64px;
|
|
78
|
-
} .circular-progress-bar__size-
|
|
78
|
+
} .circular-progress-bar__size-96_1h420 .circular-progress-bar__title_1h420 {
|
|
79
79
|
max-height: 20px;
|
|
80
|
-
} .circular-progress-bar__size-
|
|
80
|
+
} .circular-progress-bar__size-80_1h420 {
|
|
81
81
|
width: 80px;
|
|
82
82
|
height: 80px
|
|
83
|
-
} .circular-progress-bar__size-
|
|
83
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
84
84
|
max-width: 64px;
|
|
85
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-80_1h420 .circular-progress-bar__title_1h420 {
|
|
86
86
|
max-height: 24px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
87
|
+
} .circular-progress-bar__size-64_1h420 {
|
|
88
88
|
width: 64px;
|
|
89
89
|
height: 64px
|
|
90
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
91
91
|
max-width: 48px;
|
|
92
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-64_1h420 .circular-progress-bar__title_1h420 {
|
|
93
93
|
max-height: 16px;
|
|
94
94
|
margin: var(--gap-0);
|
|
95
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-48_1h420 {
|
|
96
96
|
width: 48px;
|
|
97
97
|
height: 48px
|
|
98
|
-
} .circular-progress-bar__size-
|
|
98
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
99
99
|
max-width: 40px;
|
|
100
|
-
} .circular-progress-bar__size-
|
|
100
|
+
} .circular-progress-bar__size-48_1h420 .circular-progress-bar__title_1h420 {
|
|
101
101
|
max-height: 16px;
|
|
102
102
|
margin: var(--gap-0);
|
|
103
|
-
} .circular-progress-bar__size-
|
|
103
|
+
} .circular-progress-bar__size-24_1h420 {
|
|
104
104
|
width: 24px;
|
|
105
105
|
height: 24px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-24_1h420 .circular-progress-bar__labelWrapper_1h420 {
|
|
107
107
|
max-width: 24px;
|
|
108
|
-
} .circular-progress-
|
|
109
|
-
.circular-progress-
|
|
108
|
+
} .circular-progress-bar__backgroundCircle_1h420,
|
|
109
|
+
.circular-progress-bar__progressCircle_1h420 {
|
|
110
110
|
width: 100%;
|
|
111
111
|
height: 100%;
|
|
112
112
|
fill: transparent;
|
|
113
|
-
} .circular-progress-
|
|
113
|
+
} .circular-progress-bar__positive_1h420 {
|
|
114
114
|
stroke: var(--circular-progress-bar-positive-color);
|
|
115
|
-
} .circular-progress-
|
|
115
|
+
} .circular-progress-bar__negative_1h420 {
|
|
116
116
|
stroke: var(--circular-progress-bar-negative-color);
|
|
117
|
-
} .circular-progress-
|
|
117
|
+
} .circular-progress-bar__backgroundCircle_1h420 {
|
|
118
118
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
119
|
-
} .circular-progress-
|
|
119
|
+
} .circular-progress-bar__backgroundCircle_1h420.circular-progress-bar__stroke_1h420 {
|
|
120
120
|
stroke: transparent;
|
|
121
|
-
} .circular-progress-
|
|
121
|
+
} .circular-progress-bar__progressCircle_1h420 {
|
|
122
122
|
stroke-linecap: round;
|
|
123
|
-
} .circular-progress-
|
|
123
|
+
} .circular-progress-bar__iconWrapper_1h420 {
|
|
124
124
|
display: flex;
|
|
125
125
|
align-items: center;
|
|
126
126
|
justify-content: center
|
|
127
|
-
} .circular-progress-
|
|
127
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-144_1h420 {
|
|
128
128
|
max-width: 64px;
|
|
129
129
|
max-height: 64px;
|
|
130
|
-
} .circular-progress-
|
|
130
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-128_1h420 {
|
|
131
131
|
max-width: 64px;
|
|
132
132
|
max-height: 64px;
|
|
133
|
-
} .circular-progress-
|
|
133
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-96_1h420 {
|
|
134
134
|
max-width: 48px;
|
|
135
135
|
max-height: 48px;
|
|
136
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-80_1h420 {
|
|
137
137
|
max-width: 48px;
|
|
138
138
|
max-height: 48px;
|
|
139
|
-
} .circular-progress-
|
|
139
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-64_1h420 {
|
|
140
140
|
max-width: 36px;
|
|
141
141
|
max-height: 36px;
|
|
142
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-48_1h420 {
|
|
143
143
|
max-width: 24px;
|
|
144
144
|
max-height: 24px;
|
|
145
|
-
} .circular-progress-
|
|
145
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__size-24_1h420 {
|
|
146
146
|
max-width: 16px;
|
|
147
147
|
max-height: 16px;
|
|
148
|
-
} .circular-progress-
|
|
148
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-tertiary_1h420 {
|
|
149
149
|
color: var(--color-light-neutral-500);
|
|
150
|
-
} .circular-progress-
|
|
150
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-positive_1h420 {
|
|
151
151
|
color: var(--color-light-status-positive);
|
|
152
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-negative_1h420 {
|
|
153
153
|
color: var(--color-light-status-negative);
|
|
154
|
-
} .circular-progress-
|
|
154
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary-inverted_1h420 {
|
|
155
155
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
156
|
-
} .circular-progress-
|
|
156
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-primary_1h420 {
|
|
157
157
|
color: var(--color-light-neutral-translucent-1300);
|
|
158
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1h420.circular-progress-bar__icon-secondary_1h420 {
|
|
159
159
|
color: var(--color-light-neutral-700);
|
|
160
|
-
} .circular-progress-
|
|
160
|
+
} .circular-progress-bar__icon_1h420 {
|
|
161
161
|
width: 100%;
|
|
162
162
|
height: 100%;
|
|
163
163
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"circular-progress-
|
|
3
|
+
const styles = {"component":"circular-progress-bar__component_1h420","bg-positive":"circular-progress-bar__bg-positive_1h420","bg-negative":"circular-progress-bar__bg-negative_1h420","svg":"circular-progress-bar__svg_1h420","title":"circular-progress-bar__title_1h420","subtitle":"circular-progress-bar__subtitle_1h420","labelWrapper":"circular-progress-bar__labelWrapper_1h420","label":"circular-progress-bar__label_1h420","typography":"circular-progress-bar__typography_1h420","size-144":"circular-progress-bar__size-144_1h420","size-128":"circular-progress-bar__size-128_1h420","size-96":"circular-progress-bar__size-96_1h420","size-80":"circular-progress-bar__size-80_1h420","size-64":"circular-progress-bar__size-64_1h420","size-48":"circular-progress-bar__size-48_1h420","size-24":"circular-progress-bar__size-24_1h420","backgroundCircle":"circular-progress-bar__backgroundCircle_1h420","progressCircle":"circular-progress-bar__progressCircle_1h420","positive":"circular-progress-bar__positive_1h420","negative":"circular-progress-bar__negative_1h420","stroke":"circular-progress-bar__stroke_1h420","iconWrapper":"circular-progress-bar__iconWrapper_1h420","icon-tertiary":"circular-progress-bar__icon-tertiary_1h420","icon-positive":"circular-progress-bar__icon-positive_1h420","icon-negative":"circular-progress-bar__icon-negative_1h420","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1h420","icon-primary":"circular-progress-bar__icon-primary_1h420","icon-secondary":"circular-progress-bar__icon-secondary_1h420","icon":"circular-progress-bar__icon_1h420"};
|
|
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": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-shared": "^1.
|
|
14
|
-
"@alfalab/core-components-typography": "^5.0.
|
|
13
|
+
"@alfalab/core-components-shared": "^1.1.0",
|
|
14
|
+
"@alfalab/core-components-typography": "^5.0.1",
|
|
15
15
|
"classnames": "^2.5.1",
|
|
16
16
|
"tslib": "^2.4.0"
|
|
17
17
|
},
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"access": "public",
|
|
24
24
|
"directory": "dist"
|
|
25
25
|
},
|
|
26
|
-
"themesVersion": "14.
|
|
27
|
-
"varsVersion": "10.
|
|
26
|
+
"themesVersion": "14.1.0",
|
|
27
|
+
"varsVersion": "10.1.0"
|
|
28
28
|
}
|