@momo-kits/calendar 0.0.55-beta.9 → 0.0.56-alpha.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/calendar",
3
- "version": "0.0.55-beta.9",
3
+ "version": "0.0.56-alpha.1",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "react-native": ">=0.55",
14
14
  "prop-types": "^15.7.2",
15
15
  "@momo-kits/core": ">=0.0.5-beta",
16
- "@momo-kits/v2-core": "^0.0.51-beta.5"
16
+ "@momo-kits/v2-core": ">=0.0.5-beta"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "license": "MoMo"
@@ -398,7 +398,7 @@ const styles = StyleSheet.create({
398
398
  borderTopWidth: 1,
399
399
  paddingTop: Spacing.M,
400
400
  borderStyle: 'solid',
401
- borderColor: '#c7c7cd',
401
+ borderColor: Colors.black_04,
402
402
  },
403
403
  viewDate: {},
404
404
  textDay: {
package/src/Day/index.js CHANGED
@@ -5,7 +5,6 @@ import { View, TouchableHighlight } from 'react-native';
5
5
  import { Spacing, SwitchLanguage } from '@momo-kits/core';
6
6
  import { Colors, Text } from '@momo-kits/v2-core';
7
7
  import style from './style';
8
- import styles from '../../../../core/components/modalize/styles';
9
8
 
10
9
  class Day extends Component {
11
10
  constructor(props) {