aio-table 6.1.3 → 6.2.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.
Files changed (3) hide show
  1. package/index.css +2 -0
  2. package/index.js +2410 -2486
  3. package/package.json +29 -32
package/index.css CHANGED
@@ -197,6 +197,8 @@ select.aio-table-paging-button{
197
197
  }
198
198
  .aio-table-toggle{
199
199
  height:24px;
200
+ display:flex;
201
+ align-items: center;
200
202
  flex-shrink:0;
201
203
  cursor:pointer;
202
204
  }