@umituz/react-native-design-system 1.5.32 → 1.5.33

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": "@umituz/react-native-design-system",
3
- "version": "1.5.32",
3
+ "version": "1.5.33",
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": "./dist/index.d.ts",
@@ -205,7 +205,7 @@ export const AtomicDatePicker: React.FC<AtomicDatePickerProps> = ({
205
205
  accessibilityState={{ disabled }}
206
206
  >
207
207
  <AtomicIcon
208
- name="calendar"
208
+ name="Calendar"
209
209
  color={getIconColor()}
210
210
  size="md"
211
211
  />