@pagopa/io-app-design-system 1.43.0 → 1.45.0

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.
Files changed (110) hide show
  1. package/lib/commonjs/components/badge/Badge.js +4 -0
  2. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  3. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +8 -0
  4. package/lib/commonjs/components/codeInput/CodeInput.js +6 -8
  5. package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -1
  6. package/lib/commonjs/components/layout/HeaderSecondLevel.js +10 -6
  7. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  8. package/lib/commonjs/components/listitems/ListItemInfo.js +5 -7
  9. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  10. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +0 -4
  11. package/lib/commonjs/components/modules/ModuleAttachment.js +17 -17
  12. package/lib/commonjs/components/modules/ModuleAttachment.js.map +1 -1
  13. package/lib/commonjs/components/modules/ModuleCheckout.js +35 -28
  14. package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -1
  15. package/lib/commonjs/components/modules/ModuleCredential.js +28 -22
  16. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  17. package/lib/commonjs/components/modules/ModuleNavigation.js +30 -23
  18. package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
  19. package/lib/commonjs/components/modules/ModulePaymentNotice.js +17 -20
  20. package/lib/commonjs/components/modules/ModulePaymentNotice.js.map +1 -1
  21. package/lib/commonjs/components/modules/ModuleStatic.js +9 -2
  22. package/lib/commonjs/components/modules/ModuleStatic.js.map +1 -1
  23. package/lib/commonjs/components/numberpad/NumberPad.js +7 -8
  24. package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
  25. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +976 -987
  26. package/lib/commonjs/components/stack/Stack.js +4 -4
  27. package/lib/commonjs/components/stack/Stack.js.map +1 -1
  28. package/lib/commonjs/components/textInput/TextInputBase.js +2 -1
  29. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  30. package/lib/commonjs/components/textInput/TextInputValidation.js +20 -8
  31. package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
  32. package/lib/commonjs/components/toast/ToastProvider.js +7 -7
  33. package/lib/commonjs/components/toast/ToastProvider.js.map +1 -1
  34. package/lib/commonjs/core/IOAnimations.js +5 -0
  35. package/lib/commonjs/core/IOAnimations.js.map +1 -1
  36. package/lib/module/components/badge/Badge.js +4 -0
  37. package/lib/module/components/badge/Badge.js.map +1 -1
  38. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +8 -0
  39. package/lib/module/components/codeInput/CodeInput.js +6 -8
  40. package/lib/module/components/codeInput/CodeInput.js.map +1 -1
  41. package/lib/module/components/layout/HeaderSecondLevel.js +13 -8
  42. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  43. package/lib/module/components/listitems/ListItemInfo.js +6 -8
  44. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  45. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +0 -4
  46. package/lib/module/components/modules/ModuleAttachment.js +17 -17
  47. package/lib/module/components/modules/ModuleAttachment.js.map +1 -1
  48. package/lib/module/components/modules/ModuleCheckout.js +35 -28
  49. package/lib/module/components/modules/ModuleCheckout.js.map +1 -1
  50. package/lib/module/components/modules/ModuleCredential.js +28 -22
  51. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  52. package/lib/module/components/modules/ModuleNavigation.js +30 -23
  53. package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
  54. package/lib/module/components/modules/ModulePaymentNotice.js +18 -21
  55. package/lib/module/components/modules/ModulePaymentNotice.js.map +1 -1
  56. package/lib/module/components/modules/ModuleStatic.js +9 -2
  57. package/lib/module/components/modules/ModuleStatic.js.map +1 -1
  58. package/lib/module/components/numberpad/NumberPad.js +8 -9
  59. package/lib/module/components/numberpad/NumberPad.js.map +1 -1
  60. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +976 -987
  61. package/lib/module/components/stack/Stack.js +4 -4
  62. package/lib/module/components/stack/Stack.js.map +1 -1
  63. package/lib/module/components/textInput/TextInputBase.js +2 -1
  64. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  65. package/lib/module/components/textInput/TextInputValidation.js +20 -8
  66. package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
  67. package/lib/module/components/toast/ToastProvider.js +7 -7
  68. package/lib/module/components/toast/ToastProvider.js.map +1 -1
  69. package/lib/module/core/IOAnimations.js +5 -0
  70. package/lib/module/core/IOAnimations.js.map +1 -1
  71. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  72. package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -1
  73. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts +11 -4
  74. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  75. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  76. package/lib/typescript/components/modules/ModuleAttachment.d.ts.map +1 -1
  77. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  78. package/lib/typescript/components/modules/ModuleNavigation.d.ts.map +1 -1
  79. package/lib/typescript/components/modules/ModulePaymentNotice.d.ts.map +1 -1
  80. package/lib/typescript/components/modules/ModuleStatic.d.ts.map +1 -1
  81. package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
  82. package/lib/typescript/components/stack/Stack.d.ts +4 -3
  83. package/lib/typescript/components/stack/Stack.d.ts.map +1 -1
  84. package/lib/typescript/components/textInput/TextInputBase.d.ts +2 -1
  85. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  86. package/lib/typescript/components/textInput/TextInputValidation.d.ts +13 -1
  87. package/lib/typescript/components/textInput/TextInputValidation.d.ts.map +1 -1
  88. package/lib/typescript/components/toast/ToastProvider.d.ts.map +1 -1
  89. package/lib/typescript/core/IOAnimations.d.ts +5 -0
  90. package/lib/typescript/core/IOAnimations.d.ts.map +1 -1
  91. package/package.json +1 -1
  92. package/src/components/badge/Badge.tsx +4 -0
  93. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +8 -0
  94. package/src/components/codeInput/CodeInput.tsx +8 -16
  95. package/src/components/layout/HeaderSecondLevel.tsx +51 -8
  96. package/src/components/listitems/ListItemInfo.tsx +8 -16
  97. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +0 -4
  98. package/src/components/modules/ModuleAttachment.tsx +14 -15
  99. package/src/components/modules/ModuleCheckout.tsx +34 -46
  100. package/src/components/modules/ModuleCredential.tsx +36 -32
  101. package/src/components/modules/ModuleNavigation.tsx +45 -32
  102. package/src/components/modules/ModulePaymentNotice.tsx +14 -24
  103. package/src/components/modules/ModuleStatic.tsx +6 -3
  104. package/src/components/numberpad/NumberPad.tsx +20 -18
  105. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +976 -987
  106. package/src/components/stack/Stack.tsx +10 -5
  107. package/src/components/textInput/TextInputBase.tsx +3 -1
  108. package/src/components/textInput/TextInputValidation.tsx +37 -11
  109. package/src/components/toast/ToastProvider.tsx +8 -7
  110. package/src/core/IOAnimations.ts +5 -0
@@ -10,931 +10,795 @@ exports[`NumberPad Should match the snapshot 1`] = `
10
10
  >
11
11
  <View
12
12
  style={
13
- [
14
- {
15
- "flexDirection": "row",
16
- "justifyContent": "space-between",
17
- },
18
- {
19
- "alignItems": "center",
20
- "flexGrow": 1,
21
- "justifyContent": "space-between",
22
- },
23
- ]
13
+ {
14
+ "display": "flex",
15
+ "flexDirection": "column",
16
+ "rowGap": 16,
17
+ }
24
18
  }
25
19
  >
26
20
  <View
27
- accessibilityRole="button"
28
- accessibilityState={
29
- {
30
- "busy": undefined,
31
- "checked": undefined,
32
- "disabled": undefined,
33
- "expanded": undefined,
34
- "selected": undefined,
35
- }
36
- }
37
- accessibilityValue={
38
- {
39
- "max": undefined,
40
- "min": undefined,
41
- "now": undefined,
42
- "text": undefined,
43
- }
21
+ style={
22
+ [
23
+ {
24
+ "flexDirection": "row",
25
+ "justifyContent": "space-between",
26
+ },
27
+ {
28
+ "alignItems": "center",
29
+ "flexGrow": 1,
30
+ "justifyContent": "space-between",
31
+ },
32
+ ]
44
33
  }
45
- accessible={true}
46
- collapsable={false}
47
- focusable={true}
48
- onBlur={[Function]}
49
- onClick={[Function]}
50
- onFocus={[Function]}
51
- onResponderGrant={[Function]}
52
- onResponderMove={[Function]}
53
- onResponderRelease={[Function]}
54
- onResponderTerminate={[Function]}
55
- onResponderTerminationRequest={[Function]}
56
- onStartShouldSetResponder={[Function]}
57
34
  >
58
35
  <View
59
- style={
60
- [
61
- {
62
- "alignItems": "center",
63
- "justifyContent": "center",
64
- },
65
- {
66
- "borderRadius": 100,
67
- },
68
- {
69
- "height": 56,
70
- "width": 56,
71
- },
72
- {
73
- "backgroundColor": undefined,
74
- "transform": [
75
- {
76
- "scale": undefined,
77
- },
78
- ],
79
- },
80
- ]
36
+ accessibilityRole="button"
37
+ accessibilityState={
38
+ {
39
+ "busy": undefined,
40
+ "checked": undefined,
41
+ "disabled": undefined,
42
+ "expanded": undefined,
43
+ "selected": undefined,
44
+ }
81
45
  }
82
- >
83
- <Text
84
- allowFontScaling={false}
85
- color="white"
86
- defaultColor="bluegreyDark"
87
- defaultWeight="Semibold"
88
- dynamicTypeRamp="title2"
89
- font="TitilliumSansPro"
90
- fontStyle={
91
- {
92
- "fontSize": 22,
93
- "lineHeight": 33,
94
- }
46
+ accessibilityValue={
47
+ {
48
+ "max": undefined,
49
+ "min": undefined,
50
+ "now": undefined,
51
+ "text": undefined,
95
52
  }
96
- maxFontSizeMultiplier={1.25}
53
+ }
54
+ accessible={true}
55
+ collapsable={false}
56
+ focusable={true}
57
+ onBlur={[Function]}
58
+ onClick={[Function]}
59
+ onFocus={[Function]}
60
+ onResponderGrant={[Function]}
61
+ onResponderMove={[Function]}
62
+ onResponderRelease={[Function]}
63
+ onResponderTerminate={[Function]}
64
+ onResponderTerminationRequest={[Function]}
65
+ onStartShouldSetResponder={[Function]}
66
+ >
67
+ <View
97
68
  style={
98
69
  [
99
70
  {
100
- "fontSize": 22,
101
- "lineHeight": 33,
71
+ "alignItems": "center",
72
+ "justifyContent": "center",
73
+ },
74
+ {
75
+ "borderRadius": 100,
102
76
  },
103
77
  {
104
- "color": "#FFFFFF",
105
- "fontFamily": "Titillium Sans Pro",
106
- "fontStyle": "normal",
107
- "fontWeight": "600",
78
+ "height": 56,
79
+ "width": 56,
80
+ },
81
+ {
82
+ "backgroundColor": undefined,
83
+ "transform": [
84
+ {
85
+ "scale": undefined,
86
+ },
87
+ ],
108
88
  },
109
89
  ]
110
90
  }
111
- weight="Semibold"
112
91
  >
113
- 1
114
- </Text>
115
- </View>
116
- </View>
117
- <View
118
- accessibilityRole="button"
119
- accessibilityState={
120
- {
121
- "busy": undefined,
122
- "checked": undefined,
123
- "disabled": undefined,
124
- "expanded": undefined,
125
- "selected": undefined,
126
- }
127
- }
128
- accessibilityValue={
129
- {
130
- "max": undefined,
131
- "min": undefined,
132
- "now": undefined,
133
- "text": undefined,
134
- }
135
- }
136
- accessible={true}
137
- collapsable={false}
138
- focusable={true}
139
- onBlur={[Function]}
140
- onClick={[Function]}
141
- onFocus={[Function]}
142
- onResponderGrant={[Function]}
143
- onResponderMove={[Function]}
144
- onResponderRelease={[Function]}
145
- onResponderTerminate={[Function]}
146
- onResponderTerminationRequest={[Function]}
147
- onStartShouldSetResponder={[Function]}
148
- >
149
- <View
150
- style={
151
- [
152
- {
153
- "alignItems": "center",
154
- "justifyContent": "center",
155
- },
156
- {
157
- "borderRadius": 100,
158
- },
159
- {
160
- "height": 56,
161
- "width": 56,
162
- },
163
- {
164
- "backgroundColor": undefined,
165
- "transform": [
92
+ <Text
93
+ allowFontScaling={false}
94
+ color="white"
95
+ defaultColor="bluegreyDark"
96
+ defaultWeight="Semibold"
97
+ dynamicTypeRamp="title2"
98
+ font="TitilliumSansPro"
99
+ fontStyle={
100
+ {
101
+ "fontSize": 22,
102
+ "lineHeight": 33,
103
+ }
104
+ }
105
+ maxFontSizeMultiplier={1.25}
106
+ style={
107
+ [
166
108
  {
167
- "scale": undefined,
109
+ "fontSize": 22,
110
+ "lineHeight": 33,
168
111
  },
169
- ],
170
- },
171
- ]
172
- }
173
- >
174
- <Text
175
- allowFontScaling={false}
176
- color="white"
177
- defaultColor="bluegreyDark"
178
- defaultWeight="Semibold"
179
- dynamicTypeRamp="title2"
180
- font="TitilliumSansPro"
181
- fontStyle={
182
- {
183
- "fontSize": 22,
184
- "lineHeight": 33,
112
+ {
113
+ "color": "#FFFFFF",
114
+ "fontFamily": "Titillium Sans Pro",
115
+ "fontStyle": "normal",
116
+ "fontWeight": "600",
117
+ },
118
+ ]
185
119
  }
120
+ weight="Semibold"
121
+ >
122
+ 1
123
+ </Text>
124
+ </View>
125
+ </View>
126
+ <View
127
+ accessibilityRole="button"
128
+ accessibilityState={
129
+ {
130
+ "busy": undefined,
131
+ "checked": undefined,
132
+ "disabled": undefined,
133
+ "expanded": undefined,
134
+ "selected": undefined,
135
+ }
136
+ }
137
+ accessibilityValue={
138
+ {
139
+ "max": undefined,
140
+ "min": undefined,
141
+ "now": undefined,
142
+ "text": undefined,
186
143
  }
187
- maxFontSizeMultiplier={1.25}
144
+ }
145
+ accessible={true}
146
+ collapsable={false}
147
+ focusable={true}
148
+ onBlur={[Function]}
149
+ onClick={[Function]}
150
+ onFocus={[Function]}
151
+ onResponderGrant={[Function]}
152
+ onResponderMove={[Function]}
153
+ onResponderRelease={[Function]}
154
+ onResponderTerminate={[Function]}
155
+ onResponderTerminationRequest={[Function]}
156
+ onStartShouldSetResponder={[Function]}
157
+ >
158
+ <View
188
159
  style={
189
160
  [
190
161
  {
191
- "fontSize": 22,
192
- "lineHeight": 33,
162
+ "alignItems": "center",
163
+ "justifyContent": "center",
164
+ },
165
+ {
166
+ "borderRadius": 100,
167
+ },
168
+ {
169
+ "height": 56,
170
+ "width": 56,
193
171
  },
194
172
  {
195
- "color": "#FFFFFF",
196
- "fontFamily": "Titillium Sans Pro",
197
- "fontStyle": "normal",
198
- "fontWeight": "600",
173
+ "backgroundColor": undefined,
174
+ "transform": [
175
+ {
176
+ "scale": undefined,
177
+ },
178
+ ],
199
179
  },
200
180
  ]
201
181
  }
202
- weight="Semibold"
203
182
  >
204
- 2
205
- </Text>
206
- </View>
207
- </View>
208
- <View
209
- accessibilityRole="button"
210
- accessibilityState={
211
- {
212
- "busy": undefined,
213
- "checked": undefined,
214
- "disabled": undefined,
215
- "expanded": undefined,
216
- "selected": undefined,
217
- }
218
- }
219
- accessibilityValue={
220
- {
221
- "max": undefined,
222
- "min": undefined,
223
- "now": undefined,
224
- "text": undefined,
225
- }
226
- }
227
- accessible={true}
228
- collapsable={false}
229
- focusable={true}
230
- onBlur={[Function]}
231
- onClick={[Function]}
232
- onFocus={[Function]}
233
- onResponderGrant={[Function]}
234
- onResponderMove={[Function]}
235
- onResponderRelease={[Function]}
236
- onResponderTerminate={[Function]}
237
- onResponderTerminationRequest={[Function]}
238
- onStartShouldSetResponder={[Function]}
239
- >
240
- <View
241
- style={
242
- [
243
- {
244
- "alignItems": "center",
245
- "justifyContent": "center",
246
- },
247
- {
248
- "borderRadius": 100,
249
- },
250
- {
251
- "height": 56,
252
- "width": 56,
253
- },
254
- {
255
- "backgroundColor": undefined,
256
- "transform": [
183
+ <Text
184
+ allowFontScaling={false}
185
+ color="white"
186
+ defaultColor="bluegreyDark"
187
+ defaultWeight="Semibold"
188
+ dynamicTypeRamp="title2"
189
+ font="TitilliumSansPro"
190
+ fontStyle={
191
+ {
192
+ "fontSize": 22,
193
+ "lineHeight": 33,
194
+ }
195
+ }
196
+ maxFontSizeMultiplier={1.25}
197
+ style={
198
+ [
257
199
  {
258
- "scale": undefined,
200
+ "fontSize": 22,
201
+ "lineHeight": 33,
259
202
  },
260
- ],
261
- },
262
- ]
263
- }
264
- >
265
- <Text
266
- allowFontScaling={false}
267
- color="white"
268
- defaultColor="bluegreyDark"
269
- defaultWeight="Semibold"
270
- dynamicTypeRamp="title2"
271
- font="TitilliumSansPro"
272
- fontStyle={
273
- {
274
- "fontSize": 22,
275
- "lineHeight": 33,
203
+ {
204
+ "color": "#FFFFFF",
205
+ "fontFamily": "Titillium Sans Pro",
206
+ "fontStyle": "normal",
207
+ "fontWeight": "600",
208
+ },
209
+ ]
276
210
  }
211
+ weight="Semibold"
212
+ >
213
+ 2
214
+ </Text>
215
+ </View>
216
+ </View>
217
+ <View
218
+ accessibilityRole="button"
219
+ accessibilityState={
220
+ {
221
+ "busy": undefined,
222
+ "checked": undefined,
223
+ "disabled": undefined,
224
+ "expanded": undefined,
225
+ "selected": undefined,
226
+ }
227
+ }
228
+ accessibilityValue={
229
+ {
230
+ "max": undefined,
231
+ "min": undefined,
232
+ "now": undefined,
233
+ "text": undefined,
277
234
  }
278
- maxFontSizeMultiplier={1.25}
235
+ }
236
+ accessible={true}
237
+ collapsable={false}
238
+ focusable={true}
239
+ onBlur={[Function]}
240
+ onClick={[Function]}
241
+ onFocus={[Function]}
242
+ onResponderGrant={[Function]}
243
+ onResponderMove={[Function]}
244
+ onResponderRelease={[Function]}
245
+ onResponderTerminate={[Function]}
246
+ onResponderTerminationRequest={[Function]}
247
+ onStartShouldSetResponder={[Function]}
248
+ >
249
+ <View
279
250
  style={
280
251
  [
281
252
  {
282
- "fontSize": 22,
283
- "lineHeight": 33,
253
+ "alignItems": "center",
254
+ "justifyContent": "center",
255
+ },
256
+ {
257
+ "borderRadius": 100,
258
+ },
259
+ {
260
+ "height": 56,
261
+ "width": 56,
284
262
  },
285
263
  {
286
- "color": "#FFFFFF",
287
- "fontFamily": "Titillium Sans Pro",
288
- "fontStyle": "normal",
289
- "fontWeight": "600",
264
+ "backgroundColor": undefined,
265
+ "transform": [
266
+ {
267
+ "scale": undefined,
268
+ },
269
+ ],
290
270
  },
291
271
  ]
292
272
  }
293
- weight="Semibold"
294
273
  >
295
- 3
296
- </Text>
297
- </View>
298
- </View>
299
- </View>
300
- <View
301
- style={
302
- {
303
- "height": 16,
304
- }
305
- }
306
- />
307
- <View
308
- style={
309
- [
310
- {
311
- "flexDirection": "row",
312
- "justifyContent": "space-between",
313
- },
314
- {
315
- "alignItems": "center",
316
- "flexGrow": 1,
317
- "justifyContent": "space-between",
318
- },
319
- ]
320
- }
321
- >
274
+ <Text
275
+ allowFontScaling={false}
276
+ color="white"
277
+ defaultColor="bluegreyDark"
278
+ defaultWeight="Semibold"
279
+ dynamicTypeRamp="title2"
280
+ font="TitilliumSansPro"
281
+ fontStyle={
282
+ {
283
+ "fontSize": 22,
284
+ "lineHeight": 33,
285
+ }
286
+ }
287
+ maxFontSizeMultiplier={1.25}
288
+ style={
289
+ [
290
+ {
291
+ "fontSize": 22,
292
+ "lineHeight": 33,
293
+ },
294
+ {
295
+ "color": "#FFFFFF",
296
+ "fontFamily": "Titillium Sans Pro",
297
+ "fontStyle": "normal",
298
+ "fontWeight": "600",
299
+ },
300
+ ]
301
+ }
302
+ weight="Semibold"
303
+ >
304
+ 3
305
+ </Text>
306
+ </View>
307
+ </View>
308
+ </View>
322
309
  <View
323
- accessibilityRole="button"
324
- accessibilityState={
325
- {
326
- "busy": undefined,
327
- "checked": undefined,
328
- "disabled": undefined,
329
- "expanded": undefined,
330
- "selected": undefined,
331
- }
332
- }
333
- accessibilityValue={
334
- {
335
- "max": undefined,
336
- "min": undefined,
337
- "now": undefined,
338
- "text": undefined,
339
- }
310
+ style={
311
+ [
312
+ {
313
+ "flexDirection": "row",
314
+ "justifyContent": "space-between",
315
+ },
316
+ {
317
+ "alignItems": "center",
318
+ "flexGrow": 1,
319
+ "justifyContent": "space-between",
320
+ },
321
+ ]
340
322
  }
341
- accessible={true}
342
- collapsable={false}
343
- focusable={true}
344
- onBlur={[Function]}
345
- onClick={[Function]}
346
- onFocus={[Function]}
347
- onResponderGrant={[Function]}
348
- onResponderMove={[Function]}
349
- onResponderRelease={[Function]}
350
- onResponderTerminate={[Function]}
351
- onResponderTerminationRequest={[Function]}
352
- onStartShouldSetResponder={[Function]}
353
323
  >
354
324
  <View
355
- style={
356
- [
357
- {
358
- "alignItems": "center",
359
- "justifyContent": "center",
360
- },
361
- {
362
- "borderRadius": 100,
363
- },
364
- {
365
- "height": 56,
366
- "width": 56,
367
- },
368
- {
369
- "backgroundColor": undefined,
370
- "transform": [
371
- {
372
- "scale": undefined,
373
- },
374
- ],
375
- },
376
- ]
325
+ accessibilityRole="button"
326
+ accessibilityState={
327
+ {
328
+ "busy": undefined,
329
+ "checked": undefined,
330
+ "disabled": undefined,
331
+ "expanded": undefined,
332
+ "selected": undefined,
333
+ }
377
334
  }
378
- >
379
- <Text
380
- allowFontScaling={false}
381
- color="white"
382
- defaultColor="bluegreyDark"
383
- defaultWeight="Semibold"
384
- dynamicTypeRamp="title2"
385
- font="TitilliumSansPro"
386
- fontStyle={
387
- {
388
- "fontSize": 22,
389
- "lineHeight": 33,
390
- }
335
+ accessibilityValue={
336
+ {
337
+ "max": undefined,
338
+ "min": undefined,
339
+ "now": undefined,
340
+ "text": undefined,
391
341
  }
392
- maxFontSizeMultiplier={1.25}
342
+ }
343
+ accessible={true}
344
+ collapsable={false}
345
+ focusable={true}
346
+ onBlur={[Function]}
347
+ onClick={[Function]}
348
+ onFocus={[Function]}
349
+ onResponderGrant={[Function]}
350
+ onResponderMove={[Function]}
351
+ onResponderRelease={[Function]}
352
+ onResponderTerminate={[Function]}
353
+ onResponderTerminationRequest={[Function]}
354
+ onStartShouldSetResponder={[Function]}
355
+ >
356
+ <View
393
357
  style={
394
358
  [
395
359
  {
396
- "fontSize": 22,
397
- "lineHeight": 33,
360
+ "alignItems": "center",
361
+ "justifyContent": "center",
398
362
  },
399
363
  {
400
- "color": "#FFFFFF",
401
- "fontFamily": "Titillium Sans Pro",
402
- "fontStyle": "normal",
403
- "fontWeight": "600",
364
+ "borderRadius": 100,
365
+ },
366
+ {
367
+ "height": 56,
368
+ "width": 56,
369
+ },
370
+ {
371
+ "backgroundColor": undefined,
372
+ "transform": [
373
+ {
374
+ "scale": undefined,
375
+ },
376
+ ],
404
377
  },
405
378
  ]
406
379
  }
407
- weight="Semibold"
408
380
  >
409
- 4
410
- </Text>
411
- </View>
412
- </View>
413
- <View
414
- accessibilityRole="button"
415
- accessibilityState={
416
- {
417
- "busy": undefined,
418
- "checked": undefined,
419
- "disabled": undefined,
420
- "expanded": undefined,
421
- "selected": undefined,
422
- }
423
- }
424
- accessibilityValue={
425
- {
426
- "max": undefined,
427
- "min": undefined,
428
- "now": undefined,
429
- "text": undefined,
430
- }
431
- }
432
- accessible={true}
433
- collapsable={false}
434
- focusable={true}
435
- onBlur={[Function]}
436
- onClick={[Function]}
437
- onFocus={[Function]}
438
- onResponderGrant={[Function]}
439
- onResponderMove={[Function]}
440
- onResponderRelease={[Function]}
441
- onResponderTerminate={[Function]}
442
- onResponderTerminationRequest={[Function]}
443
- onStartShouldSetResponder={[Function]}
444
- >
445
- <View
446
- style={
447
- [
448
- {
449
- "alignItems": "center",
450
- "justifyContent": "center",
451
- },
452
- {
453
- "borderRadius": 100,
454
- },
455
- {
456
- "height": 56,
457
- "width": 56,
458
- },
459
- {
460
- "backgroundColor": undefined,
461
- "transform": [
381
+ <Text
382
+ allowFontScaling={false}
383
+ color="white"
384
+ defaultColor="bluegreyDark"
385
+ defaultWeight="Semibold"
386
+ dynamicTypeRamp="title2"
387
+ font="TitilliumSansPro"
388
+ fontStyle={
389
+ {
390
+ "fontSize": 22,
391
+ "lineHeight": 33,
392
+ }
393
+ }
394
+ maxFontSizeMultiplier={1.25}
395
+ style={
396
+ [
462
397
  {
463
- "scale": undefined,
398
+ "fontSize": 22,
399
+ "lineHeight": 33,
464
400
  },
465
- ],
466
- },
467
- ]
468
- }
469
- >
470
- <Text
471
- allowFontScaling={false}
472
- color="white"
473
- defaultColor="bluegreyDark"
474
- defaultWeight="Semibold"
475
- dynamicTypeRamp="title2"
476
- font="TitilliumSansPro"
477
- fontStyle={
478
- {
479
- "fontSize": 22,
480
- "lineHeight": 33,
401
+ {
402
+ "color": "#FFFFFF",
403
+ "fontFamily": "Titillium Sans Pro",
404
+ "fontStyle": "normal",
405
+ "fontWeight": "600",
406
+ },
407
+ ]
481
408
  }
409
+ weight="Semibold"
410
+ >
411
+ 4
412
+ </Text>
413
+ </View>
414
+ </View>
415
+ <View
416
+ accessibilityRole="button"
417
+ accessibilityState={
418
+ {
419
+ "busy": undefined,
420
+ "checked": undefined,
421
+ "disabled": undefined,
422
+ "expanded": undefined,
423
+ "selected": undefined,
424
+ }
425
+ }
426
+ accessibilityValue={
427
+ {
428
+ "max": undefined,
429
+ "min": undefined,
430
+ "now": undefined,
431
+ "text": undefined,
482
432
  }
483
- maxFontSizeMultiplier={1.25}
433
+ }
434
+ accessible={true}
435
+ collapsable={false}
436
+ focusable={true}
437
+ onBlur={[Function]}
438
+ onClick={[Function]}
439
+ onFocus={[Function]}
440
+ onResponderGrant={[Function]}
441
+ onResponderMove={[Function]}
442
+ onResponderRelease={[Function]}
443
+ onResponderTerminate={[Function]}
444
+ onResponderTerminationRequest={[Function]}
445
+ onStartShouldSetResponder={[Function]}
446
+ >
447
+ <View
484
448
  style={
485
449
  [
486
450
  {
487
- "fontSize": 22,
488
- "lineHeight": 33,
451
+ "alignItems": "center",
452
+ "justifyContent": "center",
453
+ },
454
+ {
455
+ "borderRadius": 100,
489
456
  },
490
457
  {
491
- "color": "#FFFFFF",
492
- "fontFamily": "Titillium Sans Pro",
493
- "fontStyle": "normal",
494
- "fontWeight": "600",
458
+ "height": 56,
459
+ "width": 56,
460
+ },
461
+ {
462
+ "backgroundColor": undefined,
463
+ "transform": [
464
+ {
465
+ "scale": undefined,
466
+ },
467
+ ],
495
468
  },
496
469
  ]
497
470
  }
498
- weight="Semibold"
499
471
  >
500
- 5
501
- </Text>
502
- </View>
503
- </View>
504
- <View
505
- accessibilityRole="button"
506
- accessibilityState={
507
- {
508
- "busy": undefined,
509
- "checked": undefined,
510
- "disabled": undefined,
511
- "expanded": undefined,
512
- "selected": undefined,
513
- }
514
- }
515
- accessibilityValue={
516
- {
517
- "max": undefined,
518
- "min": undefined,
519
- "now": undefined,
520
- "text": undefined,
521
- }
522
- }
523
- accessible={true}
524
- collapsable={false}
525
- focusable={true}
526
- onBlur={[Function]}
527
- onClick={[Function]}
528
- onFocus={[Function]}
529
- onResponderGrant={[Function]}
530
- onResponderMove={[Function]}
531
- onResponderRelease={[Function]}
532
- onResponderTerminate={[Function]}
533
- onResponderTerminationRequest={[Function]}
534
- onStartShouldSetResponder={[Function]}
535
- >
536
- <View
537
- style={
538
- [
539
- {
540
- "alignItems": "center",
541
- "justifyContent": "center",
542
- },
543
- {
544
- "borderRadius": 100,
545
- },
546
- {
547
- "height": 56,
548
- "width": 56,
549
- },
550
- {
551
- "backgroundColor": undefined,
552
- "transform": [
472
+ <Text
473
+ allowFontScaling={false}
474
+ color="white"
475
+ defaultColor="bluegreyDark"
476
+ defaultWeight="Semibold"
477
+ dynamicTypeRamp="title2"
478
+ font="TitilliumSansPro"
479
+ fontStyle={
480
+ {
481
+ "fontSize": 22,
482
+ "lineHeight": 33,
483
+ }
484
+ }
485
+ maxFontSizeMultiplier={1.25}
486
+ style={
487
+ [
553
488
  {
554
- "scale": undefined,
489
+ "fontSize": 22,
490
+ "lineHeight": 33,
555
491
  },
556
- ],
557
- },
558
- ]
559
- }
560
- >
561
- <Text
562
- allowFontScaling={false}
563
- color="white"
564
- defaultColor="bluegreyDark"
565
- defaultWeight="Semibold"
566
- dynamicTypeRamp="title2"
567
- font="TitilliumSansPro"
568
- fontStyle={
569
- {
570
- "fontSize": 22,
571
- "lineHeight": 33,
492
+ {
493
+ "color": "#FFFFFF",
494
+ "fontFamily": "Titillium Sans Pro",
495
+ "fontStyle": "normal",
496
+ "fontWeight": "600",
497
+ },
498
+ ]
572
499
  }
500
+ weight="Semibold"
501
+ >
502
+ 5
503
+ </Text>
504
+ </View>
505
+ </View>
506
+ <View
507
+ accessibilityRole="button"
508
+ accessibilityState={
509
+ {
510
+ "busy": undefined,
511
+ "checked": undefined,
512
+ "disabled": undefined,
513
+ "expanded": undefined,
514
+ "selected": undefined,
573
515
  }
574
- maxFontSizeMultiplier={1.25}
516
+ }
517
+ accessibilityValue={
518
+ {
519
+ "max": undefined,
520
+ "min": undefined,
521
+ "now": undefined,
522
+ "text": undefined,
523
+ }
524
+ }
525
+ accessible={true}
526
+ collapsable={false}
527
+ focusable={true}
528
+ onBlur={[Function]}
529
+ onClick={[Function]}
530
+ onFocus={[Function]}
531
+ onResponderGrant={[Function]}
532
+ onResponderMove={[Function]}
533
+ onResponderRelease={[Function]}
534
+ onResponderTerminate={[Function]}
535
+ onResponderTerminationRequest={[Function]}
536
+ onStartShouldSetResponder={[Function]}
537
+ >
538
+ <View
575
539
  style={
576
540
  [
577
541
  {
578
- "fontSize": 22,
579
- "lineHeight": 33,
542
+ "alignItems": "center",
543
+ "justifyContent": "center",
580
544
  },
581
545
  {
582
- "color": "#FFFFFF",
583
- "fontFamily": "Titillium Sans Pro",
584
- "fontStyle": "normal",
585
- "fontWeight": "600",
546
+ "borderRadius": 100,
547
+ },
548
+ {
549
+ "height": 56,
550
+ "width": 56,
551
+ },
552
+ {
553
+ "backgroundColor": undefined,
554
+ "transform": [
555
+ {
556
+ "scale": undefined,
557
+ },
558
+ ],
586
559
  },
587
560
  ]
588
561
  }
589
- weight="Semibold"
590
562
  >
591
- 6
592
- </Text>
563
+ <Text
564
+ allowFontScaling={false}
565
+ color="white"
566
+ defaultColor="bluegreyDark"
567
+ defaultWeight="Semibold"
568
+ dynamicTypeRamp="title2"
569
+ font="TitilliumSansPro"
570
+ fontStyle={
571
+ {
572
+ "fontSize": 22,
573
+ "lineHeight": 33,
574
+ }
575
+ }
576
+ maxFontSizeMultiplier={1.25}
577
+ style={
578
+ [
579
+ {
580
+ "fontSize": 22,
581
+ "lineHeight": 33,
582
+ },
583
+ {
584
+ "color": "#FFFFFF",
585
+ "fontFamily": "Titillium Sans Pro",
586
+ "fontStyle": "normal",
587
+ "fontWeight": "600",
588
+ },
589
+ ]
590
+ }
591
+ weight="Semibold"
592
+ >
593
+ 6
594
+ </Text>
595
+ </View>
593
596
  </View>
594
597
  </View>
595
- </View>
596
- <View
597
- style={
598
- {
599
- "height": 16,
600
- }
601
- }
602
- />
603
- <View
604
- style={
605
- [
606
- {
607
- "flexDirection": "row",
608
- "justifyContent": "space-between",
609
- },
610
- {
611
- "alignItems": "center",
612
- "flexGrow": 1,
613
- "justifyContent": "space-between",
614
- },
615
- ]
616
- }
617
- >
618
598
  <View
619
- accessibilityRole="button"
620
- accessibilityState={
621
- {
622
- "busy": undefined,
623
- "checked": undefined,
624
- "disabled": undefined,
625
- "expanded": undefined,
626
- "selected": undefined,
627
- }
628
- }
629
- accessibilityValue={
630
- {
631
- "max": undefined,
632
- "min": undefined,
633
- "now": undefined,
634
- "text": undefined,
635
- }
599
+ style={
600
+ [
601
+ {
602
+ "flexDirection": "row",
603
+ "justifyContent": "space-between",
604
+ },
605
+ {
606
+ "alignItems": "center",
607
+ "flexGrow": 1,
608
+ "justifyContent": "space-between",
609
+ },
610
+ ]
636
611
  }
637
- accessible={true}
638
- collapsable={false}
639
- focusable={true}
640
- onBlur={[Function]}
641
- onClick={[Function]}
642
- onFocus={[Function]}
643
- onResponderGrant={[Function]}
644
- onResponderMove={[Function]}
645
- onResponderRelease={[Function]}
646
- onResponderTerminate={[Function]}
647
- onResponderTerminationRequest={[Function]}
648
- onStartShouldSetResponder={[Function]}
649
612
  >
650
613
  <View
651
- style={
652
- [
653
- {
654
- "alignItems": "center",
655
- "justifyContent": "center",
656
- },
657
- {
658
- "borderRadius": 100,
659
- },
660
- {
661
- "height": 56,
662
- "width": 56,
663
- },
664
- {
665
- "backgroundColor": undefined,
666
- "transform": [
667
- {
668
- "scale": undefined,
669
- },
670
- ],
671
- },
672
- ]
614
+ accessibilityRole="button"
615
+ accessibilityState={
616
+ {
617
+ "busy": undefined,
618
+ "checked": undefined,
619
+ "disabled": undefined,
620
+ "expanded": undefined,
621
+ "selected": undefined,
622
+ }
673
623
  }
674
- >
675
- <Text
676
- allowFontScaling={false}
677
- color="white"
678
- defaultColor="bluegreyDark"
679
- defaultWeight="Semibold"
680
- dynamicTypeRamp="title2"
681
- font="TitilliumSansPro"
682
- fontStyle={
683
- {
684
- "fontSize": 22,
685
- "lineHeight": 33,
686
- }
624
+ accessibilityValue={
625
+ {
626
+ "max": undefined,
627
+ "min": undefined,
628
+ "now": undefined,
629
+ "text": undefined,
687
630
  }
688
- maxFontSizeMultiplier={1.25}
631
+ }
632
+ accessible={true}
633
+ collapsable={false}
634
+ focusable={true}
635
+ onBlur={[Function]}
636
+ onClick={[Function]}
637
+ onFocus={[Function]}
638
+ onResponderGrant={[Function]}
639
+ onResponderMove={[Function]}
640
+ onResponderRelease={[Function]}
641
+ onResponderTerminate={[Function]}
642
+ onResponderTerminationRequest={[Function]}
643
+ onStartShouldSetResponder={[Function]}
644
+ >
645
+ <View
689
646
  style={
690
647
  [
691
648
  {
692
- "fontSize": 22,
693
- "lineHeight": 33,
649
+ "alignItems": "center",
650
+ "justifyContent": "center",
651
+ },
652
+ {
653
+ "borderRadius": 100,
694
654
  },
695
655
  {
696
- "color": "#FFFFFF",
697
- "fontFamily": "Titillium Sans Pro",
698
- "fontStyle": "normal",
699
- "fontWeight": "600",
656
+ "height": 56,
657
+ "width": 56,
658
+ },
659
+ {
660
+ "backgroundColor": undefined,
661
+ "transform": [
662
+ {
663
+ "scale": undefined,
664
+ },
665
+ ],
700
666
  },
701
667
  ]
702
668
  }
703
- weight="Semibold"
704
669
  >
705
- 7
706
- </Text>
707
- </View>
708
- </View>
709
- <View
710
- accessibilityRole="button"
711
- accessibilityState={
712
- {
713
- "busy": undefined,
714
- "checked": undefined,
715
- "disabled": undefined,
716
- "expanded": undefined,
717
- "selected": undefined,
718
- }
719
- }
720
- accessibilityValue={
721
- {
722
- "max": undefined,
723
- "min": undefined,
724
- "now": undefined,
725
- "text": undefined,
726
- }
727
- }
728
- accessible={true}
729
- collapsable={false}
730
- focusable={true}
731
- onBlur={[Function]}
732
- onClick={[Function]}
733
- onFocus={[Function]}
734
- onResponderGrant={[Function]}
735
- onResponderMove={[Function]}
736
- onResponderRelease={[Function]}
737
- onResponderTerminate={[Function]}
738
- onResponderTerminationRequest={[Function]}
739
- onStartShouldSetResponder={[Function]}
740
- >
741
- <View
742
- style={
743
- [
744
- {
745
- "alignItems": "center",
746
- "justifyContent": "center",
747
- },
748
- {
749
- "borderRadius": 100,
750
- },
751
- {
752
- "height": 56,
753
- "width": 56,
754
- },
755
- {
756
- "backgroundColor": undefined,
757
- "transform": [
670
+ <Text
671
+ allowFontScaling={false}
672
+ color="white"
673
+ defaultColor="bluegreyDark"
674
+ defaultWeight="Semibold"
675
+ dynamicTypeRamp="title2"
676
+ font="TitilliumSansPro"
677
+ fontStyle={
678
+ {
679
+ "fontSize": 22,
680
+ "lineHeight": 33,
681
+ }
682
+ }
683
+ maxFontSizeMultiplier={1.25}
684
+ style={
685
+ [
758
686
  {
759
- "scale": undefined,
687
+ "fontSize": 22,
688
+ "lineHeight": 33,
760
689
  },
761
- ],
762
- },
763
- ]
764
- }
765
- >
766
- <Text
767
- allowFontScaling={false}
768
- color="white"
769
- defaultColor="bluegreyDark"
770
- defaultWeight="Semibold"
771
- dynamicTypeRamp="title2"
772
- font="TitilliumSansPro"
773
- fontStyle={
774
- {
775
- "fontSize": 22,
776
- "lineHeight": 33,
690
+ {
691
+ "color": "#FFFFFF",
692
+ "fontFamily": "Titillium Sans Pro",
693
+ "fontStyle": "normal",
694
+ "fontWeight": "600",
695
+ },
696
+ ]
777
697
  }
698
+ weight="Semibold"
699
+ >
700
+ 7
701
+ </Text>
702
+ </View>
703
+ </View>
704
+ <View
705
+ accessibilityRole="button"
706
+ accessibilityState={
707
+ {
708
+ "busy": undefined,
709
+ "checked": undefined,
710
+ "disabled": undefined,
711
+ "expanded": undefined,
712
+ "selected": undefined,
713
+ }
714
+ }
715
+ accessibilityValue={
716
+ {
717
+ "max": undefined,
718
+ "min": undefined,
719
+ "now": undefined,
720
+ "text": undefined,
778
721
  }
779
- maxFontSizeMultiplier={1.25}
722
+ }
723
+ accessible={true}
724
+ collapsable={false}
725
+ focusable={true}
726
+ onBlur={[Function]}
727
+ onClick={[Function]}
728
+ onFocus={[Function]}
729
+ onResponderGrant={[Function]}
730
+ onResponderMove={[Function]}
731
+ onResponderRelease={[Function]}
732
+ onResponderTerminate={[Function]}
733
+ onResponderTerminationRequest={[Function]}
734
+ onStartShouldSetResponder={[Function]}
735
+ >
736
+ <View
780
737
  style={
781
738
  [
782
739
  {
783
- "fontSize": 22,
784
- "lineHeight": 33,
740
+ "alignItems": "center",
741
+ "justifyContent": "center",
785
742
  },
786
743
  {
787
- "color": "#FFFFFF",
788
- "fontFamily": "Titillium Sans Pro",
789
- "fontStyle": "normal",
790
- "fontWeight": "600",
744
+ "borderRadius": 100,
791
745
  },
792
- ]
793
- }
794
- weight="Semibold"
795
- >
796
- 8
797
- </Text>
798
- </View>
799
- </View>
800
- <View
801
- accessibilityRole="button"
802
- accessibilityState={
803
- {
804
- "busy": undefined,
805
- "checked": undefined,
806
- "disabled": undefined,
807
- "expanded": undefined,
808
- "selected": undefined,
809
- }
810
- }
811
- accessibilityValue={
812
- {
813
- "max": undefined,
814
- "min": undefined,
815
- "now": undefined,
816
- "text": undefined,
817
- }
818
- }
819
- accessible={true}
820
- collapsable={false}
821
- focusable={true}
822
- onBlur={[Function]}
823
- onClick={[Function]}
824
- onFocus={[Function]}
825
- onResponderGrant={[Function]}
826
- onResponderMove={[Function]}
827
- onResponderRelease={[Function]}
828
- onResponderTerminate={[Function]}
829
- onResponderTerminationRequest={[Function]}
830
- onStartShouldSetResponder={[Function]}
831
- >
832
- <View
833
- style={
834
- [
835
- {
836
- "alignItems": "center",
837
- "justifyContent": "center",
838
- },
839
- {
840
- "borderRadius": 100,
841
- },
842
- {
843
- "height": 56,
844
- "width": 56,
845
- },
846
- {
847
- "backgroundColor": undefined,
848
- "transform": [
849
- {
850
- "scale": undefined,
851
- },
852
- ],
853
- },
854
- ]
855
- }
856
- >
857
- <Text
858
- allowFontScaling={false}
859
- color="white"
860
- defaultColor="bluegreyDark"
861
- defaultWeight="Semibold"
862
- dynamicTypeRamp="title2"
863
- font="TitilliumSansPro"
864
- fontStyle={
865
- {
866
- "fontSize": 22,
867
- "lineHeight": 33,
868
- }
869
- }
870
- maxFontSizeMultiplier={1.25}
871
- style={
872
- [
873
746
  {
874
- "fontSize": 22,
875
- "lineHeight": 33,
747
+ "height": 56,
748
+ "width": 56,
876
749
  },
877
750
  {
878
- "color": "#FFFFFF",
879
- "fontFamily": "Titillium Sans Pro",
880
- "fontStyle": "normal",
881
- "fontWeight": "600",
751
+ "backgroundColor": undefined,
752
+ "transform": [
753
+ {
754
+ "scale": undefined,
755
+ },
756
+ ],
882
757
  },
883
758
  ]
884
759
  }
885
- weight="Semibold"
886
760
  >
887
- 9
888
- </Text>
761
+ <Text
762
+ allowFontScaling={false}
763
+ color="white"
764
+ defaultColor="bluegreyDark"
765
+ defaultWeight="Semibold"
766
+ dynamicTypeRamp="title2"
767
+ font="TitilliumSansPro"
768
+ fontStyle={
769
+ {
770
+ "fontSize": 22,
771
+ "lineHeight": 33,
772
+ }
773
+ }
774
+ maxFontSizeMultiplier={1.25}
775
+ style={
776
+ [
777
+ {
778
+ "fontSize": 22,
779
+ "lineHeight": 33,
780
+ },
781
+ {
782
+ "color": "#FFFFFF",
783
+ "fontFamily": "Titillium Sans Pro",
784
+ "fontStyle": "normal",
785
+ "fontWeight": "600",
786
+ },
787
+ ]
788
+ }
789
+ weight="Semibold"
790
+ >
791
+ 8
792
+ </Text>
793
+ </View>
889
794
  </View>
890
- </View>
891
- </View>
892
- <View
893
- style={
894
- {
895
- "height": 16,
896
- }
897
- }
898
- />
899
- <View
900
- style={
901
- [
902
- {
903
- "flexDirection": "row",
904
- "justifyContent": "space-between",
905
- },
906
- {
907
- "alignItems": "center",
908
- "flexGrow": 1,
909
- "justifyContent": "space-between",
910
- },
911
- ]
912
- }
913
- >
914
- <View
915
- style={
916
- [
917
- {
918
- "height": 56,
919
- "width": 56,
920
- },
921
- {
922
- "alignItems": "center",
923
- },
924
- {
925
- "justifyContent": "center",
926
- },
927
- ]
928
- }
929
- >
930
795
  <View
931
- accessibilityLabel="touch id trigger"
932
796
  accessibilityRole="button"
933
797
  accessibilityState={
934
798
  {
935
799
  "busy": undefined,
936
800
  "checked": undefined,
937
- "disabled": false,
801
+ "disabled": undefined,
938
802
  "expanded": undefined,
939
803
  "selected": undefined,
940
804
  }
@@ -950,7 +814,6 @@ exports[`NumberPad Should match the snapshot 1`] = `
950
814
  accessible={true}
951
815
  collapsable={false}
952
816
  focusable={true}
953
- hitSlop={8}
954
817
  onBlur={[Function]}
955
818
  onClick={[Function]}
956
819
  onFocus={[Function]}
@@ -965,16 +828,18 @@ exports[`NumberPad Should match the snapshot 1`] = `
965
828
  style={
966
829
  [
967
830
  {
968
- "height": 24,
969
- "width": 24,
831
+ "alignItems": "center",
832
+ "justifyContent": "center",
970
833
  },
971
834
  {
972
- "alignItems": "center",
835
+ "borderRadius": 100,
973
836
  },
974
837
  {
975
- "justifyContent": "center",
838
+ "height": 56,
839
+ "width": 56,
976
840
  },
977
841
  {
842
+ "backgroundColor": undefined,
978
843
  "transform": [
979
844
  {
980
845
  "scale": undefined,
@@ -984,189 +849,204 @@ exports[`NumberPad Should match the snapshot 1`] = `
984
849
  ]
985
850
  }
986
851
  >
987
- <RNSVGSvgView
988
- accessibilityElementsHidden={true}
989
- accessibilityLabel=""
990
- accessible={false}
991
- align="xMidYMid"
992
- animatedProps={
852
+ <Text
853
+ allowFontScaling={false}
854
+ color="white"
855
+ defaultColor="bluegreyDark"
856
+ defaultWeight="Semibold"
857
+ dynamicTypeRamp="title2"
858
+ font="TitilliumSansPro"
859
+ fontStyle={
993
860
  {
994
- "color": undefined,
861
+ "fontSize": 22,
862
+ "lineHeight": 33,
995
863
  }
996
864
  }
997
- bbHeight={24}
998
- bbWidth={24}
999
- focusable={false}
1000
- height={24}
1001
- importantForAccessibility="no-hide-descendants"
1002
- meetOrSlice={0}
1003
- minX={0}
1004
- minY={0}
865
+ maxFontSizeMultiplier={1.25}
1005
866
  style={
1006
867
  [
1007
868
  {
1008
- "backgroundColor": "transparent",
1009
- "borderWidth": 0,
869
+ "fontSize": 22,
870
+ "lineHeight": 33,
1010
871
  },
1011
872
  {
1012
873
  "color": "#FFFFFF",
1013
- },
1014
- {
1015
- "flex": 0,
1016
- "height": 24,
1017
- "width": 24,
874
+ "fontFamily": "Titillium Sans Pro",
875
+ "fontStyle": "normal",
876
+ "fontWeight": "600",
1018
877
  },
1019
878
  ]
1020
879
  }
1021
- tintColor="#FFFFFF"
1022
- vbHeight={24}
1023
- vbWidth={24}
1024
- width={24}
880
+ weight="Semibold"
1025
881
  >
1026
- <RNSVGGroup
1027
- fill={
1028
- {
1029
- "payload": 4278190080,
1030
- "type": 0,
1031
- }
1032
- }
1033
- >
1034
- <RNSVGPath
1035
- clipRule={0}
1036
- d="M5.3669 22.0799C5.54087 22.2122 5.75341 22.2839 5.972 22.284C6.15303 22.284 6.33068 22.2349 6.486 22.142C11 19.433 11 13.946 11 10.999C11 10.7337 11.1054 10.4794 11.2929 10.2918C11.4804 10.1043 11.7348 9.99895 12 9.99895C12.2652 9.99895 12.5196 10.1043 12.7071 10.2918C12.8946 10.4794 13 10.7337 13 10.999C13 11.2642 13.1054 11.5185 13.2929 11.7061C13.4804 11.8936 13.7348 11.999 14 11.999C14.2652 11.999 14.5196 11.8936 14.7071 11.7061C14.8946 11.5185 15 11.2642 15 10.999C15 10.2033 14.6839 9.44024 14.1213 8.87763C13.5587 8.31502 12.7956 7.99895 12 7.99895C11.2044 7.99895 10.4413 8.31502 9.87868 8.87763C9.31607 9.44024 9 10.2033 9 10.999C9 13.729 9 18.299 5.457 20.427C5.26967 20.5396 5.12441 20.7105 5.04345 20.9135C4.96248 21.1166 4.95027 21.3406 5.00869 21.5512C5.0671 21.7618 5.19292 21.9475 5.3669 22.0799ZM14.896 14.084C14.55 18.171 13.217 21.405 10.935 23.705V23.701C10.748 23.8891 10.494 23.9953 10.2287 23.9962C9.96341 23.997 9.70867 23.8924 9.5205 23.7055C9.33233 23.5185 9.22614 23.2644 9.2253 22.9991C9.22445 22.7339 9.32902 22.4791 9.516 22.291C11.485 20.31 12.593 17.567 12.904 13.91C12.913 13.7783 12.9483 13.6499 13.008 13.5322C13.0677 13.4146 13.1504 13.3102 13.2513 13.2252C13.3521 13.1401 13.4691 13.0763 13.5951 13.0375C13.7212 12.9986 13.8538 12.9855 13.985 12.999C14.1161 13.0102 14.2438 13.0471 14.3606 13.1078C14.4774 13.1684 14.5811 13.2515 14.6658 13.3523C14.7504 13.4531 14.8143 13.5696 14.8538 13.6952C14.8933 13.8207 14.9077 13.9529 14.896 14.084ZM17.643 20.338C17.2467 21.4455 16.7416 22.5111 16.135 23.519C16.0668 23.6313 15.9772 23.7291 15.8713 23.8068C15.7653 23.8845 15.6451 23.9406 15.5174 23.9719C15.2597 24.035 14.9874 23.9931 14.7605 23.8555C14.6482 23.7873 14.5503 23.6977 14.4726 23.5917C14.3949 23.4858 14.3388 23.3655 14.3076 23.2379C14.2763 23.1103 14.2705 22.9777 14.2905 22.8478C14.3105 22.718 14.3558 22.5933 14.424 22.481C14.9617 21.5869 15.4099 20.642 15.762 19.66C15.8562 19.4164 16.0421 19.2193 16.2797 19.1109C16.5174 19.0026 16.788 18.9915 17.0337 19.08C17.2794 19.1686 17.4808 19.3498 17.5946 19.5849C17.7085 19.82 17.7258 20.0902 17.643 20.338ZM19 10.999C19.038 13.0741 18.8705 15.1478 18.5 17.19C18.4558 17.4173 18.334 17.6223 18.1554 17.7698C17.9769 17.9174 17.7526 17.9984 17.521 17.999C17.4562 17.999 17.3915 17.9927 17.328 17.98C17.0679 17.9292 16.8386 17.7772 16.6905 17.5574C16.5423 17.3377 16.4875 17.0681 16.538 16.808C16.8821 14.8915 17.0369 12.9458 17 10.999C16.9993 9.98698 16.6916 8.99903 16.1174 8.16568C15.5433 7.33234 14.7298 6.69282 13.7845 6.33166C12.8391 5.97049 11.8064 5.90468 10.8229 6.14292C9.83937 6.38116 8.95128 6.91223 8.276 7.66595C8.18966 7.7681 8.08371 7.85189 7.96441 7.91236C7.84512 7.97284 7.7149 8.00877 7.58148 8.01802C7.44805 8.02728 7.31412 8.00968 7.18762 7.96626C7.06111 7.92283 6.94461 7.85448 6.84499 7.76523C6.74537 7.67598 6.66467 7.56766 6.60766 7.44667C6.55065 7.32568 6.51849 7.19449 6.51308 7.06085C6.50768 6.92721 6.52913 6.79384 6.57618 6.66864C6.62323 6.54345 6.69492 6.42896 6.787 6.33195C7.73248 5.27691 8.97584 4.53359 10.3528 4.20021C11.7297 3.86683 13.1753 3.95909 14.4987 4.46479C15.8221 4.9705 16.9609 5.86585 17.7646 7.03251C18.5683 8.19918 18.9991 9.58225 19 10.999ZM7.069 10.166C7.02279 10.4412 6.99971 10.7198 7 10.999C7 16.774 4.88732 19.9713 1.0499 19.9988C1.03337 19.9996 1.01673 20 1 20C0.447715 20 0 19.5523 0 19C0 18.9998 4.50013e-08 18.9997 1.34992e-07 18.9995C4.49994e-08 18.9993 0 18.9991 0 18.999C0 18.7337 0.105357 18.4794 0.292893 18.2918C0.48043 18.1043 0.734784 17.999 1 17.999C3.654 17.999 5 15.644 5 10.999C5.00054 10.6078 5.03399 10.2175 5.1 9.83195C5.11551 9.69701 5.15835 9.56664 5.2259 9.44879C5.29346 9.33095 5.38431 9.2281 5.49293 9.14653C5.60154 9.06496 5.72563 9.00637 5.85763 8.97433C5.98963 8.9423 6.12678 8.9375 6.2607 8.96021C6.39462 8.98293 6.52251 9.03269 6.63657 9.10646C6.75062 9.18024 6.84845 9.27647 6.92409 9.3893C6.99972 9.50212 7.05158 9.62918 7.0765 9.76271C7.10141 9.89624 7.09886 10.0334 7.069 10.166ZM23 10.999C23.13 15.2538 22.3457 19.4871 20.7 23.413C20.6208 23.587 20.4934 23.7348 20.3328 23.8386C20.1722 23.9425 19.9852 23.9981 19.794 23.999C19.6514 23.9992 19.5105 23.9685 19.381 23.909C19.2612 23.8549 19.1532 23.7778 19.0632 23.682C18.9732 23.5862 18.9029 23.4736 18.8565 23.3506C18.8101 23.2276 18.7883 23.0967 18.7925 22.9653C18.7967 22.834 18.8268 22.7047 18.881 22.585C20.4035 18.9177 21.1259 14.9677 21 10.999C21.0029 9.64107 20.695 8.30052 20.1 7.07995C20.0425 6.96176 20.0089 6.83342 20.0011 6.70224C19.9932 6.57106 20.0113 6.43961 20.0542 6.31542C20.0972 6.19122 20.1642 6.07669 20.2514 5.97839C20.3386 5.88008 20.4443 5.79991 20.5625 5.74245C20.6807 5.685 20.809 5.65139 20.9402 5.64354C21.0714 5.63569 21.2028 5.65375 21.327 5.6967C21.4512 5.73965 21.5658 5.80663 21.6641 5.89384C21.7624 5.98105 21.8425 6.08676 21.9 6.20495C22.6283 7.69786 23.0046 9.33788 23 10.999ZM3 10.999V13.999C3 14.2642 2.89464 14.5185 2.70711 14.7061C2.51957 14.8936 2.26522 14.999 2 14.999C1.73478 14.999 1.48043 14.8936 1.29289 14.7061C1.10536 14.5185 1 14.2642 1 13.999V10.999C1.00344 8.08263 2.16347 5.28673 4.22563 3.22458C6.28778 1.16242 9.08367 0.00239289 12 -0.00104758C14.3812 -0.00833344 16.6994 0.764374 18.6 2.19895C18.8122 2.35808 18.9524 2.59498 18.99 2.85753C19.0275 3.12008 18.9591 3.38678 18.8 3.59895C18.6409 3.81113 18.404 3.9514 18.1414 3.9889C17.8789 4.02641 17.6122 3.95808 17.4 3.79895C15.8452 2.62473 13.9484 1.99246 12 1.99895C9.61386 2.0016 7.32622 2.95066 5.63896 4.63792C3.95171 6.32517 3.00265 8.61282 3 10.999Z"
1037
- fill={
1038
- {
1039
- "type": 2,
1040
- }
1041
- }
1042
- fillRule={0}
1043
- propList={
1044
- [
1045
- "fill",
1046
- "fillRule",
1047
- ]
1048
- }
1049
- />
1050
- </RNSVGGroup>
1051
- </RNSVGSvgView>
882
+ 9
883
+ </Text>
1052
884
  </View>
1053
885
  </View>
1054
886
  </View>
1055
887
  <View
1056
- accessibilityRole="button"
1057
- accessibilityState={
1058
- {
1059
- "busy": undefined,
1060
- "checked": undefined,
1061
- "disabled": undefined,
1062
- "expanded": undefined,
1063
- "selected": undefined,
1064
- }
1065
- }
1066
- accessibilityValue={
1067
- {
1068
- "max": undefined,
1069
- "min": undefined,
1070
- "now": undefined,
1071
- "text": undefined,
1072
- }
888
+ style={
889
+ [
890
+ {
891
+ "flexDirection": "row",
892
+ "justifyContent": "space-between",
893
+ },
894
+ {
895
+ "alignItems": "center",
896
+ "flexGrow": 1,
897
+ "justifyContent": "space-between",
898
+ },
899
+ ]
1073
900
  }
1074
- accessible={true}
1075
- collapsable={false}
1076
- focusable={true}
1077
- onBlur={[Function]}
1078
- onClick={[Function]}
1079
- onFocus={[Function]}
1080
- onResponderGrant={[Function]}
1081
- onResponderMove={[Function]}
1082
- onResponderRelease={[Function]}
1083
- onResponderTerminate={[Function]}
1084
- onResponderTerminationRequest={[Function]}
1085
- onStartShouldSetResponder={[Function]}
1086
901
  >
1087
902
  <View
1088
903
  style={
1089
904
  [
1090
- {
1091
- "alignItems": "center",
1092
- "justifyContent": "center",
1093
- },
1094
- {
1095
- "borderRadius": 100,
1096
- },
1097
905
  {
1098
906
  "height": 56,
1099
907
  "width": 56,
1100
908
  },
1101
909
  {
1102
- "backgroundColor": undefined,
1103
- "transform": [
1104
- {
1105
- "scale": undefined,
1106
- },
1107
- ],
910
+ "alignItems": "center",
911
+ },
912
+ {
913
+ "justifyContent": "center",
1108
914
  },
1109
915
  ]
1110
916
  }
1111
917
  >
1112
- <Text
1113
- allowFontScaling={false}
1114
- color="white"
1115
- defaultColor="bluegreyDark"
1116
- defaultWeight="Semibold"
1117
- dynamicTypeRamp="title2"
1118
- font="TitilliumSansPro"
1119
- fontStyle={
918
+ <View
919
+ accessibilityLabel="touch id trigger"
920
+ accessibilityRole="button"
921
+ accessibilityState={
1120
922
  {
1121
- "fontSize": 22,
1122
- "lineHeight": 33,
923
+ "busy": undefined,
924
+ "checked": undefined,
925
+ "disabled": false,
926
+ "expanded": undefined,
927
+ "selected": undefined,
1123
928
  }
1124
929
  }
1125
- maxFontSizeMultiplier={1.25}
1126
- style={
1127
- [
1128
- {
1129
- "fontSize": 22,
1130
- "lineHeight": 33,
1131
- },
1132
- {
1133
- "color": "#FFFFFF",
1134
- "fontFamily": "Titillium Sans Pro",
1135
- "fontStyle": "normal",
1136
- "fontWeight": "600",
1137
- },
1138
- ]
930
+ accessibilityValue={
931
+ {
932
+ "max": undefined,
933
+ "min": undefined,
934
+ "now": undefined,
935
+ "text": undefined,
936
+ }
1139
937
  }
1140
- weight="Semibold"
938
+ accessible={true}
939
+ collapsable={false}
940
+ focusable={true}
941
+ hitSlop={8}
942
+ onBlur={[Function]}
943
+ onClick={[Function]}
944
+ onFocus={[Function]}
945
+ onResponderGrant={[Function]}
946
+ onResponderMove={[Function]}
947
+ onResponderRelease={[Function]}
948
+ onResponderTerminate={[Function]}
949
+ onResponderTerminationRequest={[Function]}
950
+ onStartShouldSetResponder={[Function]}
1141
951
  >
1142
- 0
1143
- </Text>
952
+ <View
953
+ style={
954
+ [
955
+ {
956
+ "height": 24,
957
+ "width": 24,
958
+ },
959
+ {
960
+ "alignItems": "center",
961
+ },
962
+ {
963
+ "justifyContent": "center",
964
+ },
965
+ {
966
+ "transform": [
967
+ {
968
+ "scale": undefined,
969
+ },
970
+ ],
971
+ },
972
+ ]
973
+ }
974
+ >
975
+ <RNSVGSvgView
976
+ accessibilityElementsHidden={true}
977
+ accessibilityLabel=""
978
+ accessible={false}
979
+ align="xMidYMid"
980
+ animatedProps={
981
+ {
982
+ "color": undefined,
983
+ }
984
+ }
985
+ bbHeight={24}
986
+ bbWidth={24}
987
+ focusable={false}
988
+ height={24}
989
+ importantForAccessibility="no-hide-descendants"
990
+ meetOrSlice={0}
991
+ minX={0}
992
+ minY={0}
993
+ style={
994
+ [
995
+ {
996
+ "backgroundColor": "transparent",
997
+ "borderWidth": 0,
998
+ },
999
+ {
1000
+ "color": "#FFFFFF",
1001
+ },
1002
+ {
1003
+ "flex": 0,
1004
+ "height": 24,
1005
+ "width": 24,
1006
+ },
1007
+ ]
1008
+ }
1009
+ tintColor="#FFFFFF"
1010
+ vbHeight={24}
1011
+ vbWidth={24}
1012
+ width={24}
1013
+ >
1014
+ <RNSVGGroup
1015
+ fill={
1016
+ {
1017
+ "payload": 4278190080,
1018
+ "type": 0,
1019
+ }
1020
+ }
1021
+ >
1022
+ <RNSVGPath
1023
+ clipRule={0}
1024
+ d="M5.3669 22.0799C5.54087 22.2122 5.75341 22.2839 5.972 22.284C6.15303 22.284 6.33068 22.2349 6.486 22.142C11 19.433 11 13.946 11 10.999C11 10.7337 11.1054 10.4794 11.2929 10.2918C11.4804 10.1043 11.7348 9.99895 12 9.99895C12.2652 9.99895 12.5196 10.1043 12.7071 10.2918C12.8946 10.4794 13 10.7337 13 10.999C13 11.2642 13.1054 11.5185 13.2929 11.7061C13.4804 11.8936 13.7348 11.999 14 11.999C14.2652 11.999 14.5196 11.8936 14.7071 11.7061C14.8946 11.5185 15 11.2642 15 10.999C15 10.2033 14.6839 9.44024 14.1213 8.87763C13.5587 8.31502 12.7956 7.99895 12 7.99895C11.2044 7.99895 10.4413 8.31502 9.87868 8.87763C9.31607 9.44024 9 10.2033 9 10.999C9 13.729 9 18.299 5.457 20.427C5.26967 20.5396 5.12441 20.7105 5.04345 20.9135C4.96248 21.1166 4.95027 21.3406 5.00869 21.5512C5.0671 21.7618 5.19292 21.9475 5.3669 22.0799ZM14.896 14.084C14.55 18.171 13.217 21.405 10.935 23.705V23.701C10.748 23.8891 10.494 23.9953 10.2287 23.9962C9.96341 23.997 9.70867 23.8924 9.5205 23.7055C9.33233 23.5185 9.22614 23.2644 9.2253 22.9991C9.22445 22.7339 9.32902 22.4791 9.516 22.291C11.485 20.31 12.593 17.567 12.904 13.91C12.913 13.7783 12.9483 13.6499 13.008 13.5322C13.0677 13.4146 13.1504 13.3102 13.2513 13.2252C13.3521 13.1401 13.4691 13.0763 13.5951 13.0375C13.7212 12.9986 13.8538 12.9855 13.985 12.999C14.1161 13.0102 14.2438 13.0471 14.3606 13.1078C14.4774 13.1684 14.5811 13.2515 14.6658 13.3523C14.7504 13.4531 14.8143 13.5696 14.8538 13.6952C14.8933 13.8207 14.9077 13.9529 14.896 14.084ZM17.643 20.338C17.2467 21.4455 16.7416 22.5111 16.135 23.519C16.0668 23.6313 15.9772 23.7291 15.8713 23.8068C15.7653 23.8845 15.6451 23.9406 15.5174 23.9719C15.2597 24.035 14.9874 23.9931 14.7605 23.8555C14.6482 23.7873 14.5503 23.6977 14.4726 23.5917C14.3949 23.4858 14.3388 23.3655 14.3076 23.2379C14.2763 23.1103 14.2705 22.9777 14.2905 22.8478C14.3105 22.718 14.3558 22.5933 14.424 22.481C14.9617 21.5869 15.4099 20.642 15.762 19.66C15.8562 19.4164 16.0421 19.2193 16.2797 19.1109C16.5174 19.0026 16.788 18.9915 17.0337 19.08C17.2794 19.1686 17.4808 19.3498 17.5946 19.5849C17.7085 19.82 17.7258 20.0902 17.643 20.338ZM19 10.999C19.038 13.0741 18.8705 15.1478 18.5 17.19C18.4558 17.4173 18.334 17.6223 18.1554 17.7698C17.9769 17.9174 17.7526 17.9984 17.521 17.999C17.4562 17.999 17.3915 17.9927 17.328 17.98C17.0679 17.9292 16.8386 17.7772 16.6905 17.5574C16.5423 17.3377 16.4875 17.0681 16.538 16.808C16.8821 14.8915 17.0369 12.9458 17 10.999C16.9993 9.98698 16.6916 8.99903 16.1174 8.16568C15.5433 7.33234 14.7298 6.69282 13.7845 6.33166C12.8391 5.97049 11.8064 5.90468 10.8229 6.14292C9.83937 6.38116 8.95128 6.91223 8.276 7.66595C8.18966 7.7681 8.08371 7.85189 7.96441 7.91236C7.84512 7.97284 7.7149 8.00877 7.58148 8.01802C7.44805 8.02728 7.31412 8.00968 7.18762 7.96626C7.06111 7.92283 6.94461 7.85448 6.84499 7.76523C6.74537 7.67598 6.66467 7.56766 6.60766 7.44667C6.55065 7.32568 6.51849 7.19449 6.51308 7.06085C6.50768 6.92721 6.52913 6.79384 6.57618 6.66864C6.62323 6.54345 6.69492 6.42896 6.787 6.33195C7.73248 5.27691 8.97584 4.53359 10.3528 4.20021C11.7297 3.86683 13.1753 3.95909 14.4987 4.46479C15.8221 4.9705 16.9609 5.86585 17.7646 7.03251C18.5683 8.19918 18.9991 9.58225 19 10.999ZM7.069 10.166C7.02279 10.4412 6.99971 10.7198 7 10.999C7 16.774 4.88732 19.9713 1.0499 19.9988C1.03337 19.9996 1.01673 20 1 20C0.447715 20 0 19.5523 0 19C0 18.9998 4.50013e-08 18.9997 1.34992e-07 18.9995C4.49994e-08 18.9993 0 18.9991 0 18.999C0 18.7337 0.105357 18.4794 0.292893 18.2918C0.48043 18.1043 0.734784 17.999 1 17.999C3.654 17.999 5 15.644 5 10.999C5.00054 10.6078 5.03399 10.2175 5.1 9.83195C5.11551 9.69701 5.15835 9.56664 5.2259 9.44879C5.29346 9.33095 5.38431 9.2281 5.49293 9.14653C5.60154 9.06496 5.72563 9.00637 5.85763 8.97433C5.98963 8.9423 6.12678 8.9375 6.2607 8.96021C6.39462 8.98293 6.52251 9.03269 6.63657 9.10646C6.75062 9.18024 6.84845 9.27647 6.92409 9.3893C6.99972 9.50212 7.05158 9.62918 7.0765 9.76271C7.10141 9.89624 7.09886 10.0334 7.069 10.166ZM23 10.999C23.13 15.2538 22.3457 19.4871 20.7 23.413C20.6208 23.587 20.4934 23.7348 20.3328 23.8386C20.1722 23.9425 19.9852 23.9981 19.794 23.999C19.6514 23.9992 19.5105 23.9685 19.381 23.909C19.2612 23.8549 19.1532 23.7778 19.0632 23.682C18.9732 23.5862 18.9029 23.4736 18.8565 23.3506C18.8101 23.2276 18.7883 23.0967 18.7925 22.9653C18.7967 22.834 18.8268 22.7047 18.881 22.585C20.4035 18.9177 21.1259 14.9677 21 10.999C21.0029 9.64107 20.695 8.30052 20.1 7.07995C20.0425 6.96176 20.0089 6.83342 20.0011 6.70224C19.9932 6.57106 20.0113 6.43961 20.0542 6.31542C20.0972 6.19122 20.1642 6.07669 20.2514 5.97839C20.3386 5.88008 20.4443 5.79991 20.5625 5.74245C20.6807 5.685 20.809 5.65139 20.9402 5.64354C21.0714 5.63569 21.2028 5.65375 21.327 5.6967C21.4512 5.73965 21.5658 5.80663 21.6641 5.89384C21.7624 5.98105 21.8425 6.08676 21.9 6.20495C22.6283 7.69786 23.0046 9.33788 23 10.999ZM3 10.999V13.999C3 14.2642 2.89464 14.5185 2.70711 14.7061C2.51957 14.8936 2.26522 14.999 2 14.999C1.73478 14.999 1.48043 14.8936 1.29289 14.7061C1.10536 14.5185 1 14.2642 1 13.999V10.999C1.00344 8.08263 2.16347 5.28673 4.22563 3.22458C6.28778 1.16242 9.08367 0.00239289 12 -0.00104758C14.3812 -0.00833344 16.6994 0.764374 18.6 2.19895C18.8122 2.35808 18.9524 2.59498 18.99 2.85753C19.0275 3.12008 18.9591 3.38678 18.8 3.59895C18.6409 3.81113 18.404 3.9514 18.1414 3.9889C17.8789 4.02641 17.6122 3.95808 17.4 3.79895C15.8452 2.62473 13.9484 1.99246 12 1.99895C9.61386 2.0016 7.32622 2.95066 5.63896 4.63792C3.95171 6.32517 3.00265 8.61282 3 10.999Z"
1025
+ fill={
1026
+ {
1027
+ "type": 2,
1028
+ }
1029
+ }
1030
+ fillRule={0}
1031
+ propList={
1032
+ [
1033
+ "fill",
1034
+ "fillRule",
1035
+ ]
1036
+ }
1037
+ />
1038
+ </RNSVGGroup>
1039
+ </RNSVGSvgView>
1040
+ </View>
1041
+ </View>
1144
1042
  </View>
1145
- </View>
1146
- <View
1147
- style={
1148
- [
1149
- {
1150
- "height": 56,
1151
- "width": 56,
1152
- },
1153
- {
1154
- "alignItems": "center",
1155
- },
1156
- {
1157
- "justifyContent": "center",
1158
- },
1159
- ]
1160
- }
1161
- >
1162
1043
  <View
1163
- accessibilityLabel="delete"
1164
1044
  accessibilityRole="button"
1165
1045
  accessibilityState={
1166
1046
  {
1167
1047
  "busy": undefined,
1168
1048
  "checked": undefined,
1169
- "disabled": false,
1049
+ "disabled": undefined,
1170
1050
  "expanded": undefined,
1171
1051
  "selected": undefined,
1172
1052
  }
@@ -1182,7 +1062,6 @@ exports[`NumberPad Should match the snapshot 1`] = `
1182
1062
  accessible={true}
1183
1063
  collapsable={false}
1184
1064
  focusable={true}
1185
- hitSlop={8}
1186
1065
  onBlur={[Function]}
1187
1066
  onClick={[Function]}
1188
1067
  onFocus={[Function]}
@@ -1197,16 +1076,18 @@ exports[`NumberPad Should match the snapshot 1`] = `
1197
1076
  style={
1198
1077
  [
1199
1078
  {
1200
- "height": 24,
1201
- "width": 24,
1079
+ "alignItems": "center",
1080
+ "justifyContent": "center",
1202
1081
  },
1203
1082
  {
1204
- "alignItems": "center",
1083
+ "borderRadius": 100,
1205
1084
  },
1206
1085
  {
1207
- "justifyContent": "center",
1086
+ "height": 56,
1087
+ "width": 56,
1208
1088
  },
1209
1089
  {
1090
+ "backgroundColor": undefined,
1210
1091
  "transform": [
1211
1092
  {
1212
1093
  "scale": undefined,
@@ -1216,68 +1097,176 @@ exports[`NumberPad Should match the snapshot 1`] = `
1216
1097
  ]
1217
1098
  }
1218
1099
  >
1219
- <RNSVGSvgView
1220
- accessibilityElementsHidden={true}
1221
- accessibilityLabel=""
1222
- accessible={false}
1223
- align="xMidYMid"
1224
- animatedProps={
1100
+ <Text
1101
+ allowFontScaling={false}
1102
+ color="white"
1103
+ defaultColor="bluegreyDark"
1104
+ defaultWeight="Semibold"
1105
+ dynamicTypeRamp="title2"
1106
+ font="TitilliumSansPro"
1107
+ fontStyle={
1225
1108
  {
1226
- "color": undefined,
1109
+ "fontSize": 22,
1110
+ "lineHeight": 33,
1227
1111
  }
1228
1112
  }
1229
- bbHeight={24}
1230
- bbWidth={24}
1231
- focusable={false}
1232
- height={24}
1233
- importantForAccessibility="no-hide-descendants"
1234
- meetOrSlice={0}
1235
- minX={0}
1236
- minY={0}
1113
+ maxFontSizeMultiplier={1.25}
1237
1114
  style={
1238
1115
  [
1239
1116
  {
1240
- "backgroundColor": "transparent",
1241
- "borderWidth": 0,
1117
+ "fontSize": 22,
1118
+ "lineHeight": 33,
1242
1119
  },
1243
1120
  {
1244
1121
  "color": "#FFFFFF",
1122
+ "fontFamily": "Titillium Sans Pro",
1123
+ "fontStyle": "normal",
1124
+ "fontWeight": "600",
1245
1125
  },
1126
+ ]
1127
+ }
1128
+ weight="Semibold"
1129
+ >
1130
+ 0
1131
+ </Text>
1132
+ </View>
1133
+ </View>
1134
+ <View
1135
+ style={
1136
+ [
1137
+ {
1138
+ "height": 56,
1139
+ "width": 56,
1140
+ },
1141
+ {
1142
+ "alignItems": "center",
1143
+ },
1144
+ {
1145
+ "justifyContent": "center",
1146
+ },
1147
+ ]
1148
+ }
1149
+ >
1150
+ <View
1151
+ accessibilityLabel="delete"
1152
+ accessibilityRole="button"
1153
+ accessibilityState={
1154
+ {
1155
+ "busy": undefined,
1156
+ "checked": undefined,
1157
+ "disabled": false,
1158
+ "expanded": undefined,
1159
+ "selected": undefined,
1160
+ }
1161
+ }
1162
+ accessibilityValue={
1163
+ {
1164
+ "max": undefined,
1165
+ "min": undefined,
1166
+ "now": undefined,
1167
+ "text": undefined,
1168
+ }
1169
+ }
1170
+ accessible={true}
1171
+ collapsable={false}
1172
+ focusable={true}
1173
+ hitSlop={8}
1174
+ onBlur={[Function]}
1175
+ onClick={[Function]}
1176
+ onFocus={[Function]}
1177
+ onResponderGrant={[Function]}
1178
+ onResponderMove={[Function]}
1179
+ onResponderRelease={[Function]}
1180
+ onResponderTerminate={[Function]}
1181
+ onResponderTerminationRequest={[Function]}
1182
+ onStartShouldSetResponder={[Function]}
1183
+ >
1184
+ <View
1185
+ style={
1186
+ [
1246
1187
  {
1247
- "flex": 0,
1248
1188
  "height": 24,
1249
1189
  "width": 24,
1250
1190
  },
1191
+ {
1192
+ "alignItems": "center",
1193
+ },
1194
+ {
1195
+ "justifyContent": "center",
1196
+ },
1197
+ {
1198
+ "transform": [
1199
+ {
1200
+ "scale": undefined,
1201
+ },
1202
+ ],
1203
+ },
1251
1204
  ]
1252
1205
  }
1253
- tintColor="#FFFFFF"
1254
- vbHeight={24}
1255
- vbWidth={24}
1256
- width={24}
1257
1206
  >
1258
- <RNSVGGroup
1259
- fill={
1207
+ <RNSVGSvgView
1208
+ accessibilityElementsHidden={true}
1209
+ accessibilityLabel=""
1210
+ accessible={false}
1211
+ align="xMidYMid"
1212
+ animatedProps={
1260
1213
  {
1261
- "payload": 4278190080,
1262
- "type": 0,
1214
+ "color": undefined,
1263
1215
  }
1264
1216
  }
1217
+ bbHeight={24}
1218
+ bbWidth={24}
1219
+ focusable={false}
1220
+ height={24}
1221
+ importantForAccessibility="no-hide-descendants"
1222
+ meetOrSlice={0}
1223
+ minX={0}
1224
+ minY={0}
1225
+ style={
1226
+ [
1227
+ {
1228
+ "backgroundColor": "transparent",
1229
+ "borderWidth": 0,
1230
+ },
1231
+ {
1232
+ "color": "#FFFFFF",
1233
+ },
1234
+ {
1235
+ "flex": 0,
1236
+ "height": 24,
1237
+ "width": 24,
1238
+ },
1239
+ ]
1240
+ }
1241
+ tintColor="#FFFFFF"
1242
+ vbHeight={24}
1243
+ vbWidth={24}
1244
+ width={24}
1265
1245
  >
1266
- <RNSVGPath
1267
- d="M9.85825 3a5.00004 5.00004 0 0 0-3.53536 1.46429L.90808 9.87858c-1.17171 1.17162-1.17171 3.07122 0 4.24282l5.41481 5.4143A4.99992 4.99992 0 0 0 9.85825 21h9.14245c2.7615 0 5-2.2386 5-5V8c0-2.76142-2.2385-5-5-5H9.85825ZM7.73704 5.87858A2.99997 2.99997 0 0 1 9.85825 5h9.14245c1.6569 0 3 1.34315 3 3v8c0 1.6569-1.3431 3-3 3H9.85825c-.7956 0-1.55861-.316-2.12121-.8786l-5.41482-5.4143c-.39057-.3905-.39057-1.0237 0-1.4142l5.41482-5.41432Zm9.55586 2.41431c.3905-.39052 1.0237-.39052 1.4142 0 .3905.39053.3905 1.02369 0 1.41422L16.4142 12l2.2929 2.2929c.3905.3905.3905 1.0237 0 1.4142-.3905.3905-1.0237.3905-1.4142 0L15 13.4142l-2.2929 2.2929c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L13.5858 12l-2.2929-2.29289c-.3905-.39053-.3905-1.02369 0-1.41422.3905-.39052 1.0237-.39052 1.4142 0L15 10.5858l2.2929-2.29291Z"
1246
+ <RNSVGGroup
1268
1247
  fill={
1269
1248
  {
1270
- "type": 2,
1249
+ "payload": 4278190080,
1250
+ "type": 0,
1271
1251
  }
1272
1252
  }
1273
- propList={
1274
- [
1275
- "fill",
1276
- ]
1277
- }
1278
- />
1279
- </RNSVGGroup>
1280
- </RNSVGSvgView>
1253
+ >
1254
+ <RNSVGPath
1255
+ d="M9.85825 3a5.00004 5.00004 0 0 0-3.53536 1.46429L.90808 9.87858c-1.17171 1.17162-1.17171 3.07122 0 4.24282l5.41481 5.4143A4.99992 4.99992 0 0 0 9.85825 21h9.14245c2.7615 0 5-2.2386 5-5V8c0-2.76142-2.2385-5-5-5H9.85825ZM7.73704 5.87858A2.99997 2.99997 0 0 1 9.85825 5h9.14245c1.6569 0 3 1.34315 3 3v8c0 1.6569-1.3431 3-3 3H9.85825c-.7956 0-1.55861-.316-2.12121-.8786l-5.41482-5.4143c-.39057-.3905-.39057-1.0237 0-1.4142l5.41482-5.41432Zm9.55586 2.41431c.3905-.39052 1.0237-.39052 1.4142 0 .3905.39053.3905 1.02369 0 1.41422L16.4142 12l2.2929 2.2929c.3905.3905.3905 1.0237 0 1.4142-.3905.3905-1.0237.3905-1.4142 0L15 13.4142l-2.2929 2.2929c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L13.5858 12l-2.2929-2.29289c-.3905-.39053-.3905-1.02369 0-1.41422.3905-.39052 1.0237-.39052 1.4142 0L15 10.5858l2.2929-2.29291Z"
1256
+ fill={
1257
+ {
1258
+ "type": 2,
1259
+ }
1260
+ }
1261
+ propList={
1262
+ [
1263
+ "fill",
1264
+ ]
1265
+ }
1266
+ />
1267
+ </RNSVGGroup>
1268
+ </RNSVGSvgView>
1269
+ </View>
1281
1270
  </View>
1282
1271
  </View>
1283
1272
  </View>