@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.
@@ -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
- * Lodash <https://lodash.com/>
40
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
41
- * Released under MIT license <https://lodash.com/license>
42
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
43
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
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
@@ -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 {