@alfalab/core-components-circular-progress-bar 3.6.7 → 3.6.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/Component.js +1 -1
- package/cssm/index.module.css +4 -1
- package/esm/Component.js +1 -1
- package/esm/index.css +53 -50
- package/index.css +53 -50
- package/modern/Component.js +1 -1
- package/modern/index.css +53 -50
- package/package.json +3 -3
package/Component.js
CHANGED
|
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
13
13
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
14
14
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
15
15
|
|
|
16
|
-
var styles = {"component":"circular-progress-
|
|
16
|
+
var styles = {"component":"circular-progress-bar__component_1bxdv","bg-positive":"circular-progress-bar__bg-positive_1bxdv","bg-negative":"circular-progress-bar__bg-negative_1bxdv","svg":"circular-progress-bar__svg_1bxdv","title":"circular-progress-bar__title_1bxdv","subtitle":"circular-progress-bar__subtitle_1bxdv","labelWrapper":"circular-progress-bar__labelWrapper_1bxdv","label":"circular-progress-bar__label_1bxdv","typography":"circular-progress-bar__typography_1bxdv","size-144":"circular-progress-bar__size-144_1bxdv","size-128":"circular-progress-bar__size-128_1bxdv","size-80":"circular-progress-bar__size-80_1bxdv","size-64":"circular-progress-bar__size-64_1bxdv","size-48":"circular-progress-bar__size-48_1bxdv","size-24":"circular-progress-bar__size-24_1bxdv","backgroundCircle":"circular-progress-bar__backgroundCircle_1bxdv","progressCircle":"circular-progress-bar__progressCircle_1bxdv","positive":"circular-progress-bar__positive_1bxdv","negative":"circular-progress-bar__negative_1bxdv","stroke":"circular-progress-bar__stroke_1bxdv","iconWrapper":"circular-progress-bar__iconWrapper_1bxdv","icon-tertiary":"circular-progress-bar__icon-tertiary_1bxdv","icon-positive":"circular-progress-bar__icon-positive_1bxdv","icon-negative":"circular-progress-bar__icon-negative_1bxdv","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1bxdv","icon-primary":"circular-progress-bar__icon-primary_1bxdv","icon-secondary":"circular-progress-bar__icon-secondary_1bxdv","icon":"circular-progress-bar__icon_1bxdv"};
|
|
17
17
|
require('./index.css')
|
|
18
18
|
|
|
19
19
|
/**
|
package/cssm/index.module.css
CHANGED
|
@@ -23,7 +23,10 @@
|
|
|
23
23
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
24
24
|
|
|
25
25
|
/* новые значения, используйте их */
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
28
|
+
/* stylelint-disable-next-line length-zero-no-unit */
|
|
29
|
+
--gap-0: 0px;
|
|
27
30
|
} :root {
|
|
28
31
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
29
32
|
sans-serif;
|
package/esm/Component.js
CHANGED
|
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
|
|
4
4
|
import { Text, TitleMobile } from '@alfalab/core-components-typography/esm';
|
|
5
5
|
import { STROKE, SIZES, TYPOGRAPHY_COLOR, SIZE_TO_CLASSNAME_MAP, VIEW_TITLE, VIEW_TEXT } from './consts.js';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"circular-progress-
|
|
7
|
+
var styles = {"component":"circular-progress-bar__component_1bxdv","bg-positive":"circular-progress-bar__bg-positive_1bxdv","bg-negative":"circular-progress-bar__bg-negative_1bxdv","svg":"circular-progress-bar__svg_1bxdv","title":"circular-progress-bar__title_1bxdv","subtitle":"circular-progress-bar__subtitle_1bxdv","labelWrapper":"circular-progress-bar__labelWrapper_1bxdv","label":"circular-progress-bar__label_1bxdv","typography":"circular-progress-bar__typography_1bxdv","size-144":"circular-progress-bar__size-144_1bxdv","size-128":"circular-progress-bar__size-128_1bxdv","size-80":"circular-progress-bar__size-80_1bxdv","size-64":"circular-progress-bar__size-64_1bxdv","size-48":"circular-progress-bar__size-48_1bxdv","size-24":"circular-progress-bar__size-24_1bxdv","backgroundCircle":"circular-progress-bar__backgroundCircle_1bxdv","progressCircle":"circular-progress-bar__progressCircle_1bxdv","positive":"circular-progress-bar__positive_1bxdv","negative":"circular-progress-bar__negative_1bxdv","stroke":"circular-progress-bar__stroke_1bxdv","iconWrapper":"circular-progress-bar__iconWrapper_1bxdv","icon-tertiary":"circular-progress-bar__icon-tertiary_1bxdv","icon-positive":"circular-progress-bar__icon-positive_1bxdv","icon-negative":"circular-progress-bar__icon-negative_1bxdv","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1bxdv","icon-primary":"circular-progress-bar__icon-primary_1bxdv","icon-secondary":"circular-progress-bar__icon-secondary_1bxdv","icon":"circular-progress-bar__icon_1bxdv"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
/**
|
package/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 11ahd */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-500: #babbc2;
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
25
25
|
|
|
26
26
|
/* новые значения, используйте их */
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
29
|
+
/* stylelint-disable-next-line length-zero-no-unit */
|
|
30
|
+
--gap-0: 0px;
|
|
28
31
|
} :root {
|
|
29
32
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
30
33
|
sans-serif;
|
|
@@ -42,135 +45,135 @@
|
|
|
42
45
|
/* theme */
|
|
43
46
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
44
47
|
--circular-progress-bar-font-weight: 600;
|
|
45
|
-
} .circular-progress-
|
|
48
|
+
} .circular-progress-bar__component_1bxdv {
|
|
46
49
|
position: relative;
|
|
47
50
|
display: flex;
|
|
48
51
|
justify-content: center;
|
|
49
52
|
align-items: center;
|
|
50
53
|
border-radius: var(--border-radius-pill)
|
|
51
|
-
} .circular-progress-
|
|
54
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-positive_1bxdv {
|
|
52
55
|
background: var(--circular-progress-bar-positive-color);
|
|
53
|
-
} .circular-progress-
|
|
56
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-negative_1bxdv {
|
|
54
57
|
background: var(--circular-progress-bar-negative-color);
|
|
55
|
-
} .circular-progress-
|
|
58
|
+
} .circular-progress-bar__svg_1bxdv {
|
|
56
59
|
display: block;
|
|
57
60
|
width: 100%;
|
|
58
|
-
} .circular-progress-
|
|
59
|
-
.circular-progress-
|
|
61
|
+
} .circular-progress-bar__title_1bxdv,
|
|
62
|
+
.circular-progress-bar__subtitle_1bxdv {
|
|
60
63
|
overflow: hidden;
|
|
61
64
|
word-break: break-word;
|
|
62
65
|
white-space: nowrap;
|
|
63
66
|
text-overflow: ellipsis;
|
|
64
67
|
margin: var(--gap-0) 6px;
|
|
65
|
-
} .circular-progress-
|
|
68
|
+
} .circular-progress-bar__subtitle_1bxdv {
|
|
66
69
|
max-height: 40px;
|
|
67
|
-
} .circular-progress-
|
|
70
|
+
} .circular-progress-bar__labelWrapper_1bxdv {
|
|
68
71
|
text-align: center;
|
|
69
72
|
position: absolute;
|
|
70
73
|
top: 50%;
|
|
71
74
|
left: 50%;
|
|
72
75
|
width: 100%;
|
|
73
76
|
transform: translate(-50%, -50%)
|
|
74
|
-
} .circular-progress-
|
|
77
|
+
} .circular-progress-bar__labelWrapper_1bxdv.circular-progress-bar__label_1bxdv {
|
|
75
78
|
display: flex;
|
|
76
79
|
align-items: center;
|
|
77
80
|
justify-content: center;
|
|
78
|
-
} .circular-progress-
|
|
81
|
+
} .circular-progress-bar__typography_1bxdv {
|
|
79
82
|
font-feature-settings: 'ss01';
|
|
80
83
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
81
84
|
font-family: var(--circular-progress-bar-font-family);
|
|
82
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-144_1bxdv {
|
|
83
86
|
width: 144px;
|
|
84
87
|
height: 144px
|
|
85
|
-
} .circular-progress-bar__size-
|
|
88
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
86
89
|
max-width: 128px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__title_1bxdv {
|
|
88
91
|
max-height: 32px;
|
|
89
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-128_1bxdv {
|
|
90
93
|
width: 128px;
|
|
91
94
|
height: 128px
|
|
92
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
93
96
|
max-width: 108px;
|
|
94
|
-
} .circular-progress-bar__size-
|
|
97
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__title_1bxdv {
|
|
95
98
|
max-height: 32px;
|
|
96
|
-
} .circular-progress-bar__size-
|
|
99
|
+
} .circular-progress-bar__size-80_1bxdv {
|
|
97
100
|
width: 80px;
|
|
98
101
|
height: 80px
|
|
99
|
-
} .circular-progress-bar__size-
|
|
102
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
100
103
|
max-width: 64px;
|
|
101
|
-
} .circular-progress-bar__size-
|
|
104
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__title_1bxdv {
|
|
102
105
|
max-height: 24px;
|
|
103
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-64_1bxdv {
|
|
104
107
|
width: 64px;
|
|
105
108
|
height: 64px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
109
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
107
110
|
max-width: 48px;
|
|
108
|
-
} .circular-progress-bar__size-
|
|
111
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__title_1bxdv {
|
|
109
112
|
max-height: 16px;
|
|
110
113
|
margin: var(--gap-0);
|
|
111
|
-
} .circular-progress-bar__size-
|
|
114
|
+
} .circular-progress-bar__size-48_1bxdv {
|
|
112
115
|
width: 48px;
|
|
113
116
|
height: 48px
|
|
114
|
-
} .circular-progress-bar__size-
|
|
117
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
115
118
|
max-width: 40px;
|
|
116
|
-
} .circular-progress-bar__size-
|
|
119
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__title_1bxdv {
|
|
117
120
|
max-height: 16px;
|
|
118
121
|
margin: var(--gap-0);
|
|
119
|
-
} .circular-progress-bar__size-
|
|
122
|
+
} .circular-progress-bar__size-24_1bxdv {
|
|
120
123
|
width: 24px;
|
|
121
124
|
height: 24px
|
|
122
|
-
} .circular-progress-bar__size-
|
|
125
|
+
} .circular-progress-bar__size-24_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
123
126
|
max-width: 24px;
|
|
124
|
-
} .circular-progress-
|
|
125
|
-
.circular-progress-
|
|
127
|
+
} .circular-progress-bar__backgroundCircle_1bxdv,
|
|
128
|
+
.circular-progress-bar__progressCircle_1bxdv {
|
|
126
129
|
width: 100%;
|
|
127
130
|
height: 100%;
|
|
128
131
|
fill: transparent;
|
|
129
|
-
} .circular-progress-
|
|
132
|
+
} .circular-progress-bar__positive_1bxdv {
|
|
130
133
|
stroke: var(--circular-progress-bar-positive-color);
|
|
131
|
-
} .circular-progress-
|
|
134
|
+
} .circular-progress-bar__negative_1bxdv {
|
|
132
135
|
stroke: var(--circular-progress-bar-negative-color);
|
|
133
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__backgroundCircle_1bxdv {
|
|
134
137
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
135
|
-
} .circular-progress-
|
|
138
|
+
} .circular-progress-bar__backgroundCircle_1bxdv.circular-progress-bar__stroke_1bxdv {
|
|
136
139
|
stroke: transparent;
|
|
137
|
-
} .circular-progress-
|
|
140
|
+
} .circular-progress-bar__progressCircle_1bxdv {
|
|
138
141
|
stroke-linecap: round;
|
|
139
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1bxdv {
|
|
140
143
|
display: flex;
|
|
141
144
|
align-items: center;
|
|
142
145
|
justify-content: center
|
|
143
|
-
} .circular-progress-
|
|
146
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-144_1bxdv {
|
|
144
147
|
max-width: 64px;
|
|
145
148
|
max-height: 64px;
|
|
146
|
-
} .circular-progress-
|
|
149
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-128_1bxdv {
|
|
147
150
|
max-width: 64px;
|
|
148
151
|
max-height: 64px;
|
|
149
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-80_1bxdv {
|
|
150
153
|
max-width: 48px;
|
|
151
154
|
max-height: 48px;
|
|
152
|
-
} .circular-progress-
|
|
155
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-64_1bxdv {
|
|
153
156
|
max-width: 36px;
|
|
154
157
|
max-height: 36px;
|
|
155
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-48_1bxdv {
|
|
156
159
|
max-width: 24px;
|
|
157
160
|
max-height: 24px;
|
|
158
|
-
} .circular-progress-
|
|
161
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-24_1bxdv {
|
|
159
162
|
max-width: 16px;
|
|
160
163
|
max-height: 16px;
|
|
161
|
-
} .circular-progress-
|
|
164
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-tertiary_1bxdv {
|
|
162
165
|
color: var(--color-light-neutral-500);
|
|
163
|
-
} .circular-progress-
|
|
166
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-positive_1bxdv {
|
|
164
167
|
color: var(--color-light-status-positive);
|
|
165
|
-
} .circular-progress-
|
|
168
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-negative_1bxdv {
|
|
166
169
|
color: var(--color-light-status-negative);
|
|
167
|
-
} .circular-progress-
|
|
170
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary-inverted_1bxdv {
|
|
168
171
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
169
|
-
} .circular-progress-
|
|
172
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary_1bxdv {
|
|
170
173
|
color: var(--color-light-neutral-translucent-1300);
|
|
171
|
-
} .circular-progress-
|
|
174
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-secondary_1bxdv {
|
|
172
175
|
color: var(--color-light-neutral-700);
|
|
173
|
-
} .circular-progress-
|
|
176
|
+
} .circular-progress-bar__icon_1bxdv {
|
|
174
177
|
width: 100%;
|
|
175
178
|
height: 100%;
|
|
176
179
|
}
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 11ahd */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-500: #babbc2;
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
25
25
|
|
|
26
26
|
/* новые значения, используйте их */
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
29
|
+
/* stylelint-disable-next-line length-zero-no-unit */
|
|
30
|
+
--gap-0: 0px;
|
|
28
31
|
} :root {
|
|
29
32
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
30
33
|
sans-serif;
|
|
@@ -42,135 +45,135 @@
|
|
|
42
45
|
/* theme */
|
|
43
46
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
44
47
|
--circular-progress-bar-font-weight: 600;
|
|
45
|
-
} .circular-progress-
|
|
48
|
+
} .circular-progress-bar__component_1bxdv {
|
|
46
49
|
position: relative;
|
|
47
50
|
display: flex;
|
|
48
51
|
justify-content: center;
|
|
49
52
|
align-items: center;
|
|
50
53
|
border-radius: var(--border-radius-pill)
|
|
51
|
-
} .circular-progress-
|
|
54
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-positive_1bxdv {
|
|
52
55
|
background: var(--circular-progress-bar-positive-color);
|
|
53
|
-
} .circular-progress-
|
|
56
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-negative_1bxdv {
|
|
54
57
|
background: var(--circular-progress-bar-negative-color);
|
|
55
|
-
} .circular-progress-
|
|
58
|
+
} .circular-progress-bar__svg_1bxdv {
|
|
56
59
|
display: block;
|
|
57
60
|
width: 100%;
|
|
58
|
-
} .circular-progress-
|
|
59
|
-
.circular-progress-
|
|
61
|
+
} .circular-progress-bar__title_1bxdv,
|
|
62
|
+
.circular-progress-bar__subtitle_1bxdv {
|
|
60
63
|
overflow: hidden;
|
|
61
64
|
word-break: break-word;
|
|
62
65
|
white-space: nowrap;
|
|
63
66
|
text-overflow: ellipsis;
|
|
64
67
|
margin: var(--gap-0) 6px;
|
|
65
|
-
} .circular-progress-
|
|
68
|
+
} .circular-progress-bar__subtitle_1bxdv {
|
|
66
69
|
max-height: 40px;
|
|
67
|
-
} .circular-progress-
|
|
70
|
+
} .circular-progress-bar__labelWrapper_1bxdv {
|
|
68
71
|
text-align: center;
|
|
69
72
|
position: absolute;
|
|
70
73
|
top: 50%;
|
|
71
74
|
left: 50%;
|
|
72
75
|
width: 100%;
|
|
73
76
|
transform: translate(-50%, -50%)
|
|
74
|
-
} .circular-progress-
|
|
77
|
+
} .circular-progress-bar__labelWrapper_1bxdv.circular-progress-bar__label_1bxdv {
|
|
75
78
|
display: flex;
|
|
76
79
|
align-items: center;
|
|
77
80
|
justify-content: center;
|
|
78
|
-
} .circular-progress-
|
|
81
|
+
} .circular-progress-bar__typography_1bxdv {
|
|
79
82
|
font-feature-settings: 'ss01';
|
|
80
83
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
81
84
|
font-family: var(--circular-progress-bar-font-family);
|
|
82
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-144_1bxdv {
|
|
83
86
|
width: 144px;
|
|
84
87
|
height: 144px
|
|
85
|
-
} .circular-progress-bar__size-
|
|
88
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
86
89
|
max-width: 128px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__title_1bxdv {
|
|
88
91
|
max-height: 32px;
|
|
89
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-128_1bxdv {
|
|
90
93
|
width: 128px;
|
|
91
94
|
height: 128px
|
|
92
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
93
96
|
max-width: 108px;
|
|
94
|
-
} .circular-progress-bar__size-
|
|
97
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__title_1bxdv {
|
|
95
98
|
max-height: 32px;
|
|
96
|
-
} .circular-progress-bar__size-
|
|
99
|
+
} .circular-progress-bar__size-80_1bxdv {
|
|
97
100
|
width: 80px;
|
|
98
101
|
height: 80px
|
|
99
|
-
} .circular-progress-bar__size-
|
|
102
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
100
103
|
max-width: 64px;
|
|
101
|
-
} .circular-progress-bar__size-
|
|
104
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__title_1bxdv {
|
|
102
105
|
max-height: 24px;
|
|
103
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-64_1bxdv {
|
|
104
107
|
width: 64px;
|
|
105
108
|
height: 64px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
109
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
107
110
|
max-width: 48px;
|
|
108
|
-
} .circular-progress-bar__size-
|
|
111
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__title_1bxdv {
|
|
109
112
|
max-height: 16px;
|
|
110
113
|
margin: var(--gap-0);
|
|
111
|
-
} .circular-progress-bar__size-
|
|
114
|
+
} .circular-progress-bar__size-48_1bxdv {
|
|
112
115
|
width: 48px;
|
|
113
116
|
height: 48px
|
|
114
|
-
} .circular-progress-bar__size-
|
|
117
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
115
118
|
max-width: 40px;
|
|
116
|
-
} .circular-progress-bar__size-
|
|
119
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__title_1bxdv {
|
|
117
120
|
max-height: 16px;
|
|
118
121
|
margin: var(--gap-0);
|
|
119
|
-
} .circular-progress-bar__size-
|
|
122
|
+
} .circular-progress-bar__size-24_1bxdv {
|
|
120
123
|
width: 24px;
|
|
121
124
|
height: 24px
|
|
122
|
-
} .circular-progress-bar__size-
|
|
125
|
+
} .circular-progress-bar__size-24_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
123
126
|
max-width: 24px;
|
|
124
|
-
} .circular-progress-
|
|
125
|
-
.circular-progress-
|
|
127
|
+
} .circular-progress-bar__backgroundCircle_1bxdv,
|
|
128
|
+
.circular-progress-bar__progressCircle_1bxdv {
|
|
126
129
|
width: 100%;
|
|
127
130
|
height: 100%;
|
|
128
131
|
fill: transparent;
|
|
129
|
-
} .circular-progress-
|
|
132
|
+
} .circular-progress-bar__positive_1bxdv {
|
|
130
133
|
stroke: var(--circular-progress-bar-positive-color);
|
|
131
|
-
} .circular-progress-
|
|
134
|
+
} .circular-progress-bar__negative_1bxdv {
|
|
132
135
|
stroke: var(--circular-progress-bar-negative-color);
|
|
133
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__backgroundCircle_1bxdv {
|
|
134
137
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
135
|
-
} .circular-progress-
|
|
138
|
+
} .circular-progress-bar__backgroundCircle_1bxdv.circular-progress-bar__stroke_1bxdv {
|
|
136
139
|
stroke: transparent;
|
|
137
|
-
} .circular-progress-
|
|
140
|
+
} .circular-progress-bar__progressCircle_1bxdv {
|
|
138
141
|
stroke-linecap: round;
|
|
139
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1bxdv {
|
|
140
143
|
display: flex;
|
|
141
144
|
align-items: center;
|
|
142
145
|
justify-content: center
|
|
143
|
-
} .circular-progress-
|
|
146
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-144_1bxdv {
|
|
144
147
|
max-width: 64px;
|
|
145
148
|
max-height: 64px;
|
|
146
|
-
} .circular-progress-
|
|
149
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-128_1bxdv {
|
|
147
150
|
max-width: 64px;
|
|
148
151
|
max-height: 64px;
|
|
149
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-80_1bxdv {
|
|
150
153
|
max-width: 48px;
|
|
151
154
|
max-height: 48px;
|
|
152
|
-
} .circular-progress-
|
|
155
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-64_1bxdv {
|
|
153
156
|
max-width: 36px;
|
|
154
157
|
max-height: 36px;
|
|
155
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-48_1bxdv {
|
|
156
159
|
max-width: 24px;
|
|
157
160
|
max-height: 24px;
|
|
158
|
-
} .circular-progress-
|
|
161
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-24_1bxdv {
|
|
159
162
|
max-width: 16px;
|
|
160
163
|
max-height: 16px;
|
|
161
|
-
} .circular-progress-
|
|
164
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-tertiary_1bxdv {
|
|
162
165
|
color: var(--color-light-neutral-500);
|
|
163
|
-
} .circular-progress-
|
|
166
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-positive_1bxdv {
|
|
164
167
|
color: var(--color-light-status-positive);
|
|
165
|
-
} .circular-progress-
|
|
168
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-negative_1bxdv {
|
|
166
169
|
color: var(--color-light-status-negative);
|
|
167
|
-
} .circular-progress-
|
|
170
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary-inverted_1bxdv {
|
|
168
171
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
169
|
-
} .circular-progress-
|
|
172
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary_1bxdv {
|
|
170
173
|
color: var(--color-light-neutral-translucent-1300);
|
|
171
|
-
} .circular-progress-
|
|
174
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-secondary_1bxdv {
|
|
172
175
|
color: var(--color-light-neutral-700);
|
|
173
|
-
} .circular-progress-
|
|
176
|
+
} .circular-progress-bar__icon_1bxdv {
|
|
174
177
|
width: 100%;
|
|
175
178
|
height: 100%;
|
|
176
179
|
}
|
package/modern/Component.js
CHANGED
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { Text, TitleMobile } from '@alfalab/core-components-typography/modern';
|
|
4
4
|
import { STROKE, SIZES, TYPOGRAPHY_COLOR, SIZE_TO_CLASSNAME_MAP, VIEW_TITLE, VIEW_TEXT } from './consts.js';
|
|
5
5
|
|
|
6
|
-
const styles = {"component":"circular-progress-
|
|
6
|
+
const styles = {"component":"circular-progress-bar__component_1bxdv","bg-positive":"circular-progress-bar__bg-positive_1bxdv","bg-negative":"circular-progress-bar__bg-negative_1bxdv","svg":"circular-progress-bar__svg_1bxdv","title":"circular-progress-bar__title_1bxdv","subtitle":"circular-progress-bar__subtitle_1bxdv","labelWrapper":"circular-progress-bar__labelWrapper_1bxdv","label":"circular-progress-bar__label_1bxdv","typography":"circular-progress-bar__typography_1bxdv","size-144":"circular-progress-bar__size-144_1bxdv","size-128":"circular-progress-bar__size-128_1bxdv","size-80":"circular-progress-bar__size-80_1bxdv","size-64":"circular-progress-bar__size-64_1bxdv","size-48":"circular-progress-bar__size-48_1bxdv","size-24":"circular-progress-bar__size-24_1bxdv","backgroundCircle":"circular-progress-bar__backgroundCircle_1bxdv","progressCircle":"circular-progress-bar__progressCircle_1bxdv","positive":"circular-progress-bar__positive_1bxdv","negative":"circular-progress-bar__negative_1bxdv","stroke":"circular-progress-bar__stroke_1bxdv","iconWrapper":"circular-progress-bar__iconWrapper_1bxdv","icon-tertiary":"circular-progress-bar__icon-tertiary_1bxdv","icon-positive":"circular-progress-bar__icon-positive_1bxdv","icon-negative":"circular-progress-bar__icon-negative_1bxdv","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1bxdv","icon-primary":"circular-progress-bar__icon-primary_1bxdv","icon-secondary":"circular-progress-bar__icon-secondary_1bxdv","icon":"circular-progress-bar__icon_1bxdv"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
/**
|
package/modern/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 11ahd */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-500: #babbc2;
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
25
25
|
|
|
26
26
|
/* новые значения, используйте их */
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
29
|
+
/* stylelint-disable-next-line length-zero-no-unit */
|
|
30
|
+
--gap-0: 0px;
|
|
28
31
|
} :root {
|
|
29
32
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
30
33
|
sans-serif;
|
|
@@ -42,135 +45,135 @@
|
|
|
42
45
|
/* theme */
|
|
43
46
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
44
47
|
--circular-progress-bar-font-weight: 600;
|
|
45
|
-
} .circular-progress-
|
|
48
|
+
} .circular-progress-bar__component_1bxdv {
|
|
46
49
|
position: relative;
|
|
47
50
|
display: flex;
|
|
48
51
|
justify-content: center;
|
|
49
52
|
align-items: center;
|
|
50
53
|
border-radius: var(--border-radius-pill)
|
|
51
|
-
} .circular-progress-
|
|
54
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-positive_1bxdv {
|
|
52
55
|
background: var(--circular-progress-bar-positive-color);
|
|
53
|
-
} .circular-progress-
|
|
56
|
+
} .circular-progress-bar__component_1bxdv.circular-progress-bar__bg-negative_1bxdv {
|
|
54
57
|
background: var(--circular-progress-bar-negative-color);
|
|
55
|
-
} .circular-progress-
|
|
58
|
+
} .circular-progress-bar__svg_1bxdv {
|
|
56
59
|
display: block;
|
|
57
60
|
width: 100%;
|
|
58
|
-
} .circular-progress-
|
|
59
|
-
.circular-progress-
|
|
61
|
+
} .circular-progress-bar__title_1bxdv,
|
|
62
|
+
.circular-progress-bar__subtitle_1bxdv {
|
|
60
63
|
overflow: hidden;
|
|
61
64
|
word-break: break-word;
|
|
62
65
|
white-space: nowrap;
|
|
63
66
|
text-overflow: ellipsis;
|
|
64
67
|
margin: var(--gap-0) 6px;
|
|
65
|
-
} .circular-progress-
|
|
68
|
+
} .circular-progress-bar__subtitle_1bxdv {
|
|
66
69
|
max-height: 40px;
|
|
67
|
-
} .circular-progress-
|
|
70
|
+
} .circular-progress-bar__labelWrapper_1bxdv {
|
|
68
71
|
text-align: center;
|
|
69
72
|
position: absolute;
|
|
70
73
|
top: 50%;
|
|
71
74
|
left: 50%;
|
|
72
75
|
width: 100%;
|
|
73
76
|
transform: translate(-50%, -50%)
|
|
74
|
-
} .circular-progress-
|
|
77
|
+
} .circular-progress-bar__labelWrapper_1bxdv.circular-progress-bar__label_1bxdv {
|
|
75
78
|
display: flex;
|
|
76
79
|
align-items: center;
|
|
77
80
|
justify-content: center;
|
|
78
|
-
} .circular-progress-
|
|
81
|
+
} .circular-progress-bar__typography_1bxdv {
|
|
79
82
|
font-feature-settings: 'ss01';
|
|
80
83
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
81
84
|
font-family: var(--circular-progress-bar-font-family);
|
|
82
|
-
} .circular-progress-bar__size-
|
|
85
|
+
} .circular-progress-bar__size-144_1bxdv {
|
|
83
86
|
width: 144px;
|
|
84
87
|
height: 144px
|
|
85
|
-
} .circular-progress-bar__size-
|
|
88
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
86
89
|
max-width: 128px;
|
|
87
|
-
} .circular-progress-bar__size-
|
|
90
|
+
} .circular-progress-bar__size-144_1bxdv .circular-progress-bar__title_1bxdv {
|
|
88
91
|
max-height: 32px;
|
|
89
|
-
} .circular-progress-bar__size-
|
|
92
|
+
} .circular-progress-bar__size-128_1bxdv {
|
|
90
93
|
width: 128px;
|
|
91
94
|
height: 128px
|
|
92
|
-
} .circular-progress-bar__size-
|
|
95
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
93
96
|
max-width: 108px;
|
|
94
|
-
} .circular-progress-bar__size-
|
|
97
|
+
} .circular-progress-bar__size-128_1bxdv .circular-progress-bar__title_1bxdv {
|
|
95
98
|
max-height: 32px;
|
|
96
|
-
} .circular-progress-bar__size-
|
|
99
|
+
} .circular-progress-bar__size-80_1bxdv {
|
|
97
100
|
width: 80px;
|
|
98
101
|
height: 80px
|
|
99
|
-
} .circular-progress-bar__size-
|
|
102
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
100
103
|
max-width: 64px;
|
|
101
|
-
} .circular-progress-bar__size-
|
|
104
|
+
} .circular-progress-bar__size-80_1bxdv .circular-progress-bar__title_1bxdv {
|
|
102
105
|
max-height: 24px;
|
|
103
|
-
} .circular-progress-bar__size-
|
|
106
|
+
} .circular-progress-bar__size-64_1bxdv {
|
|
104
107
|
width: 64px;
|
|
105
108
|
height: 64px
|
|
106
|
-
} .circular-progress-bar__size-
|
|
109
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
107
110
|
max-width: 48px;
|
|
108
|
-
} .circular-progress-bar__size-
|
|
111
|
+
} .circular-progress-bar__size-64_1bxdv .circular-progress-bar__title_1bxdv {
|
|
109
112
|
max-height: 16px;
|
|
110
113
|
margin: var(--gap-0);
|
|
111
|
-
} .circular-progress-bar__size-
|
|
114
|
+
} .circular-progress-bar__size-48_1bxdv {
|
|
112
115
|
width: 48px;
|
|
113
116
|
height: 48px
|
|
114
|
-
} .circular-progress-bar__size-
|
|
117
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
115
118
|
max-width: 40px;
|
|
116
|
-
} .circular-progress-bar__size-
|
|
119
|
+
} .circular-progress-bar__size-48_1bxdv .circular-progress-bar__title_1bxdv {
|
|
117
120
|
max-height: 16px;
|
|
118
121
|
margin: var(--gap-0);
|
|
119
|
-
} .circular-progress-bar__size-
|
|
122
|
+
} .circular-progress-bar__size-24_1bxdv {
|
|
120
123
|
width: 24px;
|
|
121
124
|
height: 24px
|
|
122
|
-
} .circular-progress-bar__size-
|
|
125
|
+
} .circular-progress-bar__size-24_1bxdv .circular-progress-bar__labelWrapper_1bxdv {
|
|
123
126
|
max-width: 24px;
|
|
124
|
-
} .circular-progress-
|
|
125
|
-
.circular-progress-
|
|
127
|
+
} .circular-progress-bar__backgroundCircle_1bxdv,
|
|
128
|
+
.circular-progress-bar__progressCircle_1bxdv {
|
|
126
129
|
width: 100%;
|
|
127
130
|
height: 100%;
|
|
128
131
|
fill: transparent;
|
|
129
|
-
} .circular-progress-
|
|
132
|
+
} .circular-progress-bar__positive_1bxdv {
|
|
130
133
|
stroke: var(--circular-progress-bar-positive-color);
|
|
131
|
-
} .circular-progress-
|
|
134
|
+
} .circular-progress-bar__negative_1bxdv {
|
|
132
135
|
stroke: var(--circular-progress-bar-negative-color);
|
|
133
|
-
} .circular-progress-
|
|
136
|
+
} .circular-progress-bar__backgroundCircle_1bxdv {
|
|
134
137
|
stroke: var(--circular-progress-bar-stroke-color)
|
|
135
|
-
} .circular-progress-
|
|
138
|
+
} .circular-progress-bar__backgroundCircle_1bxdv.circular-progress-bar__stroke_1bxdv {
|
|
136
139
|
stroke: transparent;
|
|
137
|
-
} .circular-progress-
|
|
140
|
+
} .circular-progress-bar__progressCircle_1bxdv {
|
|
138
141
|
stroke-linecap: round;
|
|
139
|
-
} .circular-progress-
|
|
142
|
+
} .circular-progress-bar__iconWrapper_1bxdv {
|
|
140
143
|
display: flex;
|
|
141
144
|
align-items: center;
|
|
142
145
|
justify-content: center
|
|
143
|
-
} .circular-progress-
|
|
146
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-144_1bxdv {
|
|
144
147
|
max-width: 64px;
|
|
145
148
|
max-height: 64px;
|
|
146
|
-
} .circular-progress-
|
|
149
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-128_1bxdv {
|
|
147
150
|
max-width: 64px;
|
|
148
151
|
max-height: 64px;
|
|
149
|
-
} .circular-progress-
|
|
152
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-80_1bxdv {
|
|
150
153
|
max-width: 48px;
|
|
151
154
|
max-height: 48px;
|
|
152
|
-
} .circular-progress-
|
|
155
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-64_1bxdv {
|
|
153
156
|
max-width: 36px;
|
|
154
157
|
max-height: 36px;
|
|
155
|
-
} .circular-progress-
|
|
158
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-48_1bxdv {
|
|
156
159
|
max-width: 24px;
|
|
157
160
|
max-height: 24px;
|
|
158
|
-
} .circular-progress-
|
|
161
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__size-24_1bxdv {
|
|
159
162
|
max-width: 16px;
|
|
160
163
|
max-height: 16px;
|
|
161
|
-
} .circular-progress-
|
|
164
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-tertiary_1bxdv {
|
|
162
165
|
color: var(--color-light-neutral-500);
|
|
163
|
-
} .circular-progress-
|
|
166
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-positive_1bxdv {
|
|
164
167
|
color: var(--color-light-status-positive);
|
|
165
|
-
} .circular-progress-
|
|
168
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-negative_1bxdv {
|
|
166
169
|
color: var(--color-light-status-negative);
|
|
167
|
-
} .circular-progress-
|
|
170
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary-inverted_1bxdv {
|
|
168
171
|
color: var(--color-light-neutral-translucent-1300-inverted);
|
|
169
|
-
} .circular-progress-
|
|
172
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-primary_1bxdv {
|
|
170
173
|
color: var(--color-light-neutral-translucent-1300);
|
|
171
|
-
} .circular-progress-
|
|
174
|
+
} .circular-progress-bar__iconWrapper_1bxdv.circular-progress-bar__icon-secondary_1bxdv {
|
|
172
175
|
color: var(--color-light-neutral-700);
|
|
173
|
-
} .circular-progress-
|
|
176
|
+
} .circular-progress-bar__icon_1bxdv {
|
|
174
177
|
width: 100%;
|
|
175
178
|
height: 100%;
|
|
176
179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-circular-progress-bar",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@alfalab/core-components-typography": "^4.11.
|
|
15
|
+
"@alfalab/core-components-typography": "^4.11.4",
|
|
16
16
|
"classnames": "^2.5.1",
|
|
17
17
|
"tslib": "^2.4.0"
|
|
18
18
|
},
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
21
21
|
},
|
|
22
22
|
"themesVersion": "13.7.0",
|
|
23
|
-
"varsVersion": "9.
|
|
23
|
+
"varsVersion": "9.18.0"
|
|
24
24
|
}
|