@itwin/itwinui-css 0.50.0 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/alert.css +232 -174
- package/css/all.css +7324 -5608
- package/css/badge.css +2 -1
- package/css/blockquote.css +10 -7
- package/css/breadcrumbs.css +110 -87
- package/css/button.css +443 -344
- package/css/carousel.css +119 -88
- package/css/code.css +69 -56
- package/css/color-picker.css +150 -103
- package/css/date-picker.css +73 -55
- package/css/expandable-block.css +212 -160
- package/css/fieldset.css +22 -18
- package/css/file-upload.css +93 -79
- package/css/footer.css +64 -53
- package/css/global.css +100 -78
- package/css/header.css +471 -364
- package/css/icon.css +108 -78
- package/css/information-panel.css +174 -137
- package/css/inputs.css +1134 -942
- package/css/keyboard.css +11 -7
- package/css/location-marker.css +68 -58
- package/css/menu.css +105 -80
- package/css/modal.css +114 -44
- package/css/non-ideal-state.css +47 -40
- package/css/notification-marker.css +275 -200
- package/css/popover.css +10 -8
- package/css/progress-indicator.css +315 -237
- package/css/reset-global-styles.css +10 -5
- package/css/side-navigation.css +189 -140
- package/css/skip-to-content.css +41 -27
- package/css/slider.css +112 -87
- package/css/table.css +563 -419
- package/css/tabs.css +324 -238
- package/css/tag.css +111 -84
- package/css/text.css +46 -27
- package/css/tile.css +387 -311
- package/css/time-picker.css +113 -86
- package/css/toast-notification.css +232 -173
- package/css/toggle-switch.css +176 -111
- package/css/tooltip.css +21 -16
- package/css/tree.css +123 -93
- package/css/user-icon.css +223 -162
- package/css/wizard.css +156 -131
- package/package.json +5 -6
- package/scss/alert/alert.scss +1 -5
- package/scss/button/button-group.scss +4 -1
- package/scss/carousel/carousel.scss +4 -1
- package/scss/code/codeblock.scss +1 -1
- package/scss/inputs/checkbox.scss +1 -0
- package/scss/inputs/labeled-inputs.scss +8 -8
- package/scss/inputs/radio.scss +0 -4
- package/scss/location-marker/data-rich.scss +1 -1
- package/scss/location-marker/me.scss +4 -4
- package/scss/modal/classes.scss +4 -0
- package/scss/modal/modal.scss +81 -7
- package/scss/popover/popover.scss +1 -2
- package/scss/progress-indicator/linear.scss +2 -10
- package/scss/style/global.scss +1 -5
- package/scss/style/mixins.scss +9 -0
- package/scss/style/ripple.scss +1 -1
- package/scss/style/speed.scss +1 -0
- package/scss/table/table.scss +23 -14
- package/scss/toast-notification/categories.scss +1 -5
- package/scss/toggle-switch/classes.scss +4 -0
- package/scss/toggle-switch/toggle-switch.scss +141 -162
- package/scss/tooltip/tooltip.scss +1 -1
- package/scss/user-icon/user-icon.scss +38 -19
|
@@ -8,92 +8,119 @@
|
|
|
8
8
|
border:none;
|
|
9
9
|
vertical-align:baseline;
|
|
10
10
|
text-align:left;
|
|
11
|
-
display:block;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
11
|
+
display:block;
|
|
12
|
+
}
|
|
13
|
+
.iui-progress-indicator-linear > .iui-track{
|
|
14
|
+
width:100%;
|
|
15
|
+
height:4px;
|
|
16
|
+
overflow:hidden;
|
|
17
|
+
background-color:#C7CCD1;
|
|
18
|
+
background-color:var(--iui-color-background-5);
|
|
19
|
+
}
|
|
20
|
+
.iui-progress-indicator-linear > .iui-track > .iui-fill{
|
|
21
|
+
display:inline-block;
|
|
22
|
+
height:100%;
|
|
23
|
+
vertical-align:top;
|
|
24
|
+
background-color:#008BE1;
|
|
25
|
+
background-color:var(--iui-color-foreground-primary);
|
|
26
|
+
}
|
|
27
|
+
.iui-progress-indicator-linear > .iui-label{
|
|
28
|
+
align-items:center;
|
|
29
|
+
width:100%;
|
|
30
|
+
overflow:hidden;
|
|
31
|
+
margin-top:4px;
|
|
32
|
+
display:flex;
|
|
33
|
+
font-size:12px;
|
|
34
|
+
justify-content:space-between;
|
|
35
|
+
}
|
|
36
|
+
.iui-progress-indicator-linear > .iui-label > :only-child{
|
|
37
|
+
margin:0 auto;
|
|
38
|
+
}
|
|
39
|
+
.iui-progress-indicator-linear > .iui-label > :last-child:not(:first-child){
|
|
40
|
+
-webkit-user-select:none;
|
|
41
|
+
-moz-user-select:none;
|
|
42
|
+
-ms-user-select:none;
|
|
43
|
+
user-select:none;
|
|
44
|
+
}
|
|
45
|
+
.iui-progress-indicator-linear > .iui-label svg{
|
|
46
|
+
display:flex;
|
|
47
|
+
width:16px;
|
|
48
|
+
height:16px;
|
|
49
|
+
}
|
|
50
|
+
.iui-progress-indicator-linear.iui-positive > .iui-track,
|
|
51
|
+
.iui-progress-indicator-linear.iui-positive > .iui-track > *{
|
|
52
|
+
background-color:#53A21A;
|
|
53
|
+
background-color:var(--iui-color-foreground-positive);
|
|
54
|
+
}
|
|
55
|
+
.iui-progress-indicator-linear.iui-positive > .iui-label{
|
|
56
|
+
color:#53A21A;
|
|
57
|
+
color:var(--iui-color-foreground-positive);
|
|
58
|
+
}
|
|
59
|
+
.iui-progress-indicator-linear.iui-positive > .iui-label svg{
|
|
60
|
+
fill:#53A21A;
|
|
61
|
+
fill:var(--iui-icons-color-positive);
|
|
62
|
+
}
|
|
63
|
+
.iui-progress-indicator-linear.iui-positive > .iui-label > span::-moz-selection, .iui-progress-indicator-linear.iui-positive > .iui-label > span *::-moz-selection{
|
|
64
|
+
background-color:rgba(83, 162, 26, 0.4);
|
|
65
|
+
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-4));
|
|
66
|
+
}
|
|
67
|
+
.iui-progress-indicator-linear.iui-positive > .iui-label > span::selection,
|
|
68
|
+
.iui-progress-indicator-linear.iui-positive > .iui-label > span *::selection{
|
|
69
|
+
background-color:rgba(83, 162, 26, 0.4);
|
|
70
|
+
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-4));
|
|
71
|
+
}
|
|
72
|
+
.iui-progress-indicator-linear.iui-negative > .iui-track > *{
|
|
73
|
+
width:100%;
|
|
74
|
+
background-color:#D30A0A;
|
|
75
|
+
background-color:var(--iui-color-foreground-negative);
|
|
76
|
+
}
|
|
77
|
+
.iui-progress-indicator-linear.iui-negative > .iui-label{
|
|
78
|
+
color:#D30A0A;
|
|
79
|
+
color:var(--iui-color-foreground-negative);
|
|
80
|
+
}
|
|
81
|
+
.iui-progress-indicator-linear.iui-negative > .iui-label svg{
|
|
82
|
+
fill:#D30A0A;
|
|
83
|
+
fill:var(--iui-icons-color-negative);
|
|
84
|
+
}
|
|
85
|
+
.iui-progress-indicator-linear.iui-negative > .iui-label > span::-moz-selection, .iui-progress-indicator-linear.iui-negative > .iui-label > span *::-moz-selection{
|
|
86
|
+
background-color:rgba(211, 10, 10, 0.4);
|
|
87
|
+
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-4));
|
|
88
|
+
}
|
|
89
|
+
.iui-progress-indicator-linear.iui-negative > .iui-label > span::selection,
|
|
90
|
+
.iui-progress-indicator-linear.iui-negative > .iui-label > span *::selection{
|
|
91
|
+
background-color:rgba(211, 10, 10, 0.4);
|
|
92
|
+
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-4));
|
|
93
|
+
}
|
|
94
|
+
.iui-progress-indicator-linear > .iui-track > .iui-determinate{
|
|
95
|
+
transition:width 2s ease-in-out;
|
|
96
|
+
}
|
|
97
|
+
.iui-progress-indicator-linear:not(.iui-negative):not(.iui-positive) > .iui-track > .iui-indeterminate{
|
|
98
|
+
width:100%;
|
|
99
|
+
-webkit-animation:iui-progress-indicator-linear-animate-indeterminate 1.5s infinite linear;
|
|
100
|
+
animation:iui-progress-indicator-linear-animate-indeterminate 1.5s infinite linear;
|
|
101
|
+
}
|
|
82
102
|
@-webkit-keyframes iui-progress-indicator-linear-animate-indeterminate{
|
|
83
103
|
0%{
|
|
84
|
-
transform:translateX(-60%) scaleX(0);
|
|
104
|
+
transform:translateX(-60%) scaleX(0);
|
|
105
|
+
}
|
|
85
106
|
40%{
|
|
86
|
-
transform:translateX(-40%) scaleX(0.4);
|
|
107
|
+
transform:translateX(-40%) scaleX(0.4);
|
|
108
|
+
}
|
|
87
109
|
100%{
|
|
88
|
-
transform:translateX(100%) scaleX(0.5);
|
|
89
|
-
|
|
110
|
+
transform:translateX(100%) scaleX(0.5);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
90
113
|
@keyframes iui-progress-indicator-linear-animate-indeterminate{
|
|
91
114
|
0%{
|
|
92
|
-
transform:translateX(-60%) scaleX(0);
|
|
115
|
+
transform:translateX(-60%) scaleX(0);
|
|
116
|
+
}
|
|
93
117
|
40%{
|
|
94
|
-
transform:translateX(-40%) scaleX(0.4);
|
|
118
|
+
transform:translateX(-40%) scaleX(0.4);
|
|
119
|
+
}
|
|
95
120
|
100%{
|
|
96
|
-
transform:translateX(100%) scaleX(0.5);
|
|
121
|
+
transform:translateX(100%) scaleX(0.5);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
97
124
|
|
|
98
125
|
.iui-progress-indicator-radial-ie{
|
|
99
126
|
margin:0;
|
|
@@ -106,170 +133,211 @@
|
|
|
106
133
|
height:100%;
|
|
107
134
|
width:100%;
|
|
108
135
|
color:#008BE1;
|
|
109
|
-
color:var(--iui-color-foreground-primary);
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
136
|
+
color:var(--iui-color-foreground-primary);
|
|
137
|
+
}
|
|
138
|
+
.iui-progress-indicator-radial-ie::after{
|
|
139
|
+
position:relative;
|
|
140
|
+
box-sizing:border-box;
|
|
141
|
+
content:"";
|
|
142
|
+
width:100%;
|
|
143
|
+
height:100%;
|
|
144
|
+
display:inline-block;
|
|
145
|
+
border:3px solid currentColor;
|
|
146
|
+
border-radius:100%;
|
|
147
|
+
background-color:transparent;
|
|
148
|
+
-webkit-animation:dash 0.8s linear infinite;
|
|
149
|
+
animation:dash 0.8s linear infinite;
|
|
150
|
+
border-bottom-color:#C7CCD1;
|
|
151
|
+
border-bottom-color:var(--iui-color-background-5);
|
|
152
|
+
}
|
|
125
153
|
@-webkit-keyframes dash{
|
|
126
154
|
0%{
|
|
127
|
-
transform:rotate(0deg);
|
|
155
|
+
transform:rotate(0deg);
|
|
156
|
+
}
|
|
128
157
|
100%{
|
|
129
|
-
transform:rotate(360deg);
|
|
130
|
-
|
|
158
|
+
transform:rotate(360deg);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
131
161
|
@keyframes dash{
|
|
132
162
|
0%{
|
|
133
|
-
transform:rotate(0deg);
|
|
163
|
+
transform:rotate(0deg);
|
|
164
|
+
}
|
|
134
165
|
100%{
|
|
135
|
-
transform:rotate(360deg);
|
|
166
|
+
transform:rotate(360deg);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
136
169
|
|
|
137
170
|
.iui-progress-indicator-radial{
|
|
138
171
|
position:relative;
|
|
139
172
|
display:inline-block;
|
|
140
173
|
width:32px;
|
|
141
|
-
height:32px;
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
174
|
+
height:32px;
|
|
175
|
+
}
|
|
176
|
+
.iui-progress-indicator-radial > .iui-radial{
|
|
177
|
+
height:100%;
|
|
178
|
+
width:100%;
|
|
179
|
+
}
|
|
180
|
+
.iui-progress-indicator-radial > .iui-radial > circle.iui-fill{
|
|
181
|
+
stroke:#008BE1;
|
|
182
|
+
stroke:var(--iui-color-foreground-primary);
|
|
183
|
+
fill:none;
|
|
184
|
+
stroke-width:3.2;
|
|
185
|
+
}
|
|
186
|
+
.iui-progress-indicator-radial > .iui-radial > circle.iui-track{
|
|
187
|
+
stroke:#C7CCD1;
|
|
188
|
+
stroke:var(--iui-color-background-5);
|
|
189
|
+
fill:none;
|
|
190
|
+
stroke-width:3.2;
|
|
191
|
+
}
|
|
192
|
+
.iui-progress-indicator-radial .iui-inner-content{
|
|
193
|
+
position:absolute;
|
|
194
|
+
display:flex;
|
|
195
|
+
width:calc(100% - 8px);
|
|
196
|
+
height:calc(100% - 8px);
|
|
197
|
+
left:50%;
|
|
198
|
+
top:50%;
|
|
199
|
+
transform:translate(-50%, -50%);
|
|
200
|
+
align-items:center;
|
|
201
|
+
justify-content:center;
|
|
202
|
+
font-size:12px;
|
|
203
|
+
-webkit-user-select:none;
|
|
204
|
+
-moz-user-select:none;
|
|
205
|
+
-ms-user-select:none;
|
|
206
|
+
user-select:none;
|
|
207
|
+
overflow:hidden;
|
|
208
|
+
}
|
|
209
|
+
.iui-progress-indicator-radial .iui-inner-content svg,
|
|
210
|
+
.iui-progress-indicator-radial .iui-inner-content img{
|
|
211
|
+
display:flex;
|
|
212
|
+
width:16px;
|
|
213
|
+
height:16px;
|
|
214
|
+
fill:rgba(0, 0, 0, 0.8);
|
|
215
|
+
fill:var(--iui-icons-color-actionable);
|
|
216
|
+
}
|
|
217
|
+
.iui-progress-indicator-radial .iui-inner-content svg:hover,
|
|
218
|
+
.iui-progress-indicator-radial .iui-inner-content img:hover{
|
|
219
|
+
fill:black;
|
|
220
|
+
fill:var(--iui-icons-color-actionable-hover);
|
|
221
|
+
}
|
|
222
|
+
.iui-progress-indicator-radial.iui-positive{
|
|
223
|
+
color:#53A21A;
|
|
224
|
+
color:var(--iui-color-foreground-positive);
|
|
225
|
+
}
|
|
226
|
+
.iui-progress-indicator-radial.iui-positive svg.iui-radial circle.iui-fill,
|
|
227
|
+
.iui-progress-indicator-radial.iui-positive svg.iui-radial circle.iui-track{
|
|
228
|
+
stroke:#53A21A;
|
|
229
|
+
stroke:var(--iui-color-foreground-positive);
|
|
230
|
+
}
|
|
231
|
+
.iui-progress-indicator-radial.iui-positive .iui-inner-content svg{
|
|
232
|
+
fill:#53A21A;
|
|
233
|
+
fill:var(--iui-icons-color-positive);
|
|
234
|
+
}
|
|
235
|
+
.iui-progress-indicator-radial.iui-positive .iui-progress-indicator-radial-ie{
|
|
236
|
+
color:#53A21A;
|
|
237
|
+
color:var(--iui-color-foreground-positive);
|
|
238
|
+
}
|
|
239
|
+
.iui-progress-indicator-radial.iui-positive .iui-progress-indicator-radial-ie::after{
|
|
240
|
+
-webkit-animation:none;
|
|
241
|
+
animation:none;
|
|
242
|
+
border-bottom-color:#53A21A;
|
|
243
|
+
border-bottom-color:var(--iui-color-foreground-positive);
|
|
244
|
+
}
|
|
245
|
+
.iui-progress-indicator-radial.iui-negative{
|
|
246
|
+
color:#D30A0A;
|
|
247
|
+
color:var(--iui-color-foreground-negative);
|
|
248
|
+
}
|
|
249
|
+
.iui-progress-indicator-radial.iui-negative svg.iui-radial circle.iui-fill{
|
|
250
|
+
stroke:#D30A0A;
|
|
251
|
+
stroke:var(--iui-color-foreground-negative);
|
|
252
|
+
}
|
|
253
|
+
.iui-progress-indicator-radial.iui-negative .iui-inner-content svg{
|
|
254
|
+
fill:#D30A0A;
|
|
255
|
+
fill:var(--iui-icons-color-negative);
|
|
256
|
+
}
|
|
257
|
+
.iui-progress-indicator-radial.iui-negative .iui-progress-indicator-radial-ie{
|
|
258
|
+
color:#D30A0A;
|
|
259
|
+
color:var(--iui-color-foreground-negative);
|
|
260
|
+
}
|
|
261
|
+
.iui-progress-indicator-radial.iui-negative .iui-progress-indicator-radial-ie::after{
|
|
262
|
+
-webkit-animation:none;
|
|
263
|
+
animation:none;
|
|
264
|
+
border-bottom-color:#D30A0A;
|
|
265
|
+
border-bottom-color:var(--iui-color-foreground-negative);
|
|
266
|
+
}
|
|
267
|
+
.iui-progress-indicator-radial.iui-x-small{
|
|
268
|
+
width:16px;
|
|
269
|
+
height:16px;
|
|
270
|
+
}
|
|
271
|
+
.iui-progress-indicator-radial.iui-x-small .iui-inner-content{
|
|
272
|
+
display:none;
|
|
273
|
+
}
|
|
274
|
+
.iui-progress-indicator-radial.iui-small{
|
|
275
|
+
width:24px;
|
|
276
|
+
height:24px;
|
|
277
|
+
}
|
|
278
|
+
.iui-progress-indicator-radial.iui-large{
|
|
279
|
+
width:48px;
|
|
280
|
+
height:48px;
|
|
281
|
+
}
|
|
282
|
+
.iui-progress-indicator-radial.iui-large .iui-inner-content{
|
|
283
|
+
font-size:16px;
|
|
284
|
+
}
|
|
285
|
+
.iui-progress-indicator-radial.iui-large .iui-inner-content svg,
|
|
286
|
+
.iui-progress-indicator-radial.iui-large .iui-inner-content img{
|
|
287
|
+
width:24px;
|
|
288
|
+
height:24px;
|
|
289
|
+
}
|
|
290
|
+
.iui-progress-indicator-radial.iui-determinate:not(.iui-positive) svg.iui-radial{
|
|
291
|
+
transform:rotate(-90deg);
|
|
292
|
+
}
|
|
293
|
+
.iui-progress-indicator-radial.iui-determinate:not(.iui-positive) svg.iui-radial circle.iui-fill{
|
|
294
|
+
stroke-dasharray:88;
|
|
295
|
+
transition:stroke-dashoffset 0.5s ease-in-out;
|
|
296
|
+
}
|
|
297
|
+
.iui-progress-indicator-radial.iui-indeterminate:not(.iui-negative):not(.iui-positive) svg.iui-radial{
|
|
298
|
+
-webkit-animation:rotate-indeterminate 2s linear infinite;
|
|
299
|
+
animation:rotate-indeterminate 2s linear infinite;
|
|
300
|
+
}
|
|
301
|
+
.iui-progress-indicator-radial.iui-indeterminate:not(.iui-negative):not(.iui-positive) svg.iui-radial circle.iui-fill{
|
|
302
|
+
-webkit-animation:dash-indeterminate 1.5s ease-in-out infinite;
|
|
303
|
+
animation:dash-indeterminate 1.5s ease-in-out infinite;
|
|
304
|
+
}
|
|
246
305
|
@-webkit-keyframes rotate-indeterminate{
|
|
247
306
|
100%{
|
|
248
|
-
transform:rotate(360deg);
|
|
249
|
-
|
|
307
|
+
transform:rotate(360deg);
|
|
308
|
+
}
|
|
309
|
+
}
|
|
250
310
|
@keyframes rotate-indeterminate{
|
|
251
311
|
100%{
|
|
252
|
-
transform:rotate(360deg);
|
|
253
|
-
|
|
312
|
+
transform:rotate(360deg);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
254
315
|
@-webkit-keyframes dash-indeterminate{
|
|
255
316
|
0%{
|
|
256
|
-
stroke-dasharray:1, 88;
|
|
317
|
+
stroke-dasharray:1, 88;
|
|
318
|
+
}
|
|
257
319
|
50%{
|
|
258
320
|
stroke-dasharray:88, 88;
|
|
259
|
-
stroke-dashoffset:-22;
|
|
321
|
+
stroke-dashoffset:-22;
|
|
322
|
+
}
|
|
260
323
|
100%{
|
|
261
324
|
stroke-dasharray:88, 88;
|
|
262
|
-
stroke-dashoffset:-88;
|
|
263
|
-
|
|
325
|
+
stroke-dashoffset:-88;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
264
328
|
@keyframes dash-indeterminate{
|
|
265
329
|
0%{
|
|
266
|
-
stroke-dasharray:1, 88;
|
|
330
|
+
stroke-dasharray:1, 88;
|
|
331
|
+
}
|
|
267
332
|
50%{
|
|
268
333
|
stroke-dasharray:88, 88;
|
|
269
|
-
stroke-dashoffset:-22;
|
|
334
|
+
stroke-dashoffset:-22;
|
|
335
|
+
}
|
|
270
336
|
100%{
|
|
271
337
|
stroke-dasharray:88, 88;
|
|
272
|
-
stroke-dashoffset:-88;
|
|
338
|
+
stroke-dashoffset:-88;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
273
341
|
|
|
274
342
|
.iui-progress-indicator-overlay{
|
|
275
343
|
width:100%;
|
|
@@ -283,33 +351,43 @@
|
|
|
283
351
|
z-index:10000;
|
|
284
352
|
pointer-events:none;
|
|
285
353
|
background-color:rgba(255, 255, 255, 0.8);
|
|
286
|
-
background-color:rgba(var(--iui-color-background-1-rgb), var(--iui-opacity-2));
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
354
|
+
background-color:rgba(var(--iui-color-background-1-rgb), var(--iui-opacity-2));
|
|
355
|
+
}
|
|
356
|
+
@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))){
|
|
357
|
+
.iui-progress-indicator-overlay{
|
|
358
|
+
background-color:rgba(255, 255, 255, 0.6);
|
|
359
|
+
-webkit-backdrop-filter:blur(5px);
|
|
360
|
+
backdrop-filter:blur(5px);
|
|
361
|
+
background-color:rgba(var(--iui-color-background-1-rgb), var(--iui-opacity-3));
|
|
362
|
+
backdrop-filter:blur(5px);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
.iui-progress-indicator-overlay:focus, .iui-progress-indicator-overlay:focus-visible{
|
|
366
|
+
outline:0;
|
|
367
|
+
}
|
|
368
|
+
.iui-progress-indicator-overlay .iui-progress-indicator-linear{
|
|
369
|
+
width:50%;
|
|
370
|
+
max-width:33vw;
|
|
371
|
+
}
|
|
300
372
|
@-webkit-keyframes closeAnimation{
|
|
301
373
|
from{
|
|
302
374
|
opacity:1;
|
|
303
|
-
opacity:var(--iui-opacity-1);
|
|
375
|
+
opacity:var(--iui-opacity-1);
|
|
376
|
+
}
|
|
304
377
|
to{
|
|
305
|
-
opacity:0;
|
|
306
|
-
|
|
378
|
+
opacity:0;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
307
381
|
@keyframes closeAnimation{
|
|
308
382
|
from{
|
|
309
383
|
opacity:1;
|
|
310
|
-
opacity:var(--iui-opacity-1);
|
|
384
|
+
opacity:var(--iui-opacity-1);
|
|
385
|
+
}
|
|
311
386
|
to{
|
|
312
|
-
opacity:0;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
387
|
+
opacity:0;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
.iui-progress-indicator-overlay .iui-overlay-exiting{
|
|
391
|
+
-webkit-animation:closeAnimation 0.2s linear;
|
|
392
|
+
animation:closeAnimation 0.2s linear;
|
|
393
|
+
}
|
|
@@ -11,11 +11,13 @@ body{
|
|
|
11
11
|
vertical-align:baseline;
|
|
12
12
|
font-size:14px;
|
|
13
13
|
font-weight:400;
|
|
14
|
-
line-height:22px;
|
|
14
|
+
line-height:22px;
|
|
15
|
+
}
|
|
15
16
|
|
|
16
17
|
b,
|
|
17
18
|
strong{
|
|
18
|
-
font-weight:700;
|
|
19
|
+
font-weight:700;
|
|
20
|
+
}
|
|
19
21
|
|
|
20
22
|
caption,
|
|
21
23
|
small{
|
|
@@ -25,10 +27,12 @@ small{
|
|
|
25
27
|
vertical-align:baseline;
|
|
26
28
|
font-size:12px;
|
|
27
29
|
font-weight:400;
|
|
28
|
-
line-height:22px;
|
|
30
|
+
line-height:22px;
|
|
31
|
+
}
|
|
29
32
|
|
|
30
33
|
p{
|
|
31
|
-
margin-bottom:22px;
|
|
34
|
+
margin-bottom:22px;
|
|
35
|
+
}
|
|
32
36
|
|
|
33
37
|
h1,
|
|
34
38
|
h2,
|
|
@@ -42,4 +46,5 @@ h6{
|
|
|
42
46
|
vertical-align:baseline;
|
|
43
47
|
font-size:14px;
|
|
44
48
|
font-weight:400;
|
|
45
|
-
line-height:22px;
|
|
49
|
+
line-height:22px;
|
|
50
|
+
}
|