ikualo-ui-kit-mobile 2.0.11 → 2.0.12

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/app.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ikualo-app-2.0",
4
4
  "slug": "ikualo-app-20",
5
5
  "owner": "ikualo",
6
- "version": "2.0.11",
6
+ "version": "2.0.12",
7
7
  "orientation": "portrait",
8
8
  "icon": "./assets/icon.png",
9
9
  "userInterfaceStyle": "automatic",
@@ -121,12 +121,12 @@ const getStylesBtnLightSmall = (theme: ITheme) =>
121
121
  'btn-light-small': {
122
122
  borderWidth: 1,
123
123
  borderRadius: 36,
124
- maxWidth: 48,
125
- minWidth: 48,
126
- maxHeight: 48,
127
- minHeight: 48,
128
- width: 48,
129
- height: 48,
124
+ maxWidth: 50,
125
+ minWidth: 50,
126
+ maxHeight: 50,
127
+ minHeight: 50,
128
+ width: 50,
129
+ height: 50,
130
130
  position: 'relative',
131
131
  },
132
132
  'btn-light-small--primary': {
@@ -142,12 +142,12 @@ const getStylesBtnLightSmall = (theme: ITheme) =>
142
142
  'btn-light-small-content': {
143
143
  alignSelf: 'center',
144
144
  alignItems: 'center',
145
- maxWidth: 48,
146
- minWidth: 48,
147
- maxHeight: 48,
148
- minHeight: 48,
149
- width: 48,
150
- height: 48,
145
+ maxWidth: 50,
146
+ minWidth: 50,
147
+ maxHeight: 50,
148
+ minHeight: 50,
149
+ width: 50,
150
+ height: 50,
151
151
  },
152
152
  'btn-light-small-label': {
153
153
  fontSize: 24,
@@ -157,24 +157,24 @@ const getStylesBtnLightSmall = (theme: ITheme) =>
157
157
  borderColor: theme.colors.icon_disabled,
158
158
  borderRadius: 8,
159
159
  borderWidth: 1,
160
- maxWidth: 48,
161
- minWidth: 48,
162
- maxHeight: 48,
163
- minHeight: 48,
164
- width: 48,
165
- height: 48,
160
+ maxWidth: 50,
161
+ minWidth: 50,
162
+ maxHeight: 50,
163
+ minHeight: 50,
164
+ width: 50,
165
+ height: 50,
166
166
  },
167
167
  'btn-light-small--active': {
168
168
  backgroundColor: theme.colors.background_freezed,
169
169
  borderColor: theme.colors.freezed,
170
170
  borderRadius: 100,
171
171
  borderWidth: 1,
172
- maxWidth: 48,
173
- minWidth: 48,
174
- maxHeight: 48,
175
- minHeight: 48,
176
- width: 48,
177
- height: 48,
172
+ maxWidth: 50,
173
+ minWidth: 50,
174
+ maxHeight: 50,
175
+ minHeight: 50,
176
+ width: 50,
177
+ height: 50,
178
178
  },
179
179
  'btn-light-small-label--disabled': {
180
180
  color: theme.colors.icon_disabled,
@@ -227,8 +227,8 @@ const getStylesButtonActionCircle = (theme: ITheme) =>
227
227
  StyleSheet.create({
228
228
  'btn-container-item': {
229
229
  display: 'flex',
230
- width: 48,
231
- height: 48,
230
+ width: 50,
231
+ height: 50,
232
232
  justifyContent: 'center',
233
233
  borderRadius: 50,
234
234
  alignItems: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ikualo-ui-kit-mobile",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "main": "src/index.ts",
5
5
  "scripts": {
6
6
  "start": "expo start",