ikualo-ui-kit-mobile 1.0.0 → 1.0.2

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": "ikualo-ui-kit-mobile",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",
@@ -2,7 +2,6 @@ import { Appearance } from 'react-native';
2
2
  import { DefaultTheme } from 'react-native-paper';
3
3
  const colors = {
4
4
  dark_home: '#120B25',
5
- dark_900: '#0F1223',
6
5
  dark_800: '#1D1F24',
7
6
 
8
7
  white_25: '#F8F9FF',
@@ -103,14 +102,18 @@ const colors = {
103
102
  background_freezed: '#C6E4FF',
104
103
  };
105
104
  const light = {
106
- background_app: colors.primary_25,
105
+ background_app: '#FAFAFF',
107
106
  background_focus: colors.primary_50,
108
107
  background_card: colors.white_25,
109
108
  background_dialog: 'rgba(0, 0, 0, 0.5)',
110
109
  background_tab: colors.gray_200,
111
110
  background_home: colors.dark_home,
111
+ background_mint: colors.mint_400,
112
+ background_pink: colors.pink_400,
113
+ background_orange: colors.orange_400,
114
+ background_purple: colors.tertiary_800,
112
115
 
113
- background_btn: colors.dark_900,
116
+ background_btn: colors.gray_900,
114
117
  background_btn_focus: colors.gray_800,
115
118
  background_btn_disabled: colors.gray_200,
116
119
  background_btn_small: colors.primary_50,
@@ -122,8 +125,8 @@ const light = {
122
125
 
123
126
  text_h: colors.gray_800,
124
127
  text_p: colors.gray_700,
125
- text_h_primary: colors.primary_300,
126
- text_h_secondary: colors.secondary_alte,
128
+ text_hight_primary: colors.primary_300,
129
+ text_high_secondary: colors.primary_500,
127
130
  text_disabled: colors.gray_500,
128
131
 
129
132
  text_btn: colors.gray_25,
@@ -141,12 +144,16 @@ const light = {
141
144
  border_btn_small: colors.freezed,
142
145
  };
143
146
  const dark = {
144
- background_app: colors.dark_900,
147
+ background_app: colors.gray_900,
145
148
  background_focus: colors.dark_800,
146
149
  background_card: colors.dark_800,
147
150
  background_dialog: 'rgba(227, 218, 218, 0.13)',
148
151
  background_tab: colors.dark_home,
149
- background_home: colors.dark_900,
152
+ background_home: colors.gray_900,
153
+ background_mint: '#1A362E',
154
+ background_pink: '#371634',
155
+ background_orange: '#906651',
156
+ background_purple: '#342360',
150
157
 
151
158
  background_btn: colors.primary_300,
152
159
  background_btn_focus: colors.primary_100,
@@ -160,8 +167,8 @@ const dark = {
160
167
 
161
168
  text_h: colors.gray_300,
162
169
  text_p: colors.gray_200,
163
- text_h_primary: colors.primary_200,
164
- text_h_secondary: colors.secondary_alte,
170
+ text_hight_primary: colors.primary_300,
171
+ text_high_secondary: colors.secondary_300,
165
172
  text_disabled: colors.gray_500,
166
173
 
167
174
  text_btn: colors.gray_800,
@@ -171,6 +178,7 @@ const dark = {
171
178
 
172
179
  icon: colors.primary_200,
173
180
  icon_disabled: colors.gray_500,
181
+ icon_green: colors.secondary_300,
174
182
 
175
183
  border: colors.gray_600,
176
184
  border_dark: colors.primary_300,