@umituz/react-native-design-system 1.7.3 → 1.8.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 +1 -1
- package/src/index.ts +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
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
|
@@ -122,12 +122,9 @@ export {
|
|
|
122
122
|
SkeletonLoader,
|
|
123
123
|
useLoading,
|
|
124
124
|
useSimpleLoading,
|
|
125
|
-
LOADING_EMOJIS,
|
|
126
125
|
SIZE_CONFIGS,
|
|
127
|
-
ANIMATION_CONFIGS,
|
|
128
126
|
SKELETON_PATTERNS,
|
|
129
|
-
|
|
130
|
-
LOADING_CONSTANTS,
|
|
127
|
+
DEFAULT_LOADING_EMOJI,
|
|
131
128
|
} from '@umituz/react-native-loading';
|
|
132
129
|
|
|
133
130
|
// =============================================================================
|