@ant-design/pro-components 1.1.6 → 1.1.9
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/components.css +1 -5
- package/dist/components.js +1 -1
- package/dist/components.js.LICENSE.txt +7 -6
- package/dist/components.min.css +1 -5
- package/dist/components.min.js +1 -1
- package/dist/components.min.js.LICENSE.txt +7 -6
- package/es/version.js +10 -10
- package/lib/version.js +10 -10
- package/package.json +10 -10
|
@@ -35,12 +35,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
35
35
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* @license
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
38
|
+
* @license React
|
|
39
|
+
* react-jsx-runtime.production.min.js
|
|
40
|
+
*
|
|
41
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
42
|
+
*
|
|
43
|
+
* This source code is licensed under the MIT license found in the
|
|
44
|
+
* LICENSE file in the root directory of this source tree.
|
|
44
45
|
*/
|
|
45
46
|
|
|
46
47
|
/** @license React v16.13.1
|
package/dist/components.min.css
CHANGED
|
@@ -705,14 +705,11 @@ mark {
|
|
|
705
705
|
.anticon[tabindex] {
|
|
706
706
|
cursor: pointer;
|
|
707
707
|
}
|
|
708
|
+
.anticon-spin,
|
|
708
709
|
.anticon-spin::before {
|
|
709
710
|
display: inline-block;
|
|
710
711
|
animation: loadingCircle 1s infinite linear;
|
|
711
712
|
}
|
|
712
|
-
.anticon-spin {
|
|
713
|
-
display: inline-block;
|
|
714
|
-
animation: loadingCircle 1s infinite linear;
|
|
715
|
-
}
|
|
716
713
|
.ant-fade-enter,
|
|
717
714
|
.ant-fade-appear {
|
|
718
715
|
animation-duration: 0.2s;
|
|
@@ -3413,7 +3410,6 @@ html {
|
|
|
3413
3410
|
}
|
|
3414
3411
|
|
|
3415
3412
|
.ant-pro-table-list-toolbar {
|
|
3416
|
-
overflow-x: auto;
|
|
3417
3413
|
line-height: 1;
|
|
3418
3414
|
}
|
|
3419
3415
|
.ant-pro-table-list-toolbar-container {
|