@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
@@ -3,8 +3,8 @@
3
3
  exports[`Progress.Bar renders correctly 1`] = `
4
4
  <View
5
5
  style={
6
- Array [
7
- Object {
6
+ [
7
+ {
8
8
  "alignSelf": "stretch",
9
9
  "backgroundColor": "#e8e9ea",
10
10
  "borderRadius": 999,
@@ -21,14 +21,14 @@ exports[`Progress.Bar renders correctly 1`] = `
21
21
  collapsable={false}
22
22
  onLayout={[Function]}
23
23
  style={
24
- Object {
24
+ {
25
25
  "alignSelf": "stretch",
26
26
  "backgroundColor": "#401960",
27
27
  "borderBottomRightRadius": 999,
28
28
  "borderTopRightRadius": 999,
29
29
  "flex": 1,
30
- "transform": Array [
31
- Object {
30
+ "transform": [
31
+ {
32
32
  "translateX": -0,
33
33
  },
34
34
  ],
@@ -42,8 +42,8 @@ exports[`Progress.Bar renders correctly 1`] = `
42
42
  exports[`Progress.Bar renders correctly with intent 1`] = `
43
43
  <View
44
44
  style={
45
- Array [
46
- Object {
45
+ [
46
+ {
47
47
  "alignSelf": "stretch",
48
48
  "backgroundColor": "#e8e9ea",
49
49
  "borderRadius": 999,
@@ -60,14 +60,14 @@ exports[`Progress.Bar renders correctly with intent 1`] = `
60
60
  collapsable={false}
61
61
  onLayout={[Function]}
62
62
  style={
63
- Object {
63
+ {
64
64
  "alignSelf": "stretch",
65
65
  "backgroundColor": "#5ace7d",
66
66
  "borderBottomRightRadius": 999,
67
67
  "borderTopRightRadius": 999,
68
68
  "flex": 1,
69
- "transform": Array [
70
- Object {
69
+ "transform": [
70
+ {
71
71
  "translateX": -0,
72
72
  },
73
73
  ],
@@ -84,8 +84,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
84
84
  >
85
85
  <View
86
86
  style={
87
- Array [
88
- Object {
87
+ [
88
+ {
89
89
  "borderRadius": 999,
90
90
  "flexDirection": "row",
91
91
  },
@@ -96,8 +96,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
96
96
  <View>
97
97
  <View
98
98
  style={
99
- Array [
100
- Object {
99
+ [
100
+ {
101
101
  "height": 72,
102
102
  "overflow": "hidden",
103
103
  "width": 36,
@@ -108,8 +108,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
108
108
  >
109
109
  <View
110
110
  style={
111
- Array [
112
- Object {
111
+ [
112
+ {
113
113
  "borderColor": "#5ace7d",
114
114
  "borderRadius": 999,
115
115
  "borderWidth": 8,
@@ -125,20 +125,20 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
125
125
  <View
126
126
  collapsable={false}
127
127
  style={
128
- Object {
128
+ {
129
129
  "bottom": 0,
130
130
  "left": 0,
131
131
  "position": "absolute",
132
132
  "right": 0,
133
133
  "top": 0,
134
- "transform": Array [
135
- Object {
134
+ "transform": [
135
+ {
136
136
  "translateX": 18,
137
137
  },
138
- Object {
138
+ {
139
139
  "rotate": "0deg",
140
140
  },
141
- Object {
141
+ {
142
142
  "translateX": -18,
143
143
  },
144
144
  ],
@@ -147,8 +147,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
147
147
  >
148
148
  <View
149
149
  style={
150
- Array [
151
- Object {
150
+ [
151
+ {
152
152
  "height": 72,
153
153
  "overflow": "hidden",
154
154
  "width": 36,
@@ -159,8 +159,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
159
159
  >
160
160
  <View
161
161
  style={
162
- Array [
163
- Object {
162
+ [
163
+ {
164
164
  "borderColor": "#e8e9ea",
165
165
  "borderRadius": 999,
166
166
  "borderWidth": 8,
@@ -177,10 +177,10 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
177
177
  </View>
178
178
  <View
179
179
  style={
180
- Object {
180
+ {
181
181
  "marginLeft": -0.1,
182
- "transform": Array [
183
- Object {
182
+ "transform": [
183
+ {
184
184
  "rotate": "180deg",
185
185
  },
186
186
  ],
@@ -190,8 +190,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
190
190
  >
191
191
  <View
192
192
  style={
193
- Array [
194
- Object {
193
+ [
194
+ {
195
195
  "height": 72,
196
196
  "overflow": "hidden",
197
197
  "width": 36,
@@ -202,8 +202,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
202
202
  >
203
203
  <View
204
204
  style={
205
- Array [
206
- Object {
205
+ [
206
+ {
207
207
  "borderColor": "#5ace7d",
208
208
  "borderRadius": 999,
209
209
  "borderWidth": 8,
@@ -219,21 +219,21 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
219
219
  <View
220
220
  collapsable={false}
221
221
  style={
222
- Object {
222
+ {
223
223
  "bottom": 0,
224
224
  "left": 0,
225
225
  "opacity": 1,
226
226
  "position": "absolute",
227
227
  "right": 0,
228
228
  "top": 0,
229
- "transform": Array [
230
- Object {
229
+ "transform": [
230
+ {
231
231
  "translateX": 18,
232
232
  },
233
- Object {
233
+ {
234
234
  "rotate": "0deg",
235
235
  },
236
- Object {
236
+ {
237
237
  "translateX": -18,
238
238
  },
239
239
  ],
@@ -242,8 +242,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
242
242
  >
243
243
  <View
244
244
  style={
245
- Array [
246
- Object {
245
+ [
246
+ {
247
247
  "height": 72,
248
248
  "overflow": "hidden",
249
249
  "width": 36,
@@ -254,8 +254,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
254
254
  >
255
255
  <View
256
256
  style={
257
- Array [
258
- Object {
257
+ [
258
+ {
259
259
  "borderColor": "#e8e9ea",
260
260
  "borderRadius": 999,
261
261
  "borderWidth": 8,
@@ -272,8 +272,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
272
272
  </View>
273
273
  <View
274
274
  style={
275
- Array [
276
- Object {
275
+ [
276
+ {
277
277
  "backgroundColor": "#5ace7d",
278
278
  "borderRadius": 999,
279
279
  "height": 8,
@@ -291,14 +291,14 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
291
291
  <View
292
292
  collapsable={false}
293
293
  style={
294
- Object {
294
+ {
295
295
  "bottom": 0,
296
296
  "left": 0,
297
297
  "position": "absolute",
298
298
  "right": 0,
299
299
  "top": 0,
300
- "transform": Array [
301
- Object {
300
+ "transform": [
301
+ {
302
302
  "rotate": "0deg",
303
303
  },
304
304
  ],
@@ -308,8 +308,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
308
308
  >
309
309
  <View
310
310
  style={
311
- Array [
312
- Object {
311
+ [
312
+ {
313
313
  "backgroundColor": "#5ace7d",
314
314
  "borderRadius": 999,
315
315
  "height": 8,
@@ -327,8 +327,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
327
327
  </View>
328
328
  <View
329
329
  style={
330
- Array [
331
- Object {
330
+ [
331
+ {
332
332
  "alignItems": "center",
333
333
  "borderRadius": 999,
334
334
  "height": 56,
@@ -346,8 +346,8 @@ exports[`Progress.Circle allows to custom value renderer 1`] = `
346
346
  <Text
347
347
  allowFontScaling={false}
348
348
  style={
349
- Array [
350
- Object {
349
+ [
350
+ {
351
351
  "color": "#001f23",
352
352
  "fontFamily": "BeVietnamPro-Regular",
353
353
  "fontSize": 16,
@@ -374,8 +374,8 @@ exports[`Progress.Circle renders correctly 1`] = `
374
374
  >
375
375
  <View
376
376
  style={
377
- Array [
378
- Object {
377
+ [
378
+ {
379
379
  "borderRadius": 999,
380
380
  "flexDirection": "row",
381
381
  },
@@ -386,8 +386,8 @@ exports[`Progress.Circle renders correctly 1`] = `
386
386
  <View>
387
387
  <View
388
388
  style={
389
- Array [
390
- Object {
389
+ [
390
+ {
391
391
  "height": 72,
392
392
  "overflow": "hidden",
393
393
  "width": 36,
@@ -398,8 +398,8 @@ exports[`Progress.Circle renders correctly 1`] = `
398
398
  >
399
399
  <View
400
400
  style={
401
- Array [
402
- Object {
401
+ [
402
+ {
403
403
  "borderColor": "#401960",
404
404
  "borderRadius": 999,
405
405
  "borderWidth": 8,
@@ -415,20 +415,20 @@ exports[`Progress.Circle renders correctly 1`] = `
415
415
  <View
416
416
  collapsable={false}
417
417
  style={
418
- Object {
418
+ {
419
419
  "bottom": 0,
420
420
  "left": 0,
421
421
  "position": "absolute",
422
422
  "right": 0,
423
423
  "top": 0,
424
- "transform": Array [
425
- Object {
424
+ "transform": [
425
+ {
426
426
  "translateX": 18,
427
427
  },
428
- Object {
428
+ {
429
429
  "rotate": "0deg",
430
430
  },
431
- Object {
431
+ {
432
432
  "translateX": -18,
433
433
  },
434
434
  ],
@@ -437,8 +437,8 @@ exports[`Progress.Circle renders correctly 1`] = `
437
437
  >
438
438
  <View
439
439
  style={
440
- Array [
441
- Object {
440
+ [
441
+ {
442
442
  "height": 72,
443
443
  "overflow": "hidden",
444
444
  "width": 36,
@@ -449,8 +449,8 @@ exports[`Progress.Circle renders correctly 1`] = `
449
449
  >
450
450
  <View
451
451
  style={
452
- Array [
453
- Object {
452
+ [
453
+ {
454
454
  "borderColor": "#e8e9ea",
455
455
  "borderRadius": 999,
456
456
  "borderWidth": 8,
@@ -467,10 +467,10 @@ exports[`Progress.Circle renders correctly 1`] = `
467
467
  </View>
468
468
  <View
469
469
  style={
470
- Object {
470
+ {
471
471
  "marginLeft": -0.1,
472
- "transform": Array [
473
- Object {
472
+ "transform": [
473
+ {
474
474
  "rotate": "180deg",
475
475
  },
476
476
  ],
@@ -480,8 +480,8 @@ exports[`Progress.Circle renders correctly 1`] = `
480
480
  >
481
481
  <View
482
482
  style={
483
- Array [
484
- Object {
483
+ [
484
+ {
485
485
  "height": 72,
486
486
  "overflow": "hidden",
487
487
  "width": 36,
@@ -492,8 +492,8 @@ exports[`Progress.Circle renders correctly 1`] = `
492
492
  >
493
493
  <View
494
494
  style={
495
- Array [
496
- Object {
495
+ [
496
+ {
497
497
  "borderColor": "#401960",
498
498
  "borderRadius": 999,
499
499
  "borderWidth": 8,
@@ -509,21 +509,21 @@ exports[`Progress.Circle renders correctly 1`] = `
509
509
  <View
510
510
  collapsable={false}
511
511
  style={
512
- Object {
512
+ {
513
513
  "bottom": 0,
514
514
  "left": 0,
515
515
  "opacity": 1,
516
516
  "position": "absolute",
517
517
  "right": 0,
518
518
  "top": 0,
519
- "transform": Array [
520
- Object {
519
+ "transform": [
520
+ {
521
521
  "translateX": 18,
522
522
  },
523
- Object {
523
+ {
524
524
  "rotate": "0deg",
525
525
  },
526
- Object {
526
+ {
527
527
  "translateX": -18,
528
528
  },
529
529
  ],
@@ -532,8 +532,8 @@ exports[`Progress.Circle renders correctly 1`] = `
532
532
  >
533
533
  <View
534
534
  style={
535
- Array [
536
- Object {
535
+ [
536
+ {
537
537
  "height": 72,
538
538
  "overflow": "hidden",
539
539
  "width": 36,
@@ -544,8 +544,8 @@ exports[`Progress.Circle renders correctly 1`] = `
544
544
  >
545
545
  <View
546
546
  style={
547
- Array [
548
- Object {
547
+ [
548
+ {
549
549
  "borderColor": "#e8e9ea",
550
550
  "borderRadius": 999,
551
551
  "borderWidth": 8,
@@ -562,8 +562,8 @@ exports[`Progress.Circle renders correctly 1`] = `
562
562
  </View>
563
563
  <View
564
564
  style={
565
- Array [
566
- Object {
565
+ [
566
+ {
567
567
  "backgroundColor": "#401960",
568
568
  "borderRadius": 999,
569
569
  "height": 8,
@@ -581,14 +581,14 @@ exports[`Progress.Circle renders correctly 1`] = `
581
581
  <View
582
582
  collapsable={false}
583
583
  style={
584
- Object {
584
+ {
585
585
  "bottom": 0,
586
586
  "left": 0,
587
587
  "position": "absolute",
588
588
  "right": 0,
589
589
  "top": 0,
590
- "transform": Array [
591
- Object {
590
+ "transform": [
591
+ {
592
592
  "rotate": "0deg",
593
593
  },
594
594
  ],
@@ -598,8 +598,8 @@ exports[`Progress.Circle renders correctly 1`] = `
598
598
  >
599
599
  <View
600
600
  style={
601
- Array [
602
- Object {
601
+ [
602
+ {
603
603
  "backgroundColor": "#401960",
604
604
  "borderRadius": 999,
605
605
  "height": 8,
@@ -617,8 +617,8 @@ exports[`Progress.Circle renders correctly 1`] = `
617
617
  </View>
618
618
  <View
619
619
  style={
620
- Array [
621
- Object {
620
+ [
621
+ {
622
622
  "alignItems": "center",
623
623
  "borderRadius": 999,
624
624
  "height": 56,
@@ -636,8 +636,8 @@ exports[`Progress.Circle renders correctly 1`] = `
636
636
  <Text
637
637
  allowFontScaling={false}
638
638
  style={
639
- Array [
640
- Object {
639
+ [
640
+ {
641
641
  "color": "#001f23",
642
642
  "fontFamily": "BeVietnamPro-Regular",
643
643
  "fontSize": 16,
@@ -664,8 +664,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
664
664
  >
665
665
  <View
666
666
  style={
667
- Array [
668
- Object {
667
+ [
668
+ {
669
669
  "borderRadius": 999,
670
670
  "flexDirection": "row",
671
671
  },
@@ -676,8 +676,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
676
676
  <View>
677
677
  <View
678
678
  style={
679
- Array [
680
- Object {
679
+ [
680
+ {
681
681
  "height": 72,
682
682
  "overflow": "hidden",
683
683
  "width": 36,
@@ -688,8 +688,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
688
688
  >
689
689
  <View
690
690
  style={
691
- Array [
692
- Object {
691
+ [
692
+ {
693
693
  "borderColor": "#5ace7d",
694
694
  "borderRadius": 999,
695
695
  "borderWidth": 8,
@@ -705,20 +705,20 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
705
705
  <View
706
706
  collapsable={false}
707
707
  style={
708
- Object {
708
+ {
709
709
  "bottom": 0,
710
710
  "left": 0,
711
711
  "position": "absolute",
712
712
  "right": 0,
713
713
  "top": 0,
714
- "transform": Array [
715
- Object {
714
+ "transform": [
715
+ {
716
716
  "translateX": 18,
717
717
  },
718
- Object {
718
+ {
719
719
  "rotate": "0deg",
720
720
  },
721
- Object {
721
+ {
722
722
  "translateX": -18,
723
723
  },
724
724
  ],
@@ -727,8 +727,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
727
727
  >
728
728
  <View
729
729
  style={
730
- Array [
731
- Object {
730
+ [
731
+ {
732
732
  "height": 72,
733
733
  "overflow": "hidden",
734
734
  "width": 36,
@@ -739,8 +739,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
739
739
  >
740
740
  <View
741
741
  style={
742
- Array [
743
- Object {
742
+ [
743
+ {
744
744
  "borderColor": "#e8e9ea",
745
745
  "borderRadius": 999,
746
746
  "borderWidth": 8,
@@ -757,10 +757,10 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
757
757
  </View>
758
758
  <View
759
759
  style={
760
- Object {
760
+ {
761
761
  "marginLeft": -0.1,
762
- "transform": Array [
763
- Object {
762
+ "transform": [
763
+ {
764
764
  "rotate": "180deg",
765
765
  },
766
766
  ],
@@ -770,8 +770,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
770
770
  >
771
771
  <View
772
772
  style={
773
- Array [
774
- Object {
773
+ [
774
+ {
775
775
  "height": 72,
776
776
  "overflow": "hidden",
777
777
  "width": 36,
@@ -782,8 +782,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
782
782
  >
783
783
  <View
784
784
  style={
785
- Array [
786
- Object {
785
+ [
786
+ {
787
787
  "borderColor": "#5ace7d",
788
788
  "borderRadius": 999,
789
789
  "borderWidth": 8,
@@ -799,21 +799,21 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
799
799
  <View
800
800
  collapsable={false}
801
801
  style={
802
- Object {
802
+ {
803
803
  "bottom": 0,
804
804
  "left": 0,
805
805
  "opacity": 1,
806
806
  "position": "absolute",
807
807
  "right": 0,
808
808
  "top": 0,
809
- "transform": Array [
810
- Object {
809
+ "transform": [
810
+ {
811
811
  "translateX": 18,
812
812
  },
813
- Object {
813
+ {
814
814
  "rotate": "0deg",
815
815
  },
816
- Object {
816
+ {
817
817
  "translateX": -18,
818
818
  },
819
819
  ],
@@ -822,8 +822,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
822
822
  >
823
823
  <View
824
824
  style={
825
- Array [
826
- Object {
825
+ [
826
+ {
827
827
  "height": 72,
828
828
  "overflow": "hidden",
829
829
  "width": 36,
@@ -834,8 +834,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
834
834
  >
835
835
  <View
836
836
  style={
837
- Array [
838
- Object {
837
+ [
838
+ {
839
839
  "borderColor": "#e8e9ea",
840
840
  "borderRadius": 999,
841
841
  "borderWidth": 8,
@@ -852,8 +852,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
852
852
  </View>
853
853
  <View
854
854
  style={
855
- Array [
856
- Object {
855
+ [
856
+ {
857
857
  "backgroundColor": "#5ace7d",
858
858
  "borderRadius": 999,
859
859
  "height": 8,
@@ -871,14 +871,14 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
871
871
  <View
872
872
  collapsable={false}
873
873
  style={
874
- Object {
874
+ {
875
875
  "bottom": 0,
876
876
  "left": 0,
877
877
  "position": "absolute",
878
878
  "right": 0,
879
879
  "top": 0,
880
- "transform": Array [
881
- Object {
880
+ "transform": [
881
+ {
882
882
  "rotate": "0deg",
883
883
  },
884
884
  ],
@@ -888,8 +888,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
888
888
  >
889
889
  <View
890
890
  style={
891
- Array [
892
- Object {
891
+ [
892
+ {
893
893
  "backgroundColor": "#5ace7d",
894
894
  "borderRadius": 999,
895
895
  "height": 8,
@@ -907,8 +907,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
907
907
  </View>
908
908
  <View
909
909
  style={
910
- Array [
911
- Object {
910
+ [
911
+ {
912
912
  "alignItems": "center",
913
913
  "borderRadius": 999,
914
914
  "height": 56,
@@ -926,8 +926,8 @@ exports[`Progress.Circle renders correctly with intent 1`] = `
926
926
  <Text
927
927
  allowFontScaling={false}
928
928
  style={
929
- Array [
930
- Object {
929
+ [
930
+ {
931
931
  "color": "#001f23",
932
932
  "fontFamily": "BeVietnamPro-Regular",
933
933
  "fontSize": 16,