@hero-design/rn 8.38.0 → 8.39.1

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 (139) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  3. package/es/index.js +201 -196
  4. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  5. package/lib/index.js +201 -196
  6. package/package.json +13 -12
  7. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
  8. package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
  9. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
  10. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
  11. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
  12. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
  13. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
  14. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
  15. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  16. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
  17. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
  18. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  19. package/src/components/BottomNavigation/index.tsx +4 -0
  20. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
  21. package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
  22. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
  23. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
  24. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
  25. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
  26. package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
  27. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
  28. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
  29. package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
  30. package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
  31. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
  32. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
  33. package/src/components/Carousel/CardCarousel.tsx +1 -1
  34. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
  35. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
  36. package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
  38. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
  39. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
  40. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
  41. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
  42. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
  43. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
  44. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
  45. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
  46. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
  47. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
  48. package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
  49. package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  50. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
  51. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
  52. package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  53. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
  54. package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
  55. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
  56. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  57. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  58. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  59. package/src/components/Icon/IconList.ts +2 -0
  60. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  61. package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  62. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
  63. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
  64. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
  65. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
  66. package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
  67. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
  68. package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
  69. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
  70. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
  71. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
  72. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
  73. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
  74. package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  75. package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
  76. package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
  77. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
  78. package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
  79. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  80. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
  81. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
  82. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
  83. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
  84. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
  85. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
  86. package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
  87. package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
  88. package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
  89. package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
  90. package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
  91. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
  92. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  93. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
  94. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
  95. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
  96. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
  97. package/src/components/Tabs/SceneView.tsx +5 -2
  98. package/src/components/Tabs/ScrollableTabs.tsx +1 -1
  99. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
  100. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
  101. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
  102. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
  103. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
  104. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
  105. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
  106. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
  107. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
  108. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
  109. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
  110. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
  111. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
  112. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
  113. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
  114. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
  115. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
  116. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
  117. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
  118. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
  119. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
  120. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
  121. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
  122. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
  123. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
  124. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
  125. package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
  126. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
  127. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
  128. package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
  129. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
  130. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
  131. package/types/components/Icon/IconList.d.ts +1 -1
  132. package/types/components/Icon/index.d.ts +1 -1
  133. package/types/components/Icon/utils.d.ts +1 -1
  134. package/types/components/RichTextEditor/EditorEvent.d.ts +1 -0
  135. package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
  136. package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
  137. package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
  138. package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
  139. package/src/components/Modal/__tests__/index.spec.tsx +0 -50
@@ -4,8 +4,8 @@ exports[`ActionGroup has active false 1`] = `
4
4
  <View
5
5
  pointerEvents="box-none"
6
6
  style={
7
- Array [
8
- Object {
7
+ [
8
+ {
9
9
  "alignItems": "flex-end",
10
10
  "bottom": 0,
11
11
  "justifyContent": "flex-end",
@@ -21,7 +21,7 @@ exports[`ActionGroup has active false 1`] = `
21
21
  <View
22
22
  collapsable={false}
23
23
  style={
24
- Object {
24
+ {
25
25
  "opacity": 1,
26
26
  }
27
27
  }
@@ -38,8 +38,8 @@ exports[`ActionGroup has active false 1`] = `
38
38
  onResponderTerminationRequest={[Function]}
39
39
  onStartShouldSetResponder={[Function]}
40
40
  style={
41
- Array [
42
- Object {
41
+ [
42
+ {
43
43
  "alignItems": "center",
44
44
  "alignSelf": "flex-start",
45
45
  "backgroundColor": "#401960",
@@ -49,23 +49,23 @@ exports[`ActionGroup has active false 1`] = `
49
49
  "justifyContent": "center",
50
50
  "padding": 20,
51
51
  "shadowColor": "#001f23",
52
- "shadowOffset": Object {
52
+ "shadowOffset": {
53
53
  "height": 2,
54
54
  "width": 0,
55
55
  },
56
56
  "shadowOpacity": 0.12,
57
57
  "shadowRadius": 4,
58
58
  },
59
- Array [
60
- Array [
61
- Object {
59
+ [
60
+ [
61
+ {
62
62
  "alignSelf": "flex-end",
63
63
  "marginRight": 24,
64
64
  "marginTop": 24,
65
65
  },
66
66
  undefined,
67
67
  ],
68
- Object {
68
+ {
69
69
  "bottom": undefined,
70
70
  },
71
71
  ],
@@ -75,10 +75,10 @@ exports[`ActionGroup has active false 1`] = `
75
75
  >
76
76
  <View
77
77
  style={
78
- Array [
79
- Object {},
80
- Array [
81
- Object {
78
+ [
79
+ {},
80
+ [
81
+ {
82
82
  "alignItems": "center",
83
83
  "height": 24,
84
84
  "justifyContent": "center",
@@ -92,13 +92,13 @@ exports[`ActionGroup has active false 1`] = `
92
92
  <HeroIcon
93
93
  name="add"
94
94
  style={
95
- Array [
96
- Object {
95
+ [
96
+ {
97
97
  "color": "#001f23",
98
98
  "fontSize": 16,
99
99
  },
100
- Array [
101
- Object {
100
+ [
101
+ {
102
102
  "color": "#ffffff",
103
103
  "lineHeight": 24,
104
104
  "textAlign": "center",
@@ -116,16 +116,16 @@ exports[`ActionGroup has active false 1`] = `
116
116
  <Text
117
117
  allowFontScaling={false}
118
118
  style={
119
- Array [
120
- Object {
119
+ [
120
+ {
121
121
  "color": "#001f23",
122
122
  "fontFamily": "BeVietnamPro-Regular",
123
123
  "fontSize": 16,
124
124
  "letterSpacing": 0.48,
125
125
  "lineHeight": 24,
126
126
  },
127
- Array [
128
- Object {
127
+ [
128
+ {
129
129
  "color": "#ffffff",
130
130
  "marginHorizontal": 8,
131
131
  "textAlign": "center",
@@ -157,8 +157,8 @@ exports[`ActionGroup has active true 1`] = `
157
157
  <View
158
158
  pointerEvents="box-none"
159
159
  style={
160
- Array [
161
- Object {
160
+ [
161
+ {
162
162
  "alignItems": "flex-end",
163
163
  "bottom": 0,
164
164
  "justifyContent": "flex-end",
@@ -174,7 +174,7 @@ exports[`ActionGroup has active true 1`] = `
174
174
  <View
175
175
  collapsable={false}
176
176
  style={
177
- Object {
177
+ {
178
178
  "opacity": 0,
179
179
  }
180
180
  }
@@ -191,8 +191,8 @@ exports[`ActionGroup has active true 1`] = `
191
191
  onResponderTerminationRequest={[Function]}
192
192
  onStartShouldSetResponder={[Function]}
193
193
  style={
194
- Array [
195
- Object {
194
+ [
195
+ {
196
196
  "alignItems": "center",
197
197
  "alignSelf": "flex-start",
198
198
  "backgroundColor": "#33144d",
@@ -202,23 +202,23 @@ exports[`ActionGroup has active true 1`] = `
202
202
  "justifyContent": "center",
203
203
  "padding": 20,
204
204
  "shadowColor": "#001f23",
205
- "shadowOffset": Object {
205
+ "shadowOffset": {
206
206
  "height": 2,
207
207
  "width": 0,
208
208
  },
209
209
  "shadowOpacity": 0.12,
210
210
  "shadowRadius": 4,
211
211
  },
212
- Array [
213
- Array [
214
- Object {
212
+ [
213
+ [
214
+ {
215
215
  "alignSelf": "flex-end",
216
216
  "marginRight": 24,
217
217
  "marginTop": 24,
218
218
  },
219
219
  undefined,
220
220
  ],
221
- Object {
221
+ {
222
222
  "bottom": undefined,
223
223
  },
224
224
  ],
@@ -228,10 +228,10 @@ exports[`ActionGroup has active true 1`] = `
228
228
  >
229
229
  <View
230
230
  style={
231
- Array [
232
- Object {},
233
- Array [
234
- Object {
231
+ [
232
+ {},
233
+ [
234
+ {
235
235
  "alignItems": "center",
236
236
  "height": 24,
237
237
  "justifyContent": "center",
@@ -245,9 +245,9 @@ exports[`ActionGroup has active true 1`] = `
245
245
  <View
246
246
  collapsable={false}
247
247
  style={
248
- Object {
249
- "transform": Array [
250
- Object {
248
+ {
249
+ "transform": [
250
+ {
251
251
  "rotate": "-45deg",
252
252
  },
253
253
  ],
@@ -257,19 +257,19 @@ exports[`ActionGroup has active true 1`] = `
257
257
  <HeroIcon
258
258
  name="add"
259
259
  style={
260
- Array [
261
- Object {
260
+ [
261
+ {
262
262
  "color": "#001f23",
263
263
  "fontSize": 16,
264
264
  },
265
- Array [
266
- Object {
265
+ [
266
+ {
267
267
  "color": "#ffffff",
268
268
  "lineHeight": 24,
269
269
  "textAlign": "center",
270
270
  "textAlignVertical": "center",
271
271
  },
272
- Object {},
272
+ {},
273
273
  ],
274
274
  ]
275
275
  }
@@ -290,8 +290,8 @@ exports[`ActionGroup has active true 1`] = `
290
290
  >
291
291
  <View
292
292
  style={
293
- Array [
294
- Object {
293
+ [
294
+ {
295
295
  "alignItems": "flex-end",
296
296
  "bottom": 0,
297
297
  "justifyContent": "flex-end",
@@ -300,7 +300,7 @@ exports[`ActionGroup has active true 1`] = `
300
300
  "right": 0,
301
301
  "top": 0,
302
302
  },
303
- Array [
303
+ [
304
304
  undefined,
305
305
  ],
306
306
  ]
@@ -320,7 +320,7 @@ exports[`ActionGroup has active true 1`] = `
320
320
  onResponderTerminationRequest={[Function]}
321
321
  onStartShouldSetResponder={[Function]}
322
322
  style={
323
- Object {
323
+ {
324
324
  "backgroundColor": "#000000",
325
325
  "bottom": 0,
326
326
  "left": 0,
@@ -336,7 +336,7 @@ exports[`ActionGroup has active true 1`] = `
336
336
  collapsable={false}
337
337
  pointerEvents="box-none"
338
338
  style={
339
- Object {
339
+ {
340
340
  "alignItems": "flex-end",
341
341
  "justifyContent": "flex-end",
342
342
  "opacity": 1,
@@ -347,11 +347,11 @@ exports[`ActionGroup has active true 1`] = `
347
347
  >
348
348
  <View
349
349
  style={
350
- Array [
351
- Object {},
352
- Array [
350
+ [
351
+ {},
352
+ [
353
353
  undefined,
354
- Object {
354
+ {
355
355
  "paddingBottom": 0,
356
356
  },
357
357
  ],
@@ -361,9 +361,9 @@ exports[`ActionGroup has active true 1`] = `
361
361
  <View
362
362
  collapsable={false}
363
363
  style={
364
- Object {
365
- "transform": Array [
366
- Object {
364
+ {
365
+ "transform": [
366
+ {
367
367
  "translateY": 50,
368
368
  },
369
369
  ],
@@ -381,8 +381,8 @@ exports[`ActionGroup has active true 1`] = `
381
381
  onResponderTerminationRequest={[Function]}
382
382
  onStartShouldSetResponder={[Function]}
383
383
  style={
384
- Array [
385
- Object {
384
+ [
385
+ {
386
386
  "alignItems": "center",
387
387
  "alignSelf": "flex-end",
388
388
  "backgroundColor": "#795e90",
@@ -400,10 +400,10 @@ exports[`ActionGroup has active true 1`] = `
400
400
  >
401
401
  <View
402
402
  style={
403
- Array [
404
- Object {},
405
- Array [
406
- Object {
403
+ [
404
+ {},
405
+ [
406
+ {
407
407
  "alignItems": "center",
408
408
  "height": 24,
409
409
  "justifyContent": "center",
@@ -417,13 +417,13 @@ exports[`ActionGroup has active true 1`] = `
417
417
  <HeroIcon
418
418
  name="speaker"
419
419
  style={
420
- Array [
421
- Object {
420
+ [
421
+ {
422
422
  "color": "#001f23",
423
423
  "fontSize": 16,
424
424
  },
425
- Array [
426
- Object {
425
+ [
426
+ {
427
427
  "color": "#ffffff",
428
428
  },
429
429
  undefined,
@@ -437,16 +437,16 @@ exports[`ActionGroup has active true 1`] = `
437
437
  <Text
438
438
  allowFontScaling={false}
439
439
  style={
440
- Array [
441
- Object {
440
+ [
441
+ {
442
442
  "color": "#001f23",
443
443
  "fontFamily": "BeVietnamPro-Regular",
444
444
  "fontSize": 16,
445
445
  "letterSpacing": 0.48,
446
446
  "lineHeight": 24,
447
447
  },
448
- Array [
449
- Object {
448
+ [
449
+ {
450
450
  "color": "#ffffff",
451
451
  },
452
452
  undefined,
@@ -464,9 +464,9 @@ exports[`ActionGroup has active true 1`] = `
464
464
  <View
465
465
  collapsable={false}
466
466
  style={
467
- Object {
468
- "transform": Array [
469
- Object {
467
+ {
468
+ "transform": [
469
+ {
470
470
  "translateY": 50,
471
471
  },
472
472
  ],
@@ -484,8 +484,8 @@ exports[`ActionGroup has active true 1`] = `
484
484
  onResponderTerminationRequest={[Function]}
485
485
  onStartShouldSetResponder={[Function]}
486
486
  style={
487
- Array [
488
- Object {
487
+ [
488
+ {
489
489
  "alignItems": "center",
490
490
  "alignSelf": "flex-end",
491
491
  "backgroundColor": "#795e90",
@@ -503,10 +503,10 @@ exports[`ActionGroup has active true 1`] = `
503
503
  >
504
504
  <View
505
505
  style={
506
- Array [
507
- Object {},
508
- Array [
509
- Object {
506
+ [
507
+ {},
508
+ [
509
+ {
510
510
  "alignItems": "center",
511
511
  "height": 24,
512
512
  "justifyContent": "center",
@@ -520,13 +520,13 @@ exports[`ActionGroup has active true 1`] = `
520
520
  <HeroIcon
521
521
  name="target"
522
522
  style={
523
- Array [
524
- Object {
523
+ [
524
+ {
525
525
  "color": "#001f23",
526
526
  "fontSize": 16,
527
527
  },
528
- Array [
529
- Object {
528
+ [
529
+ {
530
530
  "color": "#ffffff",
531
531
  },
532
532
  undefined,
@@ -540,16 +540,16 @@ exports[`ActionGroup has active true 1`] = `
540
540
  <Text
541
541
  allowFontScaling={false}
542
542
  style={
543
- Array [
544
- Object {
543
+ [
544
+ {
545
545
  "color": "#001f23",
546
546
  "fontFamily": "BeVietnamPro-Regular",
547
547
  "fontSize": 16,
548
548
  "letterSpacing": 0.48,
549
549
  "lineHeight": 24,
550
550
  },
551
- Array [
552
- Object {
551
+ [
552
+ {
553
553
  "color": "#ffffff",
554
554
  },
555
555
  undefined,
@@ -567,9 +567,9 @@ exports[`ActionGroup has active true 1`] = `
567
567
  <View
568
568
  collapsable={false}
569
569
  style={
570
- Object {
571
- "transform": Array [
572
- Object {
570
+ {
571
+ "transform": [
572
+ {
573
573
  "translateY": 50,
574
574
  },
575
575
  ],
@@ -587,8 +587,8 @@ exports[`ActionGroup has active true 1`] = `
587
587
  onResponderTerminationRequest={[Function]}
588
588
  onStartShouldSetResponder={[Function]}
589
589
  style={
590
- Array [
591
- Object {
590
+ [
591
+ {
592
592
  "alignItems": "center",
593
593
  "alignSelf": "flex-end",
594
594
  "backgroundColor": "#795e90",
@@ -606,10 +606,10 @@ exports[`ActionGroup has active true 1`] = `
606
606
  >
607
607
  <View
608
608
  style={
609
- Array [
610
- Object {},
611
- Array [
612
- Object {
609
+ [
610
+ {},
611
+ [
612
+ {
613
613
  "alignItems": "center",
614
614
  "height": 24,
615
615
  "justifyContent": "center",
@@ -623,13 +623,13 @@ exports[`ActionGroup has active true 1`] = `
623
623
  <HeroIcon
624
624
  name="plane"
625
625
  style={
626
- Array [
627
- Object {
626
+ [
627
+ {
628
628
  "color": "#001f23",
629
629
  "fontSize": 16,
630
630
  },
631
- Array [
632
- Object {
631
+ [
632
+ {
633
633
  "color": "#ffffff",
634
634
  },
635
635
  undefined,
@@ -643,16 +643,16 @@ exports[`ActionGroup has active true 1`] = `
643
643
  <Text
644
644
  allowFontScaling={false}
645
645
  style={
646
- Array [
647
- Object {
646
+ [
647
+ {
648
648
  "color": "#001f23",
649
649
  "fontFamily": "BeVietnamPro-Regular",
650
650
  "fontSize": 16,
651
651
  "letterSpacing": 0.48,
652
652
  "lineHeight": 24,
653
653
  },
654
- Array [
655
- Object {
654
+ [
655
+ {
656
656
  "color": "#ffffff",
657
657
  },
658
658
  undefined,
@@ -670,9 +670,9 @@ exports[`ActionGroup has active true 1`] = `
670
670
  <View
671
671
  collapsable={false}
672
672
  style={
673
- Object {
674
- "transform": Array [
675
- Object {
673
+ {
674
+ "transform": [
675
+ {
676
676
  "translateY": 50,
677
677
  },
678
678
  ],
@@ -690,8 +690,8 @@ exports[`ActionGroup has active true 1`] = `
690
690
  onResponderTerminationRequest={[Function]}
691
691
  onStartShouldSetResponder={[Function]}
692
692
  style={
693
- Array [
694
- Object {
693
+ [
694
+ {
695
695
  "alignItems": "center",
696
696
  "alignSelf": "flex-end",
697
697
  "backgroundColor": "#795e90",
@@ -709,10 +709,10 @@ exports[`ActionGroup has active true 1`] = `
709
709
  >
710
710
  <View
711
711
  style={
712
- Array [
713
- Object {},
714
- Array [
715
- Object {
712
+ [
713
+ {},
714
+ [
715
+ {
716
716
  "alignItems": "center",
717
717
  "height": 24,
718
718
  "justifyContent": "center",
@@ -726,13 +726,13 @@ exports[`ActionGroup has active true 1`] = `
726
726
  <HeroIcon
727
727
  name="health-bag"
728
728
  style={
729
- Array [
730
- Object {
729
+ [
730
+ {
731
731
  "color": "#001f23",
732
732
  "fontSize": 16,
733
733
  },
734
- Array [
735
- Object {
734
+ [
735
+ {
736
736
  "color": "#ffffff",
737
737
  },
738
738
  undefined,
@@ -746,16 +746,16 @@ exports[`ActionGroup has active true 1`] = `
746
746
  <Text
747
747
  allowFontScaling={false}
748
748
  style={
749
- Array [
750
- Object {
749
+ [
750
+ {
751
751
  "color": "#001f23",
752
752
  "fontFamily": "BeVietnamPro-Regular",
753
753
  "fontSize": 16,
754
754
  "letterSpacing": 0.48,
755
755
  "lineHeight": 24,
756
756
  },
757
- Array [
758
- Object {
757
+ [
758
+ {
759
759
  "color": "#ffffff",
760
760
  },
761
761
  undefined,
@@ -773,9 +773,9 @@ exports[`ActionGroup has active true 1`] = `
773
773
  <View
774
774
  collapsable={false}
775
775
  style={
776
- Object {
777
- "transform": Array [
778
- Object {
776
+ {
777
+ "transform": [
778
+ {
779
779
  "translateY": 50,
780
780
  },
781
781
  ],
@@ -793,8 +793,8 @@ exports[`ActionGroup has active true 1`] = `
793
793
  onResponderTerminationRequest={[Function]}
794
794
  onStartShouldSetResponder={[Function]}
795
795
  style={
796
- Array [
797
- Object {
796
+ [
797
+ {
798
798
  "alignItems": "center",
799
799
  "alignSelf": "flex-end",
800
800
  "backgroundColor": "#795e90",
@@ -812,10 +812,10 @@ exports[`ActionGroup has active true 1`] = `
812
812
  >
813
813
  <View
814
814
  style={
815
- Array [
816
- Object {},
817
- Array [
818
- Object {
815
+ [
816
+ {},
817
+ [
818
+ {
819
819
  "alignItems": "center",
820
820
  "height": 24,
821
821
  "justifyContent": "center",
@@ -829,13 +829,13 @@ exports[`ActionGroup has active true 1`] = `
829
829
  <HeroIcon
830
830
  name="clock"
831
831
  style={
832
- Array [
833
- Object {
832
+ [
833
+ {
834
834
  "color": "#001f23",
835
835
  "fontSize": 16,
836
836
  },
837
- Array [
838
- Object {
837
+ [
838
+ {
839
839
  "color": "#ffffff",
840
840
  },
841
841
  undefined,
@@ -849,16 +849,16 @@ exports[`ActionGroup has active true 1`] = `
849
849
  <Text
850
850
  allowFontScaling={false}
851
851
  style={
852
- Array [
853
- Object {
852
+ [
853
+ {
854
854
  "color": "#001f23",
855
855
  "fontFamily": "BeVietnamPro-Regular",
856
856
  "fontSize": 16,
857
857
  "letterSpacing": 0.48,
858
858
  "lineHeight": 24,
859
859
  },
860
- Array [
861
- Object {
860
+ [
861
+ {
862
862
  "color": "#ffffff",
863
863
  },
864
864
  undefined,
@@ -887,8 +887,8 @@ exports[`ActionGroup has active true 1`] = `
887
887
  onResponderTerminationRequest={[Function]}
888
888
  onStartShouldSetResponder={[Function]}
889
889
  style={
890
- Array [
891
- Object {
890
+ [
891
+ {
892
892
  "alignItems": "center",
893
893
  "alignSelf": "flex-start",
894
894
  "backgroundColor": "#33144d",
@@ -898,23 +898,23 @@ exports[`ActionGroup has active true 1`] = `
898
898
  "justifyContent": "center",
899
899
  "padding": 20,
900
900
  "shadowColor": "#001f23",
901
- "shadowOffset": Object {
901
+ "shadowOffset": {
902
902
  "height": 2,
903
903
  "width": 0,
904
904
  },
905
905
  "shadowOpacity": 0.12,
906
906
  "shadowRadius": 4,
907
907
  },
908
- Array [
909
- Array [
910
- Object {
908
+ [
909
+ [
910
+ {
911
911
  "alignSelf": "flex-end",
912
912
  "marginRight": 24,
913
913
  "marginTop": 24,
914
914
  },
915
915
  undefined,
916
916
  ],
917
- Object {
917
+ {
918
918
  "bottom": undefined,
919
919
  },
920
920
  ],
@@ -924,10 +924,10 @@ exports[`ActionGroup has active true 1`] = `
924
924
  >
925
925
  <View
926
926
  style={
927
- Array [
928
- Object {},
929
- Array [
930
- Object {
927
+ [
928
+ {},
929
+ [
930
+ {
931
931
  "alignItems": "center",
932
932
  "height": 24,
933
933
  "justifyContent": "center",
@@ -941,9 +941,9 @@ exports[`ActionGroup has active true 1`] = `
941
941
  <View
942
942
  collapsable={false}
943
943
  style={
944
- Object {
945
- "transform": Array [
946
- Object {
944
+ {
945
+ "transform": [
946
+ {
947
947
  "rotate": "-45deg",
948
948
  },
949
949
  ],
@@ -953,19 +953,19 @@ exports[`ActionGroup has active true 1`] = `
953
953
  <HeroIcon
954
954
  name="add"
955
955
  style={
956
- Array [
957
- Object {
956
+ [
957
+ {
958
958
  "color": "#001f23",
959
959
  "fontSize": 16,
960
960
  },
961
- Array [
962
- Object {
961
+ [
962
+ {
963
963
  "color": "#ffffff",
964
964
  "lineHeight": 24,
965
965
  "textAlign": "center",
966
966
  "textAlignVertical": "center",
967
967
  },
968
- Object {},
968
+ {},
969
969
  ],
970
970
  ]
971
971
  }