@hero-design/rn-work-uikit 1.6.0 → 1.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn-work-uikit",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -28,7 +28,6 @@ import type {
28
28
  TextInputProps,
29
29
  TextInputRef,
30
30
  } from './types';
31
- import Group from './Group';
32
31
 
33
32
  export type {
34
33
  TextInputHandles,
@@ -356,6 +355,4 @@ const TextInput = React.forwardRef<TextInputHandles, TextInputProps>(
356
355
 
357
356
  TextInput.displayName = 'TextInput';
358
357
 
359
- export default Object.assign(TextInput, {
360
- Group,
361
- });
358
+ export default TextInput;