@douyinfe/semi-ui 2.72.2 → 2.72.3
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/dist/css/semi.css +8 -0
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -23460,6 +23460,14 @@ p.semi-typography-extended,
|
|
|
23460
23460
|
transform: rotate(360deg);
|
|
23461
23461
|
}
|
|
23462
23462
|
}
|
|
23463
|
+
@keyframes semi-animation-rotate {
|
|
23464
|
+
from {
|
|
23465
|
+
transform: rotate(0);
|
|
23466
|
+
}
|
|
23467
|
+
to {
|
|
23468
|
+
transform: rotate(360deg);
|
|
23469
|
+
}
|
|
23470
|
+
}
|
|
23463
23471
|
.semi-button.semi-button-with-icon {
|
|
23464
23472
|
display: inline-flex;
|
|
23465
23473
|
align-items: center;
|