@umituz/react-native-design-system 1.14.0 → 1.15.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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +18 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Universal design system for React Native apps - Domain-Driven Design architecture with Material Design 3 components",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -32,44 +32,36 @@ export {
32
32
  AtomicInput,
33
33
  AtomicCard,
34
34
  AtomicFab,
35
- AtomicSearchBar,
36
- AtomicSwitch,
37
- AtomicTextArea,
38
- AtomicImage,
39
- AtomicBadge,
40
- AtomicFormError,
41
35
  AtomicAvatar,
42
36
  AtomicChip,
43
- AtomicDivider,
44
37
  AtomicProgress,
45
- AtomicAvatarGroup,
46
- AtomicFilter,
47
- AtomicTouchable,
48
- AtomicNumberInput,
49
38
  AtomicPicker,
50
39
  AtomicDatePicker,
51
- AtomicSort,
52
40
  type IconName,
53
- type AtomicSwitchProps,
54
- type AtomicTextAreaProps,
55
- type AtomicImageProps,
56
- type AtomicBadgeProps,
57
- type AtomicFormErrorProps,
41
+ type IconSize,
42
+ type IconColor,
43
+ type AtomicTextProps,
44
+ type AtomicIconProps,
45
+ type AtomicButtonProps,
46
+ type ButtonVariant,
47
+ type ButtonSize,
48
+ type AtomicInputProps,
49
+ type AtomicInputVariant,
50
+ type AtomicInputState,
51
+ type AtomicInputSize,
52
+ type AtomicCardProps,
53
+ type AtomicCardVariant,
54
+ type AtomicCardPadding,
55
+ type AtomicFabProps,
56
+ type FabSize,
57
+ type FabVariant,
58
58
  type AtomicAvatarProps,
59
59
  type AtomicChipProps,
60
- type AtomicDividerProps,
61
60
  type AtomicProgressProps,
62
- type AtomicAvatarGroupProps,
63
- type AtomicFilterProps,
64
- type FilterOption,
65
- type AtomicTouchableProps,
66
- type AtomicNumberInputProps,
67
61
  type AtomicPickerProps,
68
62
  type PickerOption,
63
+ type PickerSize,
69
64
  type AtomicDatePickerProps,
70
- type AtomicSortProps,
71
- type SortOption,
72
- type SortDirection,
73
65
  } from '@umituz/react-native-design-system-atoms';
74
66
 
75
67
  export {