dtable-ui-component 5.2.5-alpha4 → 5.2.5-alpha5

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.
@@ -102,7 +102,7 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
102
102
  zIndex: 9999
103
103
  }),
104
104
  indicatorSeparator: () => {},
105
- IndicatorsContainer: provided => {
105
+ indicatorsContainer: provided => {
106
106
  return {
107
107
  ...provided,
108
108
  padding: '8px 6px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.2.5-alpha4",
3
+ "version": "5.2.5-alpha5",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "3.0.1",