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 +1 -1
- package/assets/styles/elements/buttons.ts +26 -26
- package/package.json +1 -1
package/app.json
CHANGED
|
@@ -121,12 +121,12 @@ const getStylesBtnLightSmall = (theme: ITheme) =>
|
|
|
121
121
|
'btn-light-small': {
|
|
122
122
|
borderWidth: 1,
|
|
123
123
|
borderRadius: 36,
|
|
124
|
-
maxWidth:
|
|
125
|
-
minWidth:
|
|
126
|
-
maxHeight:
|
|
127
|
-
minHeight:
|
|
128
|
-
width:
|
|
129
|
-
height:
|
|
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:
|
|
146
|
-
minWidth:
|
|
147
|
-
maxHeight:
|
|
148
|
-
minHeight:
|
|
149
|
-
width:
|
|
150
|
-
height:
|
|
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:
|
|
161
|
-
minWidth:
|
|
162
|
-
maxHeight:
|
|
163
|
-
minHeight:
|
|
164
|
-
width:
|
|
165
|
-
height:
|
|
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:
|
|
173
|
-
minWidth:
|
|
174
|
-
maxHeight:
|
|
175
|
-
minHeight:
|
|
176
|
-
width:
|
|
177
|
-
height:
|
|
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:
|
|
231
|
-
height:
|
|
230
|
+
width: 50,
|
|
231
|
+
height: 50,
|
|
232
232
|
justifyContent: 'center',
|
|
233
233
|
borderRadius: 50,
|
|
234
234
|
alignItems: 'center',
|