@holper/react-native-holper-storybook 0.6.62 → 0.6.64

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.
@@ -89,6 +89,7 @@ Button.propTypes = {
89
89
  'dim',
90
90
  'light',
91
91
  'brightblue',
92
+ 'lightgreen',
92
93
  'inverted',
93
94
  'error',
94
95
  ]),
@@ -46,6 +46,11 @@ export default {
46
46
  backgroundColor: Colors.brightblue,
47
47
  shadowColor: Colors.brightblue,
48
48
  },
49
+ lightgreen: {
50
+ borderColor: Colors.lightgreen,
51
+ backgroundColor: Colors.lightgreen,
52
+ shadowColor: Colors.lightgreen,
53
+ },
49
54
  inverted: {
50
55
  borderColor: Colors.violet,
51
56
  backgroundColor: Colors.violet,
@@ -16,7 +16,7 @@ export const Colors = {
16
16
  mediumblue: '#F2F7FE',
17
17
  blue: '#2A539C',
18
18
  // Violet
19
- violet: '#31004a',
19
+ violet: '#300049',
20
20
  // Reds
21
21
  lightred: '#FFC1C1',
22
22
  red: '#FD4C4C',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "main": "lib/index.js",
3
3
  "name": "@holper/react-native-holper-storybook",
4
4
  "description": "A component library for Holper projects",
5
- "version": "0.6.62",
5
+ "version": "0.6.64",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "lib",