@momo-kits/stepper 0.0.36-beta → 0.0.41-beta

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/Stepper.js CHANGED
@@ -3,7 +3,9 @@ import {
3
3
  View, StyleSheet
4
4
  } from 'react-native';
5
5
  import PropTypes from 'prop-types';
6
- import { Text, Colors, Image, TouchableOpacity } from '@momo-kits/core';
6
+ import {
7
+ Text, Colors, Image, TouchableOpacity
8
+ } from '@momo-kits/core';
7
9
 
8
10
  const minus = 'https://img.mservice.io/momo_app_v2/new_version/img/appx_icon/24_navigation_minus_circle.png';
9
11
  const plus = 'https://img.mservice.io/momo_app_v2/new_version/img/appx_icon/24_navigation_plus_circle.png';
package/Stepper.web.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  View, StyleSheet, TouchableOpacity, Image
4
4
  } from 'react-native';
5
5
  import PropTypes from 'prop-types';
6
- import Text from '../typography';
7
- import Colors from '../../colors';
8
- import ValueUtil from '../../utils/ValueUtil';
6
+ import Text from '../../core/components/typography';
7
+ import Colors from '../../core/colors';
8
+ import ValueUtil from '../../core/utils/ValueUtil';
9
9
 
10
10
  const minus = 'https://img.mservice.io/momo_app_v2/new_version/img/appx_icon/24_navigation_minus_circle.png';
11
11
  const plus = 'https://img.mservice.io/momo_app_v2/new_version/img/appx_icon/24_navigation_plus_circle.png';
@@ -229,4 +229,4 @@ Quantity.defaultProps = {
229
229
  isSingle: false,
230
230
  size: 'medium',
231
231
  tintColor: Colors.pink_05_b,
232
- };
232
+ };
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import Stepper from './Stepper';
2
2
 
3
- export default Stepper;
3
+ export default Stepper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/stepper",
3
- "version": "0.0.36-beta",
3
+ "version": "0.0.41-beta",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {},