synos-helena 21.12.7-beta.0 → 21.13.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/CHANGELOG.md +25 -1
- package/lib/dark.css +226 -22
- package/lib/dark.css.map +1 -1
- package/lib/helena.css +226 -22
- package/lib/helena.css.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +588 -60
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/light.css +226 -22
- package/lib/light.css.map +1 -1
- package/package.json +3 -2
package/lib/index.css
CHANGED
|
@@ -3796,7 +3796,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3796
3796
|
display: block;
|
|
3797
3797
|
}
|
|
3798
3798
|
.ant-btn > .ant-btn-loading-icon {
|
|
3799
|
-
transition:
|
|
3799
|
+
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
3800
3800
|
}
|
|
3801
3801
|
.ant-btn > .ant-btn-loading-icon .anticon {
|
|
3802
3802
|
padding-right: 8px;
|