rsuite 5.6.5 → 5.6.6

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.
@@ -267,11 +267,13 @@ var InputNumber = /*#__PURE__*/React.forwardRef(function (props, ref) {
267
267
  }), prefixElement && /*#__PURE__*/React.createElement(InputGroupAddon, null, prefixElement), input, /*#__PURE__*/React.createElement("span", {
268
268
  className: prefix('btn-group-vertical')
269
269
  }, /*#__PURE__*/React.createElement(Button, {
270
+ tabIndex: -1,
270
271
  appearance: buttonAppearance,
271
272
  className: prefix('touchspin-up'),
272
273
  onClick: handlePlus,
273
274
  disabled: disabledUpButton || disabled || readOnly
274
275
  }, /*#__PURE__*/React.createElement(AngleUpIcon, null)), /*#__PURE__*/React.createElement(Button, {
276
+ tabIndex: -1,
275
277
  appearance: buttonAppearance,
276
278
  className: prefix('touchspin-down'),
277
279
  onClick: handleMinus,
@@ -1,3 +1,3 @@
1
1
  import Uploader from './Uploader';
2
- export type { UploaderProps } from './Uploader';
2
+ export type { UploaderProps, FileStatusType, FileType } from './Uploader';
3
3
  export default Uploader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsuite",
3
- "version": "5.6.5",
3
+ "version": "5.6.6",
4
4
  "description": "A suite of react components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",