@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,10 +4,10 @@ exports[`Skeleton renders correctly by default 1`] = `
4
4
  <View
5
5
  onLayout={[Function]}
6
6
  style={
7
- Array [
8
- Object {},
9
- Array [
10
- Object {
7
+ [
8
+ {},
9
+ [
10
+ {
11
11
  "backgroundColor": "#f6f6f7",
12
12
  "borderRadius": 16,
13
13
  },
@@ -20,10 +20,10 @@ exports[`Skeleton renders correctly by default 1`] = `
20
20
  >
21
21
  <View
22
22
  style={
23
- Array [
24
- Object {},
25
- Array [
26
- Object {
23
+ [
24
+ {},
25
+ [
26
+ {
27
27
  "borderRadius": 16,
28
28
  "overflow": "hidden",
29
29
  },
@@ -36,30 +36,30 @@ exports[`Skeleton renders correctly by default 1`] = `
36
36
  <BVLinearGradient
37
37
  collapsable={false}
38
38
  colors={
39
- Array [
39
+ [
40
40
  4294375159,
41
41
  4292533214,
42
42
  4294375159,
43
43
  ]
44
44
  }
45
45
  endPoint={
46
- Object {
46
+ {
47
47
  "x": 1,
48
48
  "y": 0,
49
49
  }
50
50
  }
51
51
  locations={null}
52
52
  startPoint={
53
- Object {
53
+ {
54
54
  "x": 0,
55
55
  "y": 0,
56
56
  }
57
57
  }
58
58
  style={
59
- Object {
59
+ {
60
60
  "height": "100%",
61
- "transform": Array [
62
- Object {
61
+ "transform": [
62
+ {
63
63
  "translateX": -0,
64
64
  },
65
65
  ],
@@ -75,10 +75,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
75
75
  <View
76
76
  onLayout={[Function]}
77
77
  style={
78
- Array [
79
- Object {},
80
- Array [
81
- Object {
78
+ [
79
+ {},
80
+ [
81
+ {
82
82
  "backgroundColor": "#ffffff",
83
83
  "borderRadius": 999,
84
84
  },
@@ -91,10 +91,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
91
91
  >
92
92
  <View
93
93
  style={
94
- Array [
95
- Object {},
96
- Array [
97
- Object {
94
+ [
95
+ {},
96
+ [
97
+ {
98
98
  "borderRadius": 999,
99
99
  "overflow": "hidden",
100
100
  },
@@ -107,30 +107,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is circular
107
107
  <BVLinearGradient
108
108
  collapsable={false}
109
109
  colors={
110
- Array [
110
+ [
111
111
  4294967295,
112
112
  4292533214,
113
113
  4294967295,
114
114
  ]
115
115
  }
116
116
  endPoint={
117
- Object {
117
+ {
118
118
  "x": 1,
119
119
  "y": 0,
120
120
  }
121
121
  }
122
122
  locations={null}
123
123
  startPoint={
124
- Object {
124
+ {
125
125
  "x": 0,
126
126
  "y": 0,
127
127
  }
128
128
  }
129
129
  style={
130
- Object {
130
+ {
131
131
  "height": "100%",
132
- "transform": Array [
133
- Object {
132
+ "transform": [
133
+ {
134
134
  "translateX": -0,
135
135
  },
136
136
  ],
@@ -146,10 +146,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
146
146
  <View
147
147
  onLayout={[Function]}
148
148
  style={
149
- Array [
150
- Object {},
151
- Array [
152
- Object {
149
+ [
150
+ {},
151
+ [
152
+ {
153
153
  "backgroundColor": "#ffffff",
154
154
  "borderRadius": 0,
155
155
  },
@@ -162,10 +162,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
162
162
  >
163
163
  <View
164
164
  style={
165
- Array [
166
- Object {},
167
- Array [
168
- Object {
165
+ [
166
+ {},
167
+ [
168
+ {
169
169
  "borderRadius": 0,
170
170
  "overflow": "hidden",
171
171
  },
@@ -178,30 +178,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is rectangul
178
178
  <BVLinearGradient
179
179
  collapsable={false}
180
180
  colors={
181
- Array [
181
+ [
182
182
  4294967295,
183
183
  4292533214,
184
184
  4294967295,
185
185
  ]
186
186
  }
187
187
  endPoint={
188
- Object {
188
+ {
189
189
  "x": 1,
190
190
  "y": 0,
191
191
  }
192
192
  }
193
193
  locations={null}
194
194
  startPoint={
195
- Object {
195
+ {
196
196
  "x": 0,
197
197
  "y": 0,
198
198
  }
199
199
  }
200
200
  style={
201
- Object {
201
+ {
202
202
  "height": "100%",
203
- "transform": Array [
204
- Object {
203
+ "transform": [
204
+ {
205
205
  "translateX": -0,
206
206
  },
207
207
  ],
@@ -217,10 +217,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
217
217
  <View
218
218
  onLayout={[Function]}
219
219
  style={
220
- Array [
221
- Object {},
222
- Array [
223
- Object {
220
+ [
221
+ {},
222
+ [
223
+ {
224
224
  "backgroundColor": "#ffffff",
225
225
  "borderRadius": 16,
226
226
  },
@@ -233,10 +233,10 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
233
233
  >
234
234
  <View
235
235
  style={
236
- Array [
237
- Object {},
238
- Array [
239
- Object {
236
+ [
237
+ {},
238
+ [
239
+ {
240
240
  "borderRadius": 16,
241
241
  "overflow": "hidden",
242
242
  },
@@ -249,30 +249,30 @@ exports[`Skeleton renders correctly when intent is dark and variant is rounded 1
249
249
  <BVLinearGradient
250
250
  collapsable={false}
251
251
  colors={
252
- Array [
252
+ [
253
253
  4294967295,
254
254
  4292533214,
255
255
  4294967295,
256
256
  ]
257
257
  }
258
258
  endPoint={
259
- Object {
259
+ {
260
260
  "x": 1,
261
261
  "y": 0,
262
262
  }
263
263
  }
264
264
  locations={null}
265
265
  startPoint={
266
- Object {
266
+ {
267
267
  "x": 0,
268
268
  "y": 0,
269
269
  }
270
270
  }
271
271
  style={
272
- Object {
272
+ {
273
273
  "height": "100%",
274
- "transform": Array [
275
- Object {
274
+ "transform": [
275
+ {
276
276
  "translateX": -0,
277
277
  },
278
278
  ],
@@ -288,10 +288,10 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
288
288
  <View
289
289
  onLayout={[Function]}
290
290
  style={
291
- Array [
292
- Object {},
293
- Array [
294
- Object {
291
+ [
292
+ {},
293
+ [
294
+ {
295
295
  "backgroundColor": "#f6f6f7",
296
296
  "borderRadius": 999,
297
297
  },
@@ -304,10 +304,10 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
304
304
  >
305
305
  <View
306
306
  style={
307
- Array [
308
- Object {},
309
- Array [
310
- Object {
307
+ [
308
+ {},
309
+ [
310
+ {
311
311
  "borderRadius": 999,
312
312
  "overflow": "hidden",
313
313
  },
@@ -320,30 +320,30 @@ exports[`Skeleton renders correctly when intent is light and variant is circular
320
320
  <BVLinearGradient
321
321
  collapsable={false}
322
322
  colors={
323
- Array [
323
+ [
324
324
  4294375159,
325
325
  4292533214,
326
326
  4294375159,
327
327
  ]
328
328
  }
329
329
  endPoint={
330
- Object {
330
+ {
331
331
  "x": 1,
332
332
  "y": 0,
333
333
  }
334
334
  }
335
335
  locations={null}
336
336
  startPoint={
337
- Object {
337
+ {
338
338
  "x": 0,
339
339
  "y": 0,
340
340
  }
341
341
  }
342
342
  style={
343
- Object {
343
+ {
344
344
  "height": "100%",
345
- "transform": Array [
346
- Object {
345
+ "transform": [
346
+ {
347
347
  "translateX": -0,
348
348
  },
349
349
  ],
@@ -359,10 +359,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
359
359
  <View
360
360
  onLayout={[Function]}
361
361
  style={
362
- Array [
363
- Object {},
364
- Array [
365
- Object {
362
+ [
363
+ {},
364
+ [
365
+ {
366
366
  "backgroundColor": "#f6f6f7",
367
367
  "borderRadius": 0,
368
368
  },
@@ -375,10 +375,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
375
375
  >
376
376
  <View
377
377
  style={
378
- Array [
379
- Object {},
380
- Array [
381
- Object {
378
+ [
379
+ {},
380
+ [
381
+ {
382
382
  "borderRadius": 0,
383
383
  "overflow": "hidden",
384
384
  },
@@ -391,30 +391,30 @@ exports[`Skeleton renders correctly when intent is light and variant is rectangu
391
391
  <BVLinearGradient
392
392
  collapsable={false}
393
393
  colors={
394
- Array [
394
+ [
395
395
  4294375159,
396
396
  4292533214,
397
397
  4294375159,
398
398
  ]
399
399
  }
400
400
  endPoint={
401
- Object {
401
+ {
402
402
  "x": 1,
403
403
  "y": 0,
404
404
  }
405
405
  }
406
406
  locations={null}
407
407
  startPoint={
408
- Object {
408
+ {
409
409
  "x": 0,
410
410
  "y": 0,
411
411
  }
412
412
  }
413
413
  style={
414
- Object {
414
+ {
415
415
  "height": "100%",
416
- "transform": Array [
417
- Object {
416
+ "transform": [
417
+ {
418
418
  "translateX": -0,
419
419
  },
420
420
  ],
@@ -430,10 +430,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
430
430
  <View
431
431
  onLayout={[Function]}
432
432
  style={
433
- Array [
434
- Object {},
435
- Array [
436
- Object {
433
+ [
434
+ {},
435
+ [
436
+ {
437
437
  "backgroundColor": "#f6f6f7",
438
438
  "borderRadius": 16,
439
439
  },
@@ -446,10 +446,10 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
446
446
  >
447
447
  <View
448
448
  style={
449
- Array [
450
- Object {},
451
- Array [
452
- Object {
449
+ [
450
+ {},
451
+ [
452
+ {
453
453
  "borderRadius": 16,
454
454
  "overflow": "hidden",
455
455
  },
@@ -462,30 +462,30 @@ exports[`Skeleton renders correctly when intent is light and variant is rounded
462
462
  <BVLinearGradient
463
463
  collapsable={false}
464
464
  colors={
465
- Array [
465
+ [
466
466
  4294375159,
467
467
  4292533214,
468
468
  4294375159,
469
469
  ]
470
470
  }
471
471
  endPoint={
472
- Object {
472
+ {
473
473
  "x": 1,
474
474
  "y": 0,
475
475
  }
476
476
  }
477
477
  locations={null}
478
478
  startPoint={
479
- Object {
479
+ {
480
480
  "x": 0,
481
481
  "y": 0,
482
482
  }
483
483
  }
484
484
  style={
485
- Object {
485
+ {
486
486
  "height": "100%",
487
- "transform": Array [
488
- Object {
487
+ "transform": [
488
+ {
489
489
  "translateX": -0,
490
490
  },
491
491
  ],
@@ -4,9 +4,9 @@ exports[`AnimatedSpinner renders correctly 1`] = `
4
4
  <View
5
5
  collapsable={false}
6
6
  style={
7
- Object {
8
- "transform": Array [
9
- Object {
7
+ {
8
+ "transform": [
9
+ {
10
10
  "rotate": "0deg",
11
11
  },
12
12
  ],
@@ -16,12 +16,12 @@ exports[`AnimatedSpinner renders correctly 1`] = `
16
16
  <View
17
17
  collapsable={false}
18
18
  style={
19
- Array [
20
- Object {
19
+ [
20
+ {
21
21
  "flexDirection": "row",
22
22
  "marginBottom": 8,
23
23
  },
24
- Object {},
24
+ {},
25
25
  ]
26
26
  }
27
27
  themePosition="top"
@@ -30,15 +30,15 @@ exports[`AnimatedSpinner renders correctly 1`] = `
30
30
  <View
31
31
  collapsable={false}
32
32
  style={
33
- Array [
34
- Object {
33
+ [
34
+ {
35
35
  "backgroundColor": "#401960",
36
36
  "borderRadius": 999,
37
37
  "height": 16,
38
38
  "opacity": 0.9,
39
39
  "width": 16,
40
40
  },
41
- Object {},
41
+ {},
42
42
  ]
43
43
  }
44
44
  themeIntent="primary"
@@ -48,8 +48,8 @@ exports[`AnimatedSpinner renders correctly 1`] = `
48
48
  <View
49
49
  collapsable={false}
50
50
  style={
51
- Array [
52
- Object {
51
+ [
52
+ {
53
53
  "backgroundColor": "#401960",
54
54
  "borderRadius": 999,
55
55
  "height": 16,
@@ -57,7 +57,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
57
57
  "opacity": 0.675,
58
58
  "width": 16,
59
59
  },
60
- Object {},
60
+ {},
61
61
  ]
62
62
  }
63
63
  themeIntent="primary"
@@ -68,12 +68,12 @@ exports[`AnimatedSpinner renders correctly 1`] = `
68
68
  <View
69
69
  collapsable={false}
70
70
  style={
71
- Array [
72
- Object {
71
+ [
72
+ {
73
73
  "flexDirection": "row",
74
74
  "marginBottom": 0,
75
75
  },
76
- Object {},
76
+ {},
77
77
  ]
78
78
  }
79
79
  themePosition="bottom"
@@ -82,15 +82,15 @@ exports[`AnimatedSpinner renders correctly 1`] = `
82
82
  <View
83
83
  collapsable={false}
84
84
  style={
85
- Array [
86
- Object {
85
+ [
86
+ {
87
87
  "backgroundColor": "#401960",
88
88
  "borderRadius": 999,
89
89
  "height": 16,
90
90
  "opacity": 0.45,
91
91
  "width": 16,
92
92
  },
93
- Object {},
93
+ {},
94
94
  ]
95
95
  }
96
96
  themeIntent="primary"
@@ -100,8 +100,8 @@ exports[`AnimatedSpinner renders correctly 1`] = `
100
100
  <View
101
101
  collapsable={false}
102
102
  style={
103
- Array [
104
- Object {
103
+ [
104
+ {
105
105
  "backgroundColor": "#401960",
106
106
  "borderRadius": 999,
107
107
  "height": 16,
@@ -109,7 +109,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
109
109
  "opacity": 0.225,
110
110
  "width": 16,
111
111
  },
112
- Object {},
112
+ {},
113
113
  ]
114
114
  }
115
115
  themeIntent="primary"