@umituz/react-native-design-system 1.5.38 → 1.5.39
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 +1 -1
- package/src/index.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.39",
|
|
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",
|
package/src/index.ts
CHANGED
|
@@ -145,7 +145,7 @@ export {
|
|
|
145
145
|
export {
|
|
146
146
|
AtomicIcon as Icon,
|
|
147
147
|
type AtomicIconProps as IconProps,
|
|
148
|
-
type
|
|
149
|
-
type
|
|
150
|
-
type
|
|
148
|
+
type IconSize,
|
|
149
|
+
type IconColor,
|
|
150
|
+
type IconName,
|
|
151
151
|
} from '@umituz/react-native-design-system-atoms';
|