acud 1.4.2 → 1.4.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/acud.min.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v1.4.2 */
1
+ /*! acud v1.4.3 */
2
2
  !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","react-dom"],t):"object"==typeof exports?exports.acud=t(require("react"),require("react-dom")):e.acud=t(e.React,e.ReactDOM)}(window,function(n,r){return i=[function(e,t){e.exports=n},function(e,t,n){var r;
3
3
  /*!
4
4
  Copyright (c) 2017 Jed Watson.
@@ -307,7 +307,7 @@ div.acud-table-summary {
307
307
  flex-direction: column;
308
308
  align-items: center;
309
309
  }
310
- .acud-table-column-sorter-icon {
310
+ .acud-table-column-sorter .acud-table-column-sorter-icon {
311
311
  display: none;
312
312
  }
313
313
  .acud-table-column-sorter-default,
@@ -357,7 +357,7 @@
357
357
  align-items: center;
358
358
  }
359
359
 
360
- &-icon {
360
+ & &-icon {
361
361
  display: none;
362
362
  }
363
363
 
@@ -307,7 +307,7 @@ div.acud-table-summary {
307
307
  flex-direction: column;
308
308
  align-items: center;
309
309
  }
310
- .acud-table-column-sorter-icon {
310
+ .acud-table-column-sorter .acud-table-column-sorter-icon {
311
311
  display: none;
312
312
  }
313
313
  .acud-table-column-sorter-default,
@@ -357,7 +357,7 @@
357
357
  align-items: center;
358
358
  }
359
359
 
360
- &-icon {
360
+ & &-icon {
361
361
  display: none;
362
362
  }
363
363
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acud",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "acg react 组件库",
5
5
  "license": "ISC",
6
6
  "author": "acg",