@holper/react-native-holper-storybook 0.6.92 → 0.6.93

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.
@@ -84,14 +84,17 @@ Button.propTypes = {
84
84
  bordered: PropTypes.bool,
85
85
  noShadow: PropTypes.bool,
86
86
  variant: PropTypes.oneOf([
87
- 'primary',
88
- 'secondary',
87
+ 'brightblue',
88
+ 'brightviolet',
89
+ 'darkyellow',
89
90
  'dim',
91
+ 'electricblue',
92
+ 'error',
93
+ 'inverted',
90
94
  'light',
91
- 'brightblue',
92
95
  'lightgreen',
93
- 'inverted',
94
- 'error',
96
+ 'primary',
97
+ 'secondary',
95
98
  ]),
96
99
  size: PropTypes.oneOf(['tiny', 'small', 'medium', 'fit', 'icon']),
97
100
  style: ViewPropTypes.style,
@@ -56,6 +56,21 @@ export default {
56
56
  backgroundColor: Colors.violet,
57
57
  shadowColor: Colors.violet,
58
58
  },
59
+ darkyellow: {
60
+ borderColor: Colors.darkyellow,
61
+ backgroundColor: Colors.darkyellow,
62
+ shadowColor: Colors.darkyellow,
63
+ },
64
+ brightviolet: {
65
+ borderColor: Colors.brightviolet,
66
+ backgroundColor: Colors.brightviolet,
67
+ shadowColor: Colors.brightviolet,
68
+ },
69
+ electricblue: {
70
+ borderColor: Colors.electricblue,
71
+ backgroundColor: Colors.electricblue,
72
+ shadowColor: Colors.electricblue,
73
+ },
59
74
  error: {
60
75
  borderColor: Colors.red,
61
76
  backgroundColor: Colors.red,
@@ -43,11 +43,16 @@ Text.defaultProps = {
43
43
  Text.propTypes = {
44
44
  color: PropTypes.oneOf([
45
45
  'brightblue',
46
+ 'brightviolet',
46
47
  'dark',
48
+ 'darkyellow',
49
+ 'electricblue',
47
50
  'gold',
48
51
  'green',
49
52
  'light',
50
53
  'lighter',
54
+ 'lightgold',
55
+ 'midgreen',
51
56
  'red',
52
57
  'violet',
53
58
  'white',
@@ -29,9 +29,24 @@ export default {
29
29
  brightblue: {
30
30
  color: Colors.brightblue,
31
31
  },
32
+ lightgold: {
33
+ color: Colors.lightgold,
34
+ },
35
+ darkyellow: {
36
+ color: Colors.darkyellow,
37
+ },
32
38
  gold: {
33
39
  color: Colors.gold,
34
40
  },
41
+ brightviolet: {
42
+ color: Colors.brightviolet,
43
+ },
44
+ electricblue: {
45
+ color: Colors.electricblue,
46
+ },
47
+ midgreen: {
48
+ color: Colors.midgreen,
49
+ },
35
50
  // variants
36
51
  lowercase: {
37
52
  textTransform: 'lowercase',
@@ -32,7 +32,7 @@ export const Colors = {
32
32
  // Yellow
33
33
  lightyellow: '#FBFDE9',
34
34
  yellow: '#FDD100',
35
- darkyellow: ' #FFBB87',
35
+ darkyellow: '#FFBB87',
36
36
  lightgold: '#ECDFAA',
37
37
  gold: '#D4AF37',
38
38
  };
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.92",
5
+ "version": "0.6.93",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "lib",