@alfalab/core-components-circular-progress-bar 2.6.0 → 2.6.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/CHANGELOG.md +11 -0
- package/{Component.d.ts → dist/Component.d.ts} +0 -0
- package/{Component.js → dist/Component.js} +1 -1
- package/{cssm → dist/cssm}/Component.d.ts +0 -0
- package/{cssm → dist/cssm}/Component.js +1 -1
- package/{cssm → dist/cssm}/index.d.ts +0 -0
- package/{cssm → dist/cssm}/index.js +1 -1
- package/{cssm → dist/cssm}/index.module.css +0 -0
- package/{esm → dist/esm}/Component.d.ts +0 -0
- package/{esm → dist/esm}/Component.js +2 -2
- package/{esm → dist/esm}/index.css +48 -48
- package/{esm → dist/esm}/index.d.ts +0 -0
- package/{esm → dist/esm}/index.js +1 -1
- package/{index.css → dist/index.css} +48 -48
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/{index.js → dist/index.js} +0 -0
- package/{modern → dist/modern}/Component.d.ts +0 -0
- package/{modern → dist/modern}/Component.js +2 -2
- package/{modern → dist/modern}/index.css +48 -48
- package/{modern → dist/modern}/index.d.ts +0 -0
- package/{modern → dist/modern}/index.js +1 -1
- package/{send-stats.js → dist/send-stats.js} +0 -0
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.6.0...@alfalab/core-components-circular-progress-bar@2.6.1) (2022-08-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-circular-progress-bar@2.5.0...@alfalab/core-components-circular-progress-bar@2.6.0) (2022-08-04)
|
|
7
18
|
|
|
8
19
|
|
|
File without changes
|
|
@@ -38,7 +38,7 @@ var __assign = function () {
|
|
|
38
38
|
return __assign.apply(this, arguments);
|
|
39
39
|
};
|
|
40
40
|
|
|
41
|
-
var styles = {"component":"circular-progress-
|
|
41
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
42
42
|
require('./index.css')
|
|
43
43
|
|
|
44
44
|
var SIZES = {
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var coreComponentsTypography = require('@alfalab/core-components-typography/cssm');
|
|
7
|
+
var coreComponentsTypography = require('@alfalab/core-components-typography/dist/cssm');
|
|
8
8
|
var styles = require('./index.module.css');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var Component = require('./Component.js');
|
|
6
6
|
require('classnames');
|
|
7
7
|
require('react');
|
|
8
|
-
require('@alfalab/core-components-typography/cssm');
|
|
8
|
+
require('@alfalab/core-components-typography/dist/cssm');
|
|
9
9
|
require('./index.module.css');
|
|
10
10
|
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import cn from 'classnames';
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
|
-
import { Typography } from '@alfalab/core-components-typography/esm';
|
|
3
|
+
import { Typography } from '@alfalab/core-components-typography/dist/esm';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation.
|
|
@@ -29,7 +29,7 @@ var __assign = function () {
|
|
|
29
29
|
return __assign.apply(this, arguments);
|
|
30
30
|
};
|
|
31
31
|
|
|
32
|
-
var styles = {"component":"circular-progress-
|
|
32
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
33
33
|
require('./index.css')
|
|
34
34
|
|
|
35
35
|
var SIZES = {
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
|
File without changes
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import cn from 'classnames';
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
|
-
import { Typography } from '@alfalab/core-components-typography/modern';
|
|
3
|
+
import { Typography } from '@alfalab/core-components-typography/dist/modern';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"circular-progress-
|
|
5
|
+
var styles = {"component":"circular-progress-bar__component_1o6ob","svg":"circular-progress-bar__svg_1o6ob","title":"circular-progress-bar__title_1o6ob","subtitle":"circular-progress-bar__subtitle_1o6ob","labelWrapper":"circular-progress-bar__labelWrapper_1o6ob","label":"circular-progress-bar__label_1o6ob","typography":"circular-progress-bar__typography_1o6ob","xxl":"circular-progress-bar__xxl_1o6ob","xl":"circular-progress-bar__xl_1o6ob","l":"circular-progress-bar__l_1o6ob","m":"circular-progress-bar__m_1o6ob","s":"circular-progress-bar__s_1o6ob","xs":"circular-progress-bar__xs_1o6ob","backgroundCircle":"circular-progress-bar__backgroundCircle_1o6ob","progressCircle":"circular-progress-bar__progressCircle_1o6ob","positive":"circular-progress-bar__positive_1o6ob","negative":"circular-progress-bar__negative_1o6ob","stroke":"circular-progress-bar__stroke_1o6ob","bg-positive":"circular-progress-bar__bg-positive_1o6ob","bg-negative":"circular-progress-bar__bg-negative_1o6ob","iconWrapper":"circular-progress-bar__iconWrapper_1o6ob","icon-tertiary":"circular-progress-bar__icon-tertiary_1o6ob","icon-positive":"circular-progress-bar__icon-positive_1o6ob","icon-negative":"circular-progress-bar__icon-negative_1o6ob","icon-primary-inverted":"circular-progress-bar__icon-primary-inverted_1o6ob","icon-primary":"circular-progress-bar__icon-primary_1o6ob","icon-secondary":"circular-progress-bar__icon-secondary_1o6ob","icon":"circular-progress-bar__icon_1o6ob"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const SIZES = {
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
--circular-progress-bar-font-family: var(--font-family-system);
|
|
35
35
|
--circular-progress-bar-font-weight: 600;
|
|
36
36
|
}
|
|
37
|
-
.circular-progress-
|
|
37
|
+
.circular-progress-bar__component_1o6ob {
|
|
38
38
|
position: relative;
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: center;
|
|
41
41
|
align-items: center;
|
|
42
42
|
}
|
|
43
|
-
.circular-progress-
|
|
43
|
+
.circular-progress-bar__svg_1o6ob {
|
|
44
44
|
display: block;
|
|
45
45
|
width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.circular-progress-
|
|
48
|
-
.circular-progress-
|
|
47
|
+
.circular-progress-bar__title_1o6ob,
|
|
48
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
49
49
|
overflow: hidden;
|
|
50
50
|
word-break: break-word;
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
margin: 0 6px;
|
|
54
54
|
}
|
|
55
|
-
.circular-progress-
|
|
55
|
+
.circular-progress-bar__subtitle_1o6ob {
|
|
56
56
|
max-height: 40px;
|
|
57
57
|
}
|
|
58
|
-
.circular-progress-
|
|
58
|
+
.circular-progress-bar__labelWrapper_1o6ob {
|
|
59
59
|
text-align: center;
|
|
60
60
|
position: absolute;
|
|
61
61
|
top: 50%;
|
|
@@ -63,150 +63,150 @@
|
|
|
63
63
|
width: 100%;
|
|
64
64
|
transform: translate(-50%, -50%)
|
|
65
65
|
}
|
|
66
|
-
.circular-progress-
|
|
66
|
+
.circular-progress-bar__labelWrapper_1o6ob.circular-progress-bar__label_1o6ob {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: center;
|
|
70
70
|
}
|
|
71
|
-
.circular-progress-
|
|
71
|
+
.circular-progress-bar__typography_1o6ob {
|
|
72
72
|
font-feature-settings: 'ss01';
|
|
73
73
|
font-weight: var(--circular-progress-bar-font-weight);
|
|
74
74
|
font-family: var(--circular-progress-bar-font-family);
|
|
75
75
|
}
|
|
76
|
-
.circular-progress-
|
|
76
|
+
.circular-progress-bar__xxl_1o6ob {
|
|
77
77
|
width: 144px;
|
|
78
78
|
height: 144px
|
|
79
79
|
}
|
|
80
|
-
.circular-progress-
|
|
80
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
81
81
|
max-width: 128px;
|
|
82
82
|
}
|
|
83
|
-
.circular-progress-
|
|
83
|
+
.circular-progress-bar__xxl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
84
84
|
max-height: 32px;
|
|
85
85
|
}
|
|
86
|
-
.circular-progress-
|
|
86
|
+
.circular-progress-bar__xl_1o6ob {
|
|
87
87
|
width: 128px;
|
|
88
88
|
height: 128px
|
|
89
89
|
}
|
|
90
|
-
.circular-progress-
|
|
90
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
91
91
|
max-width: 108px;
|
|
92
92
|
}
|
|
93
|
-
.circular-progress-
|
|
93
|
+
.circular-progress-bar__xl_1o6ob .circular-progress-bar__title_1o6ob {
|
|
94
94
|
max-height: 32px;
|
|
95
95
|
}
|
|
96
|
-
.circular-progress-
|
|
96
|
+
.circular-progress-bar__l_1o6ob {
|
|
97
97
|
width: 80px;
|
|
98
98
|
height: 80px
|
|
99
99
|
}
|
|
100
|
-
.circular-progress-
|
|
100
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
101
101
|
max-width: 64px;
|
|
102
102
|
}
|
|
103
|
-
.circular-progress-
|
|
103
|
+
.circular-progress-bar__l_1o6ob .circular-progress-bar__title_1o6ob {
|
|
104
104
|
max-height: 24px;
|
|
105
105
|
}
|
|
106
|
-
.circular-progress-
|
|
106
|
+
.circular-progress-bar__m_1o6ob {
|
|
107
107
|
width: 64px;
|
|
108
108
|
height: 64px
|
|
109
109
|
}
|
|
110
|
-
.circular-progress-
|
|
110
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
111
111
|
max-width: 48px;
|
|
112
112
|
}
|
|
113
|
-
.circular-progress-
|
|
113
|
+
.circular-progress-bar__m_1o6ob .circular-progress-bar__title_1o6ob {
|
|
114
114
|
max-height: 16px;
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
|
-
.circular-progress-
|
|
117
|
+
.circular-progress-bar__s_1o6ob {
|
|
118
118
|
width: 48px;
|
|
119
119
|
height: 48px
|
|
120
120
|
}
|
|
121
|
-
.circular-progress-
|
|
121
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
122
122
|
max-width: 40px;
|
|
123
123
|
}
|
|
124
|
-
.circular-progress-
|
|
124
|
+
.circular-progress-bar__s_1o6ob .circular-progress-bar__title_1o6ob {
|
|
125
125
|
max-height: 16px;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
|
-
.circular-progress-
|
|
128
|
+
.circular-progress-bar__xs_1o6ob {
|
|
129
129
|
width: 24px;
|
|
130
130
|
height: 24px
|
|
131
131
|
}
|
|
132
|
-
.circular-progress-
|
|
132
|
+
.circular-progress-bar__xs_1o6ob .circular-progress-bar__labelWrapper_1o6ob {
|
|
133
133
|
max-width: 24px;
|
|
134
134
|
}
|
|
135
|
-
.circular-progress-
|
|
136
|
-
.circular-progress-
|
|
135
|
+
.circular-progress-bar__backgroundCircle_1o6ob,
|
|
136
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
137
137
|
width: 100%;
|
|
138
138
|
height: 100%;
|
|
139
139
|
fill: transparent;
|
|
140
140
|
}
|
|
141
|
-
.circular-progress-
|
|
141
|
+
.circular-progress-bar__positive_1o6ob {
|
|
142
142
|
stroke: var(--circular-progress-bar-positive-color);
|
|
143
143
|
}
|
|
144
|
-
.circular-progress-
|
|
144
|
+
.circular-progress-bar__negative_1o6ob {
|
|
145
145
|
stroke: var(--circular-progress-bar-negative-color);
|
|
146
146
|
}
|
|
147
|
-
.circular-progress-
|
|
147
|
+
.circular-progress-bar__backgroundCircle_1o6ob {
|
|
148
148
|
stroke: var(--circular-progress-bar-bg-color)
|
|
149
149
|
}
|
|
150
|
-
.circular-progress-
|
|
150
|
+
.circular-progress-bar__backgroundCircle_1o6ob.circular-progress-bar__stroke_1o6ob {
|
|
151
151
|
stroke: transparent;
|
|
152
152
|
}
|
|
153
|
-
.circular-progress-
|
|
153
|
+
.circular-progress-bar__progressCircle_1o6ob {
|
|
154
154
|
stroke-linecap: round
|
|
155
155
|
}
|
|
156
|
-
.circular-progress-
|
|
156
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-positive_1o6ob {
|
|
157
157
|
fill: var(--circular-progress-bar-positive-color);
|
|
158
158
|
}
|
|
159
|
-
.circular-progress-
|
|
159
|
+
.circular-progress-bar__progressCircle_1o6ob.circular-progress-bar__bg-negative_1o6ob {
|
|
160
160
|
fill: var(--circular-progress-bar-negative-color);
|
|
161
161
|
}
|
|
162
|
-
.circular-progress-
|
|
162
|
+
.circular-progress-bar__iconWrapper_1o6ob {
|
|
163
163
|
display: flex;
|
|
164
164
|
align-items: center;
|
|
165
165
|
justify-content: center
|
|
166
166
|
}
|
|
167
|
-
.circular-progress-
|
|
167
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xxl_1o6ob {
|
|
168
168
|
max-width: 64px;
|
|
169
169
|
max-height: 64px;
|
|
170
170
|
}
|
|
171
|
-
.circular-progress-
|
|
171
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xl_1o6ob {
|
|
172
172
|
max-width: 64px;
|
|
173
173
|
max-height: 64px;
|
|
174
174
|
}
|
|
175
|
-
.circular-progress-
|
|
175
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__l_1o6ob {
|
|
176
176
|
max-width: 48px;
|
|
177
177
|
max-height: 48px;
|
|
178
178
|
}
|
|
179
|
-
.circular-progress-
|
|
179
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__m_1o6ob {
|
|
180
180
|
max-width: 36px;
|
|
181
181
|
max-height: 36px;
|
|
182
182
|
}
|
|
183
|
-
.circular-progress-
|
|
183
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__s_1o6ob {
|
|
184
184
|
max-width: 24px;
|
|
185
185
|
max-height: 24px;
|
|
186
186
|
}
|
|
187
|
-
.circular-progress-
|
|
187
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__xs_1o6ob {
|
|
188
188
|
max-width: 16px;
|
|
189
189
|
max-height: 16px;
|
|
190
190
|
}
|
|
191
|
-
.circular-progress-
|
|
191
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-tertiary_1o6ob {
|
|
192
192
|
color: var(--color-light-graphic-tertiary);
|
|
193
193
|
}
|
|
194
|
-
.circular-progress-
|
|
194
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-positive_1o6ob {
|
|
195
195
|
color: var(--color-light-graphic-positive);
|
|
196
196
|
}
|
|
197
|
-
.circular-progress-
|
|
197
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-negative_1o6ob {
|
|
198
198
|
color: var(--color-light-graphic-negative);
|
|
199
199
|
}
|
|
200
|
-
.circular-progress-
|
|
200
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary-inverted_1o6ob {
|
|
201
201
|
color: var(--color-light-graphic-primary-inverted);
|
|
202
202
|
}
|
|
203
|
-
.circular-progress-
|
|
203
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-primary_1o6ob {
|
|
204
204
|
color: var(--color-light-graphic-primary);
|
|
205
205
|
}
|
|
206
|
-
.circular-progress-
|
|
206
|
+
.circular-progress-bar__iconWrapper_1o6ob.circular-progress-bar__icon-secondary_1o6ob {
|
|
207
207
|
color: var(--color-light-graphic-secondary);
|
|
208
208
|
}
|
|
209
|
-
.circular-progress-
|
|
209
|
+
.circular-progress-bar__icon_1o6ob {
|
|
210
210
|
width: 100%;
|
|
211
211
|
height: 100%;
|
|
212
212
|
}
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-circular-progress-bar",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"module": "./esm/index.js",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "./dist/esm/index.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
9
12
|
"scripts": {
|
|
10
|
-
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
13
|
+
"postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \""
|
|
11
14
|
},
|
|
12
15
|
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
"directory": "dist"
|
|
16
|
+
"access": "public"
|
|
15
17
|
},
|
|
16
18
|
"dependencies": {
|
|
17
|
-
"@alfalab/core-components-typography": "^2.7.
|
|
19
|
+
"@alfalab/core-components-typography": "^2.7.1",
|
|
18
20
|
"classnames": "^2.3.1"
|
|
19
21
|
},
|
|
20
22
|
"peerDependencies": {
|
|
21
23
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
22
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
|
|
23
26
|
}
|